@qsxy/element-plus-react 1.0.0-next.1 → 1.0.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/README.md +95 -0
  2. package/dist/Avatar/Avatar.d.ts +4 -0
  3. package/dist/Avatar/Avatar.js +86 -0
  4. package/dist/Avatar/index.d.ts +2 -0
  5. package/dist/{VirtualList → Avatar}/index.js +7 -7
  6. package/dist/Avatar/typings.d.ts +21 -0
  7. package/dist/{VirtualList/interface.js → Avatar/typings.js} +3 -3
  8. package/dist/Badge/Badge.js +4 -5
  9. package/dist/Badge/typings.d.ts +10 -0
  10. package/dist/Breadcrumb/Breadcrumb.js +1 -4
  11. package/dist/Breadcrumb/typings.d.ts +4 -0
  12. package/dist/Button/Button.d.ts +0 -1
  13. package/dist/Button/Button.js +21 -9
  14. package/dist/Button/typings.d.ts +28 -0
  15. package/dist/Calendar/Calendar.js +1 -2
  16. package/dist/Calendar/CalendarContext.d.ts +10 -0
  17. package/dist/Calendar/Footer.js +1 -2
  18. package/dist/Calendar/Header.js +3 -8
  19. package/dist/Calendar/ShortCuts.d.ts +2 -0
  20. package/dist/Calendar/typings.d.ts +18 -0
  21. package/dist/Card/typings.d.ts +4 -0
  22. package/dist/Carousel/Carousel.d.ts +4 -0
  23. package/dist/Carousel/Carousel.js +168 -0
  24. package/dist/Carousel/CarouselContext.d.ts +4 -0
  25. package/dist/{VirtualList/Item.js → Carousel/CarouselContext.js} +29 -14
  26. package/dist/Carousel/CarouselItem.d.ts +4 -0
  27. package/dist/Carousel/CarouselItem.js +75 -0
  28. package/dist/Carousel/hooks/useCarousel.d.ts +37 -0
  29. package/dist/Carousel/hooks/useCarousel.js +348 -0
  30. package/dist/Carousel/hooks/useCarouselItem.d.ts +8 -0
  31. package/dist/Carousel/hooks/useCarouselItem.js +161 -0
  32. package/dist/Carousel/index.d.ts +3 -0
  33. package/dist/Carousel/index.js +42 -0
  34. package/dist/Carousel/typings.d.ts +83 -0
  35. package/dist/{VirtualList/utils/findDOMNode.js → Carousel/typings.js} +3 -16
  36. package/dist/Cascader/Cascader.js +148 -182
  37. package/dist/Cascader/CascaderContext.d.ts +4 -10
  38. package/dist/Cascader/CascaderContext.js +2 -6
  39. package/dist/Cascader/CascaderDropdown.d.ts +1 -0
  40. package/dist/Cascader/CascaderDropdown.js +1 -1
  41. package/dist/Cascader/CascaderMenu.js +4 -77
  42. package/dist/Cascader/Utils.d.ts +0 -2
  43. package/dist/Cascader/Utils.js +0 -44
  44. package/dist/Cascader/index.d.ts +1 -1
  45. package/dist/Cascader/typings.d.ts +76 -12
  46. package/dist/Cascader/useCascader.d.ts +61 -3
  47. package/dist/Cascader/useCascader.js +14 -41
  48. package/dist/Checkbox/Checkbox.js +2 -6
  49. package/dist/Checkbox/CheckboxButton.js +2 -6
  50. package/dist/Checkbox/typings.d.ts +11 -0
  51. package/dist/CheckboxGroup/CheckboxGroup.d.ts +4 -0
  52. package/dist/CheckboxGroup/CheckboxGroupContext.d.ts +1 -0
  53. package/dist/Col/Col.js +1 -8
  54. package/dist/Col/typings.d.ts +10 -0
  55. package/dist/Collapse/CollapseContext.d.ts +3 -0
  56. package/dist/Collapse/CollapseItem.js +10 -8
  57. package/dist/Collapse/CollapseTransition.d.ts +7 -6
  58. package/dist/Collapse/CollapseTransition.js +49 -31
  59. package/dist/Collapse/typings.d.ts +7 -0
  60. package/dist/ColorPicker/AlphaSlider.d.ts +7 -0
  61. package/dist/ColorPicker/AlphaSlider.js +0 -1
  62. package/dist/ColorPicker/ColorPicker.js +0 -1
  63. package/dist/ColorPicker/HueSlider.d.ts +7 -0
  64. package/dist/ColorPicker/HueSlider.js +0 -1
  65. package/dist/ColorPicker/Predefine.d.ts +7 -0
  66. package/dist/ColorPicker/Predefine.js +0 -1
  67. package/dist/ColorPicker/SvPanel.d.ts +7 -0
  68. package/dist/ColorPicker/SvPanel.js +0 -1
  69. package/dist/ColorPicker/typings.d.ts +9 -0
  70. package/dist/ConfigProvider/ConfigProvider.d.ts +5 -0
  71. package/dist/DatePicker/DatePicker.js +25 -14
  72. package/dist/DatePicker/DateRangePicker.js +11 -10
  73. package/dist/DatePicker/typings.d.ts +69 -0
  74. package/dist/DateTimePicker/DateTimePicker.d.ts +1 -1
  75. package/dist/DateTimePicker/DateTimePicker.js +13 -11
  76. package/dist/DateTimePicker/typings.d.ts +1 -0
  77. package/dist/Descriptions/Descriptions.js +1 -5
  78. package/dist/Descriptions/DescriptionsContext.d.ts +2 -0
  79. package/dist/Descriptions/typings.d.ts +13 -0
  80. package/dist/Dialog/Dialog.d.ts +0 -1
  81. package/dist/Dialog/Dialog.js +5 -8
  82. package/dist/Dialog/DialogBody.js +0 -3
  83. package/dist/Dialog/DialogContext.d.ts +8 -0
  84. package/dist/Dialog/DialogHeader.js +1 -4
  85. package/dist/Dialog/typings.d.ts +38 -2
  86. package/dist/Divider/Divider.d.ts +4 -0
  87. package/dist/Divider/Divider.js +1 -6
  88. package/dist/Drawer/Drawer.js +28 -14
  89. package/dist/Drawer/DrawerBody.js +1 -4
  90. package/dist/Drawer/DrawerContext.d.ts +10 -0
  91. package/dist/Drawer/DrawerHeader.js +1 -4
  92. package/dist/Drawer/typings.d.ts +16 -0
  93. package/dist/Dropdown/Dropdown.js +12 -8
  94. package/dist/Dropdown/DropdownContext.d.ts +2 -0
  95. package/dist/Dropdown/typings.d.ts +16 -1
  96. package/dist/Empty/Empty.js +1 -4
  97. package/dist/Empty/ImgEmpty.js +1 -1
  98. package/dist/Form/Form.js +10 -6
  99. package/dist/Form/FormItem.d.ts +12 -0
  100. package/dist/Form/FormItem.js +3 -1
  101. package/dist/Form/typings.d.ts +55 -0
  102. package/dist/Form/useForm.d.ts +22 -0
  103. package/dist/Form/utils/NameMap.d.ts +3 -0
  104. package/dist/Form/utils/classUtil.js +2 -2
  105. package/dist/Form/utils/validateUtil.d.ts +4 -0
  106. package/dist/Form/utils/valueUtil.d.ts +17 -0
  107. package/dist/Icon/Icon.js +1 -4
  108. package/dist/Icon/typings.d.ts +7 -0
  109. package/dist/Input/Input.js +18 -10
  110. package/dist/Input/InputRange.js +14 -11
  111. package/dist/Input/TextArea.js +8 -4
  112. package/dist/Input/typings.d.ts +61 -0
  113. package/dist/InputNumber/InputNumber.js +10 -7
  114. package/dist/InputNumber/typings.d.ts +21 -0
  115. package/dist/Link/Link.js +1 -4
  116. package/dist/Link/typings.d.ts +6 -1
  117. package/dist/Loading/Loading.js +17 -9
  118. package/dist/Loading/typings.d.ts +5 -0
  119. package/dist/Message/Main.d.ts +7 -0
  120. package/dist/Message/Message.js +11 -8
  121. package/dist/Message/index.d.ts +8 -0
  122. package/dist/Message/typings.d.ts +11 -0
  123. package/dist/MessageBox/Main.js +3 -1
  124. package/dist/MessageBox/MessageBox.js +1 -1
  125. package/dist/MessageBox/index.d.ts +17 -3
  126. package/dist/MessageBox/index.js +1 -1
  127. package/dist/MessageBox/typings.d.ts +50 -0
  128. package/dist/Notification/Main.d.ts +7 -0
  129. package/dist/Notification/Notification.js +17 -14
  130. package/dist/Notification/index.d.ts +15 -0
  131. package/dist/Notification/typings.d.ts +13 -0
  132. package/dist/Pagination/Pagination.js +15 -11
  133. package/dist/Pagination/typings.d.ts +28 -0
  134. package/dist/Popconfirm/Popconfirm.js +14 -10
  135. package/dist/Popconfirm/typings.d.ts +12 -1
  136. package/dist/Popover/Popover.js +13 -9
  137. package/dist/Popover/typings.d.ts +13 -1
  138. package/dist/Popper/Popper.js +22 -18
  139. package/dist/Popper/typings.d.ts +7 -1
  140. package/dist/Progress/Progress.js +13 -9
  141. package/dist/Progress/typings.d.ts +12 -0
  142. package/dist/Radio/typings.d.ts +7 -0
  143. package/dist/RadioGroup/typings.d.ts +1 -0
  144. package/dist/Row/Row.js +8 -5
  145. package/dist/Row/RowContext.d.ts +1 -0
  146. package/dist/Row/typings.d.ts +4 -0
  147. package/dist/Scrollbar/Scrollbar.js +13 -9
  148. package/dist/Scrollbar/Thumb.js +1 -1
  149. package/dist/Scrollbar/typings.d.ts +20 -0
  150. package/dist/Select/SelectCore.js +17 -14
  151. package/dist/Select/typings.d.ts +33 -0
  152. package/dist/Skeleton/PlaceholderGraph.d.ts +4 -0
  153. package/dist/Skeleton/PlaceholderGrid.d.ts +4 -0
  154. package/dist/Skeleton/PlaceholderGrid.js +0 -4
  155. package/dist/Skeleton/PlaceholderParagraph.d.ts +4 -0
  156. package/dist/Skeleton/PlaceholderParagraph.js +0 -4
  157. package/dist/Switch/Switch.js +13 -10
  158. package/dist/Switch/typings.d.ts +15 -0
  159. package/dist/Table/Colgroup.d.ts +1 -0
  160. package/dist/Table/Table.js +13 -9
  161. package/dist/Table/TableBody.js +10 -41
  162. package/dist/Table/TableCell.js +0 -5
  163. package/dist/Table/TableColumn.js +0 -4
  164. package/dist/Table/TableContext.d.ts +8 -0
  165. package/dist/Table/hooks/useSelection.d.ts +10 -0
  166. package/dist/Table/hooks/useTable.d.ts +7 -0
  167. package/dist/Table/treeUtil.d.ts +39 -0
  168. package/dist/Table/typings.d.ts +137 -1
  169. package/dist/Table/util.d.ts +10 -0
  170. package/dist/Table/util.js +2 -2
  171. package/dist/Tabs/Tabs.js +2 -5
  172. package/dist/Tabs/typings.d.ts +38 -0
  173. package/dist/Tag/Tag.d.ts +1 -1
  174. package/dist/Tag/Tag.js +7 -8
  175. package/dist/Tag/typings.d.ts +10 -0
  176. package/dist/TimeLine/TimeLineItem.js +7 -4
  177. package/dist/TimeLine/typings.d.ts +9 -0
  178. package/dist/TimePicker/TimePicker.js +16 -12
  179. package/dist/TimePicker/TimePickerRange.js +15 -12
  180. package/dist/TimePicker/TimeSpinnerPanel.js +3 -5
  181. package/dist/TimePicker/typings.d.ts +13 -0
  182. package/dist/TimePicker/useTimePicker.d.ts +7 -0
  183. package/dist/Tooltip/Tooltip.js +8 -15
  184. package/dist/Tooltip/TooltipContext.d.ts +1 -0
  185. package/dist/Tooltip/typings.d.ts +14 -1
  186. package/dist/Transfer/List.js +12 -8
  187. package/dist/Transfer/ListItem.d.ts +1 -0
  188. package/dist/Transfer/Transfer.js +11 -7
  189. package/dist/Transfer/typings/index.d.ts +27 -0
  190. package/dist/Transfer/typings/list.d.ts +25 -0
  191. package/dist/Transfer/typings/listBody.d.ts +1 -0
  192. package/dist/Transition/Transition.d.ts +16 -3
  193. package/dist/Transition/Transition.js +6 -4
  194. package/dist/Transition/TransitionGroup.d.ts +59 -0
  195. package/dist/Transition/childMapping.d.ts +23 -0
  196. package/dist/Tree/DirectoryTree.d.ts +6 -13
  197. package/dist/Tree/DirectoryTree.js +32 -81
  198. package/dist/Tree/DropIndicator.d.ts +4 -2
  199. package/dist/Tree/DropIndicator.js +7 -2
  200. package/dist/Tree/Indent.d.ts +2 -2
  201. package/dist/Tree/Indent.js +4 -4
  202. package/dist/Tree/MotionTreeNode.d.ts +4 -5
  203. package/dist/Tree/MotionTreeNode.js +69 -52
  204. package/dist/Tree/NodeList.d.ts +18 -11
  205. package/dist/Tree/NodeList.js +38 -29
  206. package/dist/Tree/RCTree.d.ts +92 -75
  207. package/dist/Tree/RCTree.js +199 -188
  208. package/dist/Tree/Tree.d.ts +18 -3
  209. package/dist/Tree/Tree.js +27 -27
  210. package/dist/Tree/TreeNode.d.ts +5 -83
  211. package/dist/Tree/TreeNode.js +320 -425
  212. package/dist/Tree/contextTypes.d.ts +40 -30
  213. package/dist/Tree/contextTypes.js +17 -4
  214. package/dist/Tree/index.d.ts +2 -2
  215. package/dist/Tree/typings.d.ts +63 -19
  216. package/dist/Tree/typings.js +1 -13
  217. package/dist/Tree/typings.tsx--bak +245 -0
  218. package/dist/Tree/useUnmount.d.ts +5 -0
  219. package/dist/{VirtualList/hooks/useChildren.js → Tree/useUnmount.js} +24 -16
  220. package/dist/Tree/util.d.ts +31 -18
  221. package/dist/Tree/util.js +21 -52
  222. package/dist/Tree/utils/conductUtil.d.ts +8 -2
  223. package/dist/Tree/utils/conductUtil.js +14 -3
  224. package/dist/Tree/utils/dictUtil.d.ts +8 -3
  225. package/dist/Tree/utils/dictUtil.js +49 -32
  226. package/dist/Tree/utils/diffUtil.d.ts +4 -3
  227. package/dist/Tree/utils/keyUtil.d.ts +2 -0
  228. package/dist/{VirtualList/utils/isFirefox.js → Tree/utils/keyUtil.js} +8 -7
  229. package/dist/Tree/utils/motion.js +6 -5
  230. package/dist/Tree/utils/pickAttrs.d.ts +5 -0
  231. package/dist/Tree/utils/treeUtil.d.ts +40 -18
  232. package/dist/Tree/utils/treeUtil.js +35 -14
  233. package/dist/TreeSelect/TreeSelect.js +14 -13
  234. package/dist/TreeSelect/Utils.d.ts +2 -1
  235. package/dist/TreeSelect/typings.d.ts +19 -0
  236. package/dist/Upload/Upload.js +9 -8
  237. package/dist/Upload/UploadList.js +2 -1
  238. package/dist/Upload/typings.d.ts +34 -0
  239. package/dist/Upload/use-handlers.d.ts +1 -0
  240. package/dist/Upload/use-handlers.js +1 -1
  241. package/dist/Util/Math.d.ts +34 -0
  242. package/dist/Util/base.d.ts +22 -0
  243. package/dist/Util/base.js +17 -0
  244. package/dist/Util/shallowEqual.d.ts +11 -0
  245. package/dist/Util/treeUtils.d.ts +8 -0
  246. package/dist/fonts/fa-brands-400.ttf +0 -0
  247. package/dist/fonts/fa-brands-400.woff2 +0 -0
  248. package/dist/fonts/fa-duotone-900.ttf +0 -0
  249. package/dist/fonts/fa-duotone-900.woff2 +0 -0
  250. package/dist/fonts/fa-light-300.ttf +0 -0
  251. package/dist/fonts/fa-light-300.woff2 +0 -0
  252. package/dist/fonts/fa-regular-400.ttf +0 -0
  253. package/dist/fonts/fa-regular-400.woff2 +0 -0
  254. package/dist/fonts/fa-solid-900.ttf +0 -0
  255. package/dist/fonts/fa-solid-900.woff2 +0 -0
  256. package/dist/fonts/fa-thin-100.ttf +0 -0
  257. package/dist/fonts/fa-thin-100.woff2 +0 -0
  258. package/dist/fonts/fa-v4compatibility.ttf +0 -0
  259. package/dist/fonts/fa-v4compatibility.woff2 +0 -0
  260. package/dist/hooks/animationPropsUtils.d.ts +12 -0
  261. package/dist/hooks/htmlPropsUtils.d.ts +8 -0
  262. package/dist/hooks/popperPropsUtils.d.ts +12 -0
  263. package/dist/hooks/prefix.d.ts +1 -1
  264. package/dist/hooks/prefix.js +4 -4
  265. package/dist/hooks/treePropsUtils.d.ts +12 -0
  266. package/dist/hooks/useChildrenInstance.d.ts +11 -0
  267. package/dist/hooks/useClassNames.d.ts +79 -0
  268. package/dist/hooks/useClassNames.js +12 -2
  269. package/dist/hooks/useControlled.d.ts +8 -0
  270. package/dist/hooks/useForceUpdate.d.ts +1 -0
  271. package/dist/index.css +1029 -1290
  272. package/dist/index.d.ts +8 -5
  273. package/dist/index.js +8 -5
  274. package/dist/theme-chalk/avatar/index.scss +50 -0
  275. package/dist/theme-chalk/build.scss +2 -0
  276. package/dist/theme-chalk/calendar/month-table.scss +1 -1
  277. package/dist/theme-chalk/carousel/index.scss +237 -0
  278. package/dist/theme-chalk/checkbox/index.scss +2 -2
  279. package/dist/theme-chalk/common/_var.scss +1 -0
  280. package/dist/theme-chalk/dev.scss +2 -0
  281. package/dist/theme-chalk/doc.scss +2 -0
  282. package/dist/theme-chalk/fonts/fa-brands-400.ttf +0 -0
  283. package/dist/theme-chalk/fonts/fa-brands-400.woff2 +0 -0
  284. package/dist/theme-chalk/fonts/fa-duotone-900.ttf +0 -0
  285. package/dist/theme-chalk/fonts/fa-duotone-900.woff2 +0 -0
  286. package/dist/theme-chalk/fonts/fa-light-300.ttf +0 -0
  287. package/dist/theme-chalk/fonts/fa-light-300.woff2 +0 -0
  288. package/dist/theme-chalk/fonts/fa-regular-400.ttf +0 -0
  289. package/dist/theme-chalk/fonts/fa-regular-400.woff2 +0 -0
  290. package/dist/theme-chalk/fonts/fa-solid-900.ttf +0 -0
  291. package/dist/theme-chalk/fonts/fa-solid-900.woff2 +0 -0
  292. package/dist/theme-chalk/fonts/fa-thin-100.ttf +0 -0
  293. package/dist/theme-chalk/fonts/fa-thin-100.woff2 +0 -0
  294. package/dist/theme-chalk/fonts/fa-v4compatibility.ttf +0 -0
  295. package/dist/theme-chalk/fonts/fa-v4compatibility.woff2 +0 -0
  296. package/dist/theme-chalk/icon/fonts.scss +9 -0
  297. package/dist/theme-chalk/icon/index.scss +0 -9
  298. package/dist/theme-chalk/icon/scss/_shims.scss +318 -318
  299. package/dist/theme-chalk/icon/scss/_variables.scss +1 -3
  300. package/dist/theme-chalk/icon/scss/brands.scss +0 -5
  301. package/dist/theme-chalk/icon/scss/duotone.scss +0 -5
  302. package/dist/theme-chalk/icon/scss/fontawesome.scss +0 -8
  303. package/dist/theme-chalk/icon/scss/light.scss +2 -7
  304. package/dist/theme-chalk/icon/scss/regular.scss +2 -7
  305. package/dist/theme-chalk/icon/scss/solid.scss +2 -7
  306. package/dist/theme-chalk/icon/scss/thin.scss +2 -7
  307. package/dist/theme-chalk/icon/scss/v4-shims.scss +0 -8
  308. package/dist/theme-chalk/index.scss +3 -0
  309. package/dist/theme-chalk/input/input.scss +5 -3
  310. package/dist/theme-chalk/link/index.scss +0 -85
  311. package/dist/theme-chalk/loading/index.scss +5 -7
  312. package/dist/theme-chalk/message/index.scss +5 -5
  313. package/dist/theme-chalk/notification/index.scss +5 -5
  314. package/dist/theme-chalk/pagination/index.scss +1 -1
  315. package/dist/theme-chalk/tabs/index.scss +1 -1
  316. package/dist/types/common.d.ts +24 -0
  317. package/dist/types/type.d.ts +5 -0
  318. package/package.json +4 -24
  319. package/theme-chalk/avatar/index.scss +50 -0
  320. package/theme-chalk/badge/index.scss +63 -0
  321. package/theme-chalk/breadcrumb/index.scss +65 -0
  322. package/theme-chalk/build.scss +2 -0
  323. package/{dist/theme-chalk/bak/mixins/_button.scss → theme-chalk/button/_mixins.scss} +151 -58
  324. package/theme-chalk/button/button-group.scss +83 -0
  325. package/theme-chalk/button/button.scss +382 -0
  326. package/theme-chalk/button/index.scss +2 -0
  327. package/theme-chalk/calendar/date-picker.scss +112 -0
  328. package/theme-chalk/calendar/date-range-picker.scss +139 -0
  329. package/theme-chalk/calendar/date-table.scss +156 -0
  330. package/theme-chalk/calendar/index.scss +6 -0
  331. package/theme-chalk/calendar/month-table.scss +92 -0
  332. package/theme-chalk/calendar/picker-panel.scss +136 -0
  333. package/theme-chalk/calendar/year-table.scss +107 -0
  334. package/theme-chalk/card/index.scss +44 -0
  335. package/theme-chalk/carousel/index.scss +237 -0
  336. package/theme-chalk/cascader/cascader-panel.scss +184 -0
  337. package/theme-chalk/cascader/cascader.scss +239 -0
  338. package/theme-chalk/cascader/index.scss +2 -0
  339. package/theme-chalk/checkbox/index.scss +255 -0
  340. package/theme-chalk/checkbox-button/index.scss +117 -0
  341. package/theme-chalk/checkbox-group/index.scss +33 -0
  342. package/{dist/theme-chalk/bak/mixins/_col.scss → theme-chalk/col/_mixins.scss} +27 -3
  343. package/theme-chalk/col/index.scss +50 -0
  344. package/theme-chalk/collapse/index.scss +84 -0
  345. package/theme-chalk/color-picker/index.scss +340 -0
  346. package/{dist/theme-chalk/bak/mixins/config.scss → theme-chalk/common/_var.scss} +1 -0
  347. package/theme-chalk/common/index.scss +222 -0
  348. package/theme-chalk/common/index.ts +1 -0
  349. package/theme-chalk/date-picker/index.scss +253 -0
  350. package/theme-chalk/date-time-picker/index.scss +3 -0
  351. package/theme-chalk/date-time-picker/time-picker.scss +83 -0
  352. package/theme-chalk/date-time-picker/time-range-picker.scss +32 -0
  353. package/theme-chalk/descriptions/descriptions-item.scss +66 -0
  354. package/theme-chalk/descriptions/descriptions.scss +160 -0
  355. package/theme-chalk/descriptions/index.scss +2 -0
  356. package/theme-chalk/dev.scss +2 -0
  357. package/theme-chalk/dialog/index.scss +190 -0
  358. package/theme-chalk/divider/index.scss +51 -0
  359. package/theme-chalk/doc.scss +2 -0
  360. package/theme-chalk/drawer/index.scss +250 -0
  361. package/theme-chalk/dropdown/index.scss +147 -0
  362. package/theme-chalk/empty/index.scss +69 -0
  363. package/theme-chalk/fonts/fa-brands-400.ttf +0 -0
  364. package/theme-chalk/fonts/fa-brands-400.woff2 +0 -0
  365. package/theme-chalk/fonts/fa-duotone-900.ttf +0 -0
  366. package/theme-chalk/fonts/fa-duotone-900.woff2 +0 -0
  367. package/theme-chalk/fonts/fa-light-300.ttf +0 -0
  368. package/theme-chalk/fonts/fa-light-300.woff2 +0 -0
  369. package/theme-chalk/fonts/fa-regular-400.ttf +0 -0
  370. package/theme-chalk/fonts/fa-regular-400.woff2 +0 -0
  371. package/theme-chalk/fonts/fa-solid-900.ttf +0 -0
  372. package/theme-chalk/fonts/fa-solid-900.woff2 +0 -0
  373. package/theme-chalk/fonts/fa-thin-100.ttf +0 -0
  374. package/theme-chalk/fonts/fa-thin-100.woff2 +0 -0
  375. package/theme-chalk/fonts/fa-v4compatibility.ttf +0 -0
  376. package/theme-chalk/fonts/fa-v4compatibility.woff2 +0 -0
  377. package/theme-chalk/form/index.scss +359 -0
  378. package/theme-chalk/icon/fonts.scss +9 -0
  379. package/theme-chalk/icon/index.scss +44 -0
  380. package/theme-chalk/icon/scss/_animated.scss +205 -0
  381. package/theme-chalk/icon/scss/_bordered-pulled.scss +20 -0
  382. package/theme-chalk/icon/scss/_core.scss +33 -0
  383. package/theme-chalk/icon/scss/_duotone-icons.scss +12 -0
  384. package/theme-chalk/icon/scss/_fixed-width.scss +7 -0
  385. package/theme-chalk/icon/scss/_functions.scss +57 -0
  386. package/theme-chalk/icon/scss/_icons.scss +11 -0
  387. package/theme-chalk/icon/scss/_list.scss +20 -0
  388. package/theme-chalk/icon/scss/_mixins.scss +102 -0
  389. package/theme-chalk/icon/scss/_rotated-flipped.scss +31 -0
  390. package/theme-chalk/icon/scss/_screen-reader.scss +14 -0
  391. package/theme-chalk/icon/scss/_shims.scss +2606 -0
  392. package/theme-chalk/icon/scss/_sizing.scss +16 -0
  393. package/theme-chalk/icon/scss/_stacked.scss +32 -0
  394. package/theme-chalk/icon/scss/_variables.scss +9189 -0
  395. package/theme-chalk/icon/scss/brands.scss +27 -0
  396. package/theme-chalk/icon/scss/duotone.scss +72 -0
  397. package/theme-chalk/icon/scss/fontawesome.scss +13 -0
  398. package/theme-chalk/icon/scss/index.scss +15 -0
  399. package/theme-chalk/icon/scss/light.scss +21 -0
  400. package/theme-chalk/icon/scss/regular.scss +21 -0
  401. package/theme-chalk/icon/scss/solid.scss +21 -0
  402. package/theme-chalk/icon/scss/thin.scss +21 -0
  403. package/theme-chalk/icon/scss/v4-shims.scss +3 -0
  404. package/theme-chalk/index.scss +67 -0
  405. package/theme-chalk/input/_mixins.scss +16 -0
  406. package/theme-chalk/input/index.scss +3 -0
  407. package/theme-chalk/input/input-range.scss +208 -0
  408. package/theme-chalk/input/input.scss +577 -0
  409. package/theme-chalk/input-number/index.scss +172 -0
  410. package/theme-chalk/link/index.scss +99 -0
  411. package/theme-chalk/loading/index.scss +94 -0
  412. package/theme-chalk/message/index.scss +169 -0
  413. package/theme-chalk/message-box/index.scss +184 -0
  414. package/theme-chalk/notification/index.scss +155 -0
  415. package/theme-chalk/pagination/index.scss +515 -0
  416. package/theme-chalk/placeholder/index.scss +135 -0
  417. package/theme-chalk/popconfirm/index.scss +35 -0
  418. package/theme-chalk/popover/index.scss +54 -0
  419. package/theme-chalk/popper/index.scss +86 -0
  420. package/theme-chalk/progress/index.scss +155 -0
  421. package/theme-chalk/radio/index.scss +2 -0
  422. package/theme-chalk/radio/radio-button.scss +128 -0
  423. package/theme-chalk/radio/radio.scss +171 -0
  424. package/theme-chalk/radio-group/index.scss +31 -0
  425. package/theme-chalk/row/index.scss +30 -0
  426. package/theme-chalk/scrollbar/index.scss +103 -0
  427. package/theme-chalk/select/index.scss +244 -0
  428. package/theme-chalk/select/option-group.scss +54 -0
  429. package/theme-chalk/select/option.scss +63 -0
  430. package/theme-chalk/select/select-dropdown.scss +57 -0
  431. package/theme-chalk/switch/index.scss +273 -0
  432. package/theme-chalk/table/index.scss +714 -0
  433. package/theme-chalk/tabs/index.scss +620 -0
  434. package/theme-chalk/tag/index.scss +360 -0
  435. package/theme-chalk/time-line/_timeline-item.scss +90 -0
  436. package/theme-chalk/time-line/_timeline.scss +50 -0
  437. package/theme-chalk/time-line/index.scss +2 -0
  438. package/theme-chalk/time-picker/index.scss +109 -0
  439. package/theme-chalk/tooltip/index.scss +13 -0
  440. package/theme-chalk/transfer/index.scss +247 -0
  441. package/theme-chalk/transition/index.scss +756 -0
  442. package/theme-chalk/tree/_directory.scss +73 -0
  443. package/theme-chalk/tree/_tree.scss +401 -0
  444. package/theme-chalk/tree/index.scss +2 -0
  445. package/theme-chalk/tree-select/index.scss +25 -0
  446. package/theme-chalk/upload/index.scss +631 -0
  447. package/dist/Tree/utils/KeyCode.d.ts +0 -110
  448. package/dist/Tree/utils/KeyCode.js +0 -550
  449. package/dist/VirtualList/Filler.d.ts +0 -11
  450. package/dist/VirtualList/Filler.js +0 -78
  451. package/dist/VirtualList/Item.d.ts +0 -7
  452. package/dist/VirtualList/ScrollBar.d.ts +0 -43
  453. package/dist/VirtualList/ScrollBar.js +0 -216
  454. package/dist/VirtualList/VirtualList.d.ts +0 -33
  455. package/dist/VirtualList/VirtualList.js +0 -280
  456. package/dist/VirtualList/hooks/useChildren.d.ts +0 -3
  457. package/dist/VirtualList/hooks/useDiffItem.d.ts +0 -2
  458. package/dist/VirtualList/hooks/useDiffItem.js +0 -39
  459. package/dist/VirtualList/hooks/useFrameWheel.d.ts +0 -6
  460. package/dist/VirtualList/hooks/useFrameWheel.js +0 -72
  461. package/dist/VirtualList/hooks/useHeights.d.ts +0 -3
  462. package/dist/VirtualList/hooks/useHeights.js +0 -83
  463. package/dist/VirtualList/hooks/useLayoutEffect.d.ts +0 -3
  464. package/dist/VirtualList/hooks/useLayoutEffect.js +0 -30
  465. package/dist/VirtualList/hooks/useMobileTouchMove.d.ts +0 -2
  466. package/dist/VirtualList/hooks/useMobileTouchMove.js +0 -92
  467. package/dist/VirtualList/hooks/useOriginScroll.d.ts +0 -2
  468. package/dist/VirtualList/hooks/useOriginScroll.js +0 -56
  469. package/dist/VirtualList/hooks/useScrollTo.d.ts +0 -5
  470. package/dist/VirtualList/hooks/useScrollTo.js +0 -111
  471. package/dist/VirtualList/index.d.ts +0 -2
  472. package/dist/VirtualList/interface.d.ts +0 -8
  473. package/dist/VirtualList/mock.d.ts +0 -6
  474. package/dist/VirtualList/mock.js +0 -29
  475. package/dist/VirtualList/utils/CacheMap.d.ts +0 -7
  476. package/dist/VirtualList/utils/CacheMap.js +0 -36
  477. package/dist/VirtualList/utils/algorithmUtil.d.ts +0 -6
  478. package/dist/VirtualList/utils/algorithmUtil.js +0 -81
  479. package/dist/VirtualList/utils/findDOMNode.d.ts +0 -2
  480. package/dist/VirtualList/utils/isFirefox.d.ts +0 -2
  481. package/dist/VirtualList/utils/raf.d.ts +0 -5
  482. package/dist/VirtualList/utils/raf.js +0 -57
  483. package/dist/theme-chalk/bak/common/popup.scss +0 -47
  484. package/dist/theme-chalk/bak/common/transition.scss +0 -118
  485. package/dist/theme-chalk/bak/common/var.scss +0 -1476
  486. package/dist/theme-chalk/bak/mixins/_var.scss +0 -55
  487. package/dist/theme-chalk/bak/mixins/function.scss +0 -85
  488. package/dist/theme-chalk/bak/mixins/mixins.scss +0 -215
  489. package/dist/theme-chalk/bak/mixins/utils.scss +0 -39
@@ -0,0 +1,2606 @@
1
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glass:before {
2
+ content: unquote('"#{ $fa-var-martini-glass-empty }"');
3
+ }
4
+
5
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o {
6
+ font-family: $fa-style-family;
7
+ font-weight: 400;
8
+ }
9
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-o:before {
10
+ content: unquote('"#{ $fa-var-envelope }"');
11
+ }
12
+
13
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o {
14
+ font-family: $fa-style-family;
15
+ font-weight: 400;
16
+ }
17
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-o:before {
18
+ content: unquote('"#{ $fa-var-star }"');
19
+ }
20
+
21
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-remove:before {
22
+ content: unquote('"#{ $fa-var-xmark }"');
23
+ }
24
+
25
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-close:before {
26
+ content: unquote('"#{ $fa-var-xmark }"');
27
+ }
28
+
29
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gear:before {
30
+ content: unquote('"#{ $fa-var-gear }"');
31
+ }
32
+
33
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o {
34
+ font-family: $fa-style-family;
35
+ font-weight: 400;
36
+ }
37
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash-o:before {
38
+ content: unquote('"#{ $fa-var-trash-can }"');
39
+ }
40
+
41
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-home:before {
42
+ content: unquote('"#{ $fa-var-house }"');
43
+ }
44
+
45
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o {
46
+ font-family: $fa-style-family;
47
+ font-weight: 400;
48
+ }
49
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-o:before {
50
+ content: unquote('"#{ $fa-var-file }"');
51
+ }
52
+
53
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o {
54
+ font-family: $fa-style-family;
55
+ font-weight: 400;
56
+ }
57
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clock-o:before {
58
+ content: unquote('"#{ $fa-var-clock }"');
59
+ }
60
+
61
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down {
62
+ font-family: $fa-style-family;
63
+ font-weight: 400;
64
+ }
65
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-down:before {
66
+ content: unquote('"#{ $fa-var-circle-down }"');
67
+ }
68
+
69
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up {
70
+ font-family: $fa-style-family;
71
+ font-weight: 400;
72
+ }
73
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-up:before {
74
+ content: unquote('"#{ $fa-var-circle-up }"');
75
+ }
76
+
77
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o {
78
+ font-family: $fa-style-family;
79
+ font-weight: 400;
80
+ }
81
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-play-circle-o:before {
82
+ content: unquote('"#{ $fa-var-circle-play }"');
83
+ }
84
+
85
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-repeat:before {
86
+ content: unquote('"#{ $fa-var-arrow-rotate-right }"');
87
+ }
88
+
89
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-right:before {
90
+ content: unquote('"#{ $fa-var-arrow-rotate-right }"');
91
+ }
92
+
93
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-refresh:before {
94
+ content: unquote('"#{ $fa-var-arrows-rotate }"');
95
+ }
96
+
97
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt {
98
+ font-family: $fa-style-family;
99
+ font-weight: 400;
100
+ }
101
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-list-alt:before {
102
+ content: unquote('"#{ $fa-var-rectangle-list }"');
103
+ }
104
+
105
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dedent:before {
106
+ content: unquote('"#{ $fa-var-outdent }"');
107
+ }
108
+
109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-video-camera:before {
110
+ content: unquote('"#{ $fa-var-video }"');
111
+ }
112
+
113
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o {
114
+ font-family: $fa-style-family;
115
+ font-weight: 400;
116
+ }
117
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-picture-o:before {
118
+ content: unquote('"#{ $fa-var-image }"');
119
+ }
120
+
121
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo {
122
+ font-family: $fa-style-family;
123
+ font-weight: 400;
124
+ }
125
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-photo:before {
126
+ content: unquote('"#{ $fa-var-image }"');
127
+ }
128
+
129
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image {
130
+ font-family: $fa-style-family;
131
+ font-weight: 400;
132
+ }
133
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-image:before {
134
+ content: unquote('"#{ $fa-var-image }"');
135
+ }
136
+
137
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-marker:before {
138
+ content: unquote('"#{ $fa-var-location-dot }"');
139
+ }
140
+
141
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o {
142
+ font-family: $fa-style-family;
143
+ font-weight: 400;
144
+ }
145
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square-o:before {
146
+ content: unquote('"#{ $fa-var-pen-to-square }"');
147
+ }
148
+
149
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit {
150
+ font-family: $fa-style-family;
151
+ font-weight: 400;
152
+ }
153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edit:before {
154
+ content: unquote('"#{ $fa-var-pen-to-square }"');
155
+ }
156
+
157
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-share-square-o:before {
158
+ content: unquote('"#{ $fa-var-share-from-square }"');
159
+ }
160
+
161
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o {
162
+ font-family: $fa-style-family;
163
+ font-weight: 400;
164
+ }
165
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-square-o:before {
166
+ content: unquote('"#{ $fa-var-square-check }"');
167
+ }
168
+
169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows:before {
170
+ content: unquote('"#{ $fa-var-up-down-left-right }"');
171
+ }
172
+
173
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o {
174
+ font-family: $fa-style-family;
175
+ font-weight: 400;
176
+ }
177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-circle-o:before {
178
+ content: unquote('"#{ $fa-var-circle-xmark }"');
179
+ }
180
+
181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o {
182
+ font-family: $fa-style-family;
183
+ font-weight: 400;
184
+ }
185
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-check-circle-o:before {
186
+ content: unquote('"#{ $fa-var-circle-check }"');
187
+ }
188
+
189
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-forward:before {
190
+ content: unquote('"#{ $fa-var-share }"');
191
+ }
192
+
193
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expand:before {
194
+ content: unquote('"#{ $fa-var-up-right-and-down-left-from-center }"');
195
+ }
196
+
197
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compress:before {
198
+ content: unquote('"#{ $fa-var-down-left-and-up-right-to-center }"');
199
+ }
200
+
201
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye {
202
+ font-family: $fa-style-family;
203
+ font-weight: 400;
204
+ }
205
+
206
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eye-slash {
207
+ font-family: $fa-style-family;
208
+ font-weight: 400;
209
+ }
210
+
211
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-warning:before {
212
+ content: unquote('"#{ $fa-var-triangle-exclamation }"');
213
+ }
214
+
215
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar:before {
216
+ content: unquote('"#{ $fa-var-calendar-days }"');
217
+ }
218
+
219
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-v:before {
220
+ content: unquote('"#{ $fa-var-up-down }"');
221
+ }
222
+
223
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-h:before {
224
+ content: unquote('"#{ $fa-var-left-right }"');
225
+ }
226
+
227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart:before {
228
+ content: unquote('"#{ $fa-var-chart-column }"');
229
+ }
230
+
231
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bar-chart-o:before {
232
+ content: unquote('"#{ $fa-var-chart-column }"');
233
+ }
234
+
235
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter-square {
236
+ font-family: $fa-style-family;
237
+ font-weight: 400;
238
+ }
239
+
240
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-square {
241
+ font-family: $fa-style-family;
242
+ font-weight: 400;
243
+ }
244
+
245
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gears:before {
246
+ content: unquote('"#{ $fa-var-gears }"');
247
+ }
248
+
249
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up {
250
+ font-family: $fa-style-family;
251
+ font-weight: 400;
252
+ }
253
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-up:before {
254
+ content: unquote('"#{ $fa-var-thumbs-up }"');
255
+ }
256
+
257
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down {
258
+ font-family: $fa-style-family;
259
+ font-weight: 400;
260
+ }
261
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumbs-o-down:before {
262
+ content: unquote('"#{ $fa-var-thumbs-down }"');
263
+ }
264
+
265
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o {
266
+ font-family: $fa-style-family;
267
+ font-weight: 400;
268
+ }
269
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-heart-o:before {
270
+ content: unquote('"#{ $fa-var-heart }"');
271
+ }
272
+
273
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-out:before {
274
+ content: unquote('"#{ $fa-var-right-from-bracket }"');
275
+ }
276
+
277
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square {
278
+ font-family: $fa-style-family;
279
+ font-weight: 400;
280
+ }
281
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin-square:before {
282
+ content: unquote('"#{ $fa-var-linkedin }"');
283
+ }
284
+
285
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thumb-tack:before {
286
+ content: unquote('"#{ $fa-var-thumbtack }"');
287
+ }
288
+
289
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link:before {
290
+ content: unquote('"#{ $fa-var-up-right-from-square }"');
291
+ }
292
+
293
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sign-in:before {
294
+ content: unquote('"#{ $fa-var-right-to-bracket }"');
295
+ }
296
+
297
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-square {
298
+ font-family: $fa-style-family;
299
+ font-weight: 400;
300
+ }
301
+
302
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o {
303
+ font-family: $fa-style-family;
304
+ font-weight: 400;
305
+ }
306
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lemon-o:before {
307
+ content: unquote('"#{ $fa-var-lemon }"');
308
+ }
309
+
310
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o {
311
+ font-family: $fa-style-family;
312
+ font-weight: 400;
313
+ }
314
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-square-o:before {
315
+ content: unquote('"#{ $fa-var-square }"');
316
+ }
317
+
318
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o {
319
+ font-family: $fa-style-family;
320
+ font-weight: 400;
321
+ }
322
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bookmark-o:before {
323
+ content: unquote('"#{ $fa-var-bookmark }"');
324
+ }
325
+
326
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitter {
327
+ font-family: $fa-style-family;
328
+ font-weight: 400;
329
+ }
330
+
331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook {
332
+ font-family: $fa-style-family;
333
+ font-weight: 400;
334
+ }
335
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook:before {
336
+ content: unquote('"#{ $fa-var-facebook-f }"');
337
+ }
338
+
339
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f {
340
+ font-family: $fa-style-family;
341
+ font-weight: 400;
342
+ }
343
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-f:before {
344
+ content: unquote('"#{ $fa-var-facebook-f }"');
345
+ }
346
+
347
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github {
348
+ font-family: $fa-style-family;
349
+ font-weight: 400;
350
+ }
351
+
352
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card {
353
+ font-family: $fa-style-family;
354
+ font-weight: 400;
355
+ }
356
+
357
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-feed:before {
358
+ content: unquote('"#{ $fa-var-rss }"');
359
+ }
360
+
361
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o {
362
+ font-family: $fa-style-family;
363
+ font-weight: 400;
364
+ }
365
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hdd-o:before {
366
+ content: unquote('"#{ $fa-var-hard-drive }"');
367
+ }
368
+
369
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right {
370
+ font-family: $fa-style-family;
371
+ font-weight: 400;
372
+ }
373
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-right:before {
374
+ content: unquote('"#{ $fa-var-hand-point-right }"');
375
+ }
376
+
377
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left {
378
+ font-family: $fa-style-family;
379
+ font-weight: 400;
380
+ }
381
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-left:before {
382
+ content: unquote('"#{ $fa-var-hand-point-left }"');
383
+ }
384
+
385
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up {
386
+ font-family: $fa-style-family;
387
+ font-weight: 400;
388
+ }
389
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-up:before {
390
+ content: unquote('"#{ $fa-var-hand-point-up }"');
391
+ }
392
+
393
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down {
394
+ font-family: $fa-style-family;
395
+ font-weight: 400;
396
+ }
397
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-o-down:before {
398
+ content: unquote('"#{ $fa-var-hand-point-down }"');
399
+ }
400
+
401
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-globe:before {
402
+ content: unquote('"#{ $fa-var-earth-americas }"');
403
+ }
404
+
405
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tasks:before {
406
+ content: unquote('"#{ $fa-var-bars-progress }"');
407
+ }
408
+
409
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrows-alt:before {
410
+ content: unquote('"#{ $fa-var-maximize }"');
411
+ }
412
+
413
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-group:before {
414
+ content: unquote('"#{ $fa-var-users }"');
415
+ }
416
+
417
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain:before {
418
+ content: unquote('"#{ $fa-var-link }"');
419
+ }
420
+
421
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cut:before {
422
+ content: unquote('"#{ $fa-var-scissors }"');
423
+ }
424
+
425
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o {
426
+ font-family: $fa-style-family;
427
+ font-weight: 400;
428
+ }
429
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-files-o:before {
430
+ content: unquote('"#{ $fa-var-copy }"');
431
+ }
432
+
433
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o {
434
+ font-family: $fa-style-family;
435
+ font-weight: 400;
436
+ }
437
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-floppy-o:before {
438
+ content: unquote('"#{ $fa-var-floppy-disk }"');
439
+ }
440
+
441
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save {
442
+ font-family: $fa-style-family;
443
+ font-weight: 400;
444
+ }
445
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-save:before {
446
+ content: unquote('"#{ $fa-var-floppy-disk }"');
447
+ }
448
+
449
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-navicon:before {
450
+ content: unquote('"#{ $fa-var-bars }"');
451
+ }
452
+
453
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reorder:before {
454
+ content: unquote('"#{ $fa-var-bars }"');
455
+ }
456
+
457
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-magic:before {
458
+ content: unquote('"#{ $fa-var-wand-magic-sparkles }"');
459
+ }
460
+
461
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest {
462
+ font-family: $fa-style-family;
463
+ font-weight: 400;
464
+ }
465
+
466
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-square {
467
+ font-family: $fa-style-family;
468
+ font-weight: 400;
469
+ }
470
+
471
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-square {
472
+ font-family: $fa-style-family;
473
+ font-weight: 400;
474
+ }
475
+
476
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus {
477
+ font-family: $fa-style-family;
478
+ font-weight: 400;
479
+ }
480
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus:before {
481
+ content: unquote('"#{ $fa-var-google-plus-g }"');
482
+ }
483
+
484
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-money:before {
485
+ content: unquote('"#{ $fa-var-money-bill-1 }"');
486
+ }
487
+
488
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unsorted:before {
489
+ content: unquote('"#{ $fa-var-sort }"');
490
+ }
491
+
492
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-desc:before {
493
+ content: unquote('"#{ $fa-var-sort-down }"');
494
+ }
495
+
496
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-asc:before {
497
+ content: unquote('"#{ $fa-var-sort-up }"');
498
+ }
499
+
500
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin {
501
+ font-family: $fa-style-family;
502
+ font-weight: 400;
503
+ }
504
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linkedin:before {
505
+ content: unquote('"#{ $fa-var-linkedin-in }"');
506
+ }
507
+
508
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rotate-left:before {
509
+ content: unquote('"#{ $fa-var-arrow-rotate-left }"');
510
+ }
511
+
512
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-legal:before {
513
+ content: unquote('"#{ $fa-var-gavel }"');
514
+ }
515
+
516
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tachometer:before {
517
+ content: unquote('"#{ $fa-var-gauge-high }"');
518
+ }
519
+
520
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashboard:before {
521
+ content: unquote('"#{ $fa-var-gauge-high }"');
522
+ }
523
+
524
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o {
525
+ font-family: $fa-style-family;
526
+ font-weight: 400;
527
+ }
528
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comment-o:before {
529
+ content: unquote('"#{ $fa-var-comment }"');
530
+ }
531
+
532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o {
533
+ font-family: $fa-style-family;
534
+ font-weight: 400;
535
+ }
536
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-comments-o:before {
537
+ content: unquote('"#{ $fa-var-comments }"');
538
+ }
539
+
540
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flash:before {
541
+ content: unquote('"#{ $fa-var-bolt }"');
542
+ }
543
+
544
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clipboard:before {
545
+ content: unquote('"#{ $fa-var-paste }"');
546
+ }
547
+
548
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o {
549
+ font-family: $fa-style-family;
550
+ font-weight: 400;
551
+ }
552
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lightbulb-o:before {
553
+ content: unquote('"#{ $fa-var-lightbulb }"');
554
+ }
555
+
556
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-exchange:before {
557
+ content: unquote('"#{ $fa-var-right-left }"');
558
+ }
559
+
560
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-download:before {
561
+ content: unquote('"#{ $fa-var-cloud-arrow-down }"');
562
+ }
563
+
564
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cloud-upload:before {
565
+ content: unquote('"#{ $fa-var-cloud-arrow-up }"');
566
+ }
567
+
568
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o {
569
+ font-family: $fa-style-family;
570
+ font-weight: 400;
571
+ }
572
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-o:before {
573
+ content: unquote('"#{ $fa-var-bell }"');
574
+ }
575
+
576
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cutlery:before {
577
+ content: unquote('"#{ $fa-var-utensils }"');
578
+ }
579
+
580
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o {
581
+ font-family: $fa-style-family;
582
+ font-weight: 400;
583
+ }
584
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text-o:before {
585
+ content: unquote('"#{ $fa-var-file-lines }"');
586
+ }
587
+
588
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o {
589
+ font-family: $fa-style-family;
590
+ font-weight: 400;
591
+ }
592
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-building-o:before {
593
+ content: unquote('"#{ $fa-var-building }"');
594
+ }
595
+
596
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o {
597
+ font-family: $fa-style-family;
598
+ font-weight: 400;
599
+ }
600
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hospital-o:before {
601
+ content: unquote('"#{ $fa-var-hospital }"');
602
+ }
603
+
604
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tablet:before {
605
+ content: unquote('"#{ $fa-var-tablet-screen-button }"');
606
+ }
607
+
608
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile:before {
609
+ content: unquote('"#{ $fa-var-mobile-screen-button }"');
610
+ }
611
+
612
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mobile-phone:before {
613
+ content: unquote('"#{ $fa-var-mobile-screen-button }"');
614
+ }
615
+
616
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o {
617
+ font-family: $fa-style-family;
618
+ font-weight: 400;
619
+ }
620
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o:before {
621
+ content: unquote('"#{ $fa-var-circle }"');
622
+ }
623
+
624
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply:before {
625
+ content: unquote('"#{ $fa-var-reply }"');
626
+ }
627
+
628
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-github-alt {
629
+ font-family: $fa-style-family;
630
+ font-weight: 400;
631
+ }
632
+
633
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o {
634
+ font-family: $fa-style-family;
635
+ font-weight: 400;
636
+ }
637
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-o:before {
638
+ content: unquote('"#{ $fa-var-folder }"');
639
+ }
640
+
641
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o {
642
+ font-family: $fa-style-family;
643
+ font-weight: 400;
644
+ }
645
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-folder-open-o:before {
646
+ content: unquote('"#{ $fa-var-folder-open }"');
647
+ }
648
+
649
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o {
650
+ font-family: $fa-style-family;
651
+ font-weight: 400;
652
+ }
653
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-smile-o:before {
654
+ content: unquote('"#{ $fa-var-face-smile }"');
655
+ }
656
+
657
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o {
658
+ font-family: $fa-style-family;
659
+ font-weight: 400;
660
+ }
661
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-frown-o:before {
662
+ content: unquote('"#{ $fa-var-face-frown }"');
663
+ }
664
+
665
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o {
666
+ font-family: $fa-style-family;
667
+ font-weight: 400;
668
+ }
669
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meh-o:before {
670
+ content: unquote('"#{ $fa-var-face-meh }"');
671
+ }
672
+
673
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o {
674
+ font-family: $fa-style-family;
675
+ font-weight: 400;
676
+ }
677
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-keyboard-o:before {
678
+ content: unquote('"#{ $fa-var-keyboard }"');
679
+ }
680
+
681
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o {
682
+ font-family: $fa-style-family;
683
+ font-weight: 400;
684
+ }
685
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flag-o:before {
686
+ content: unquote('"#{ $fa-var-flag }"');
687
+ }
688
+
689
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mail-reply-all:before {
690
+ content: unquote('"#{ $fa-var-reply-all }"');
691
+ }
692
+
693
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o {
694
+ font-family: $fa-style-family;
695
+ font-weight: 400;
696
+ }
697
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-o:before {
698
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
699
+ }
700
+
701
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty {
702
+ font-family: $fa-style-family;
703
+ font-weight: 400;
704
+ }
705
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-empty:before {
706
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
707
+ }
708
+
709
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full {
710
+ font-family: $fa-style-family;
711
+ font-weight: 400;
712
+ }
713
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-star-half-full:before {
714
+ content: unquote('"#{ $fa-var-star-half-stroke }"');
715
+ }
716
+
717
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-code-fork:before {
718
+ content: unquote('"#{ $fa-var-code-branch }"');
719
+ }
720
+
721
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chain-broken:before {
722
+ content: unquote('"#{ $fa-var-link-slash }"');
723
+ }
724
+
725
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlink:before {
726
+ content: unquote('"#{ $fa-var-link-slash }"');
727
+ }
728
+
729
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o {
730
+ font-family: $fa-style-family;
731
+ font-weight: 400;
732
+ }
733
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-o:before {
734
+ content: unquote('"#{ $fa-var-calendar }"');
735
+ }
736
+
737
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-maxcdn {
738
+ font-family: $fa-style-family;
739
+ font-weight: 400;
740
+ }
741
+
742
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-html5 {
743
+ font-family: $fa-style-family;
744
+ font-weight: 400;
745
+ }
746
+
747
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-css3 {
748
+ font-family: $fa-style-family;
749
+ font-weight: 400;
750
+ }
751
+
752
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-unlock-alt:before {
753
+ content: unquote('"#{ $fa-var-unlock }"');
754
+ }
755
+
756
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o {
757
+ font-family: $fa-style-family;
758
+ font-weight: 400;
759
+ }
760
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-minus-square-o:before {
761
+ content: unquote('"#{ $fa-var-square-minus }"');
762
+ }
763
+
764
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-up:before {
765
+ content: unquote('"#{ $fa-var-turn-up }"');
766
+ }
767
+
768
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-level-down:before {
769
+ content: unquote('"#{ $fa-var-turn-down }"');
770
+ }
771
+
772
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pencil-square:before {
773
+ content: unquote('"#{ $fa-var-square-pen }"');
774
+ }
775
+
776
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-external-link-square:before {
777
+ content: unquote('"#{ $fa-var-square-up-right }"');
778
+ }
779
+
780
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-compass {
781
+ font-family: $fa-style-family;
782
+ font-weight: 400;
783
+ }
784
+
785
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down {
786
+ font-family: $fa-style-family;
787
+ font-weight: 400;
788
+ }
789
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-down:before {
790
+ content: unquote('"#{ $fa-var-square-caret-down }"');
791
+ }
792
+
793
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down {
794
+ font-family: $fa-style-family;
795
+ font-weight: 400;
796
+ }
797
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-down:before {
798
+ content: unquote('"#{ $fa-var-square-caret-down }"');
799
+ }
800
+
801
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up {
802
+ font-family: $fa-style-family;
803
+ font-weight: 400;
804
+ }
805
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-up:before {
806
+ content: unquote('"#{ $fa-var-square-caret-up }"');
807
+ }
808
+
809
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up {
810
+ font-family: $fa-style-family;
811
+ font-weight: 400;
812
+ }
813
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-up:before {
814
+ content: unquote('"#{ $fa-var-square-caret-up }"');
815
+ }
816
+
817
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right {
818
+ font-family: $fa-style-family;
819
+ font-weight: 400;
820
+ }
821
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-right:before {
822
+ content: unquote('"#{ $fa-var-square-caret-right }"');
823
+ }
824
+
825
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right {
826
+ font-family: $fa-style-family;
827
+ font-weight: 400;
828
+ }
829
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-right:before {
830
+ content: unquote('"#{ $fa-var-square-caret-right }"');
831
+ }
832
+
833
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eur:before {
834
+ content: unquote('"#{ $fa-var-euro-sign }"');
835
+ }
836
+
837
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-euro:before {
838
+ content: unquote('"#{ $fa-var-euro-sign }"');
839
+ }
840
+
841
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gbp:before {
842
+ content: unquote('"#{ $fa-var-sterling-sign }"');
843
+ }
844
+
845
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usd:before {
846
+ content: unquote('"#{ $fa-var-dollar-sign }"');
847
+ }
848
+
849
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dollar:before {
850
+ content: unquote('"#{ $fa-var-dollar-sign }"');
851
+ }
852
+
853
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-inr:before {
854
+ content: unquote('"#{ $fa-var-indian-rupee-sign }"');
855
+ }
856
+
857
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rupee:before {
858
+ content: unquote('"#{ $fa-var-indian-rupee-sign }"');
859
+ }
860
+
861
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jpy:before {
862
+ content: unquote('"#{ $fa-var-yen-sign }"');
863
+ }
864
+
865
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cny:before {
866
+ content: unquote('"#{ $fa-var-yen-sign }"');
867
+ }
868
+
869
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rmb:before {
870
+ content: unquote('"#{ $fa-var-yen-sign }"');
871
+ }
872
+
873
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yen:before {
874
+ content: unquote('"#{ $fa-var-yen-sign }"');
875
+ }
876
+
877
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rub:before {
878
+ content: unquote('"#{ $fa-var-ruble-sign }"');
879
+ }
880
+
881
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ruble:before {
882
+ content: unquote('"#{ $fa-var-ruble-sign }"');
883
+ }
884
+
885
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rouble:before {
886
+ content: unquote('"#{ $fa-var-ruble-sign }"');
887
+ }
888
+
889
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-krw:before {
890
+ content: unquote('"#{ $fa-var-won-sign }"');
891
+ }
892
+
893
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-won:before {
894
+ content: unquote('"#{ $fa-var-won-sign }"');
895
+ }
896
+
897
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-btc {
898
+ font-family: $fa-style-family;
899
+ font-weight: 400;
900
+ }
901
+
902
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin {
903
+ font-family: $fa-style-family;
904
+ font-weight: 400;
905
+ }
906
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitcoin:before {
907
+ content: unquote('"#{ $fa-var-btc }"');
908
+ }
909
+
910
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-text:before {
911
+ content: unquote('"#{ $fa-var-file-lines }"');
912
+ }
913
+
914
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before {
915
+ content: unquote('"#{ $fa-var-arrow-down-a-z }"');
916
+ }
917
+
918
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before {
919
+ content: unquote('"#{ $fa-var-arrow-down-z-a }"');
920
+ }
921
+
922
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before {
923
+ content: unquote('"#{ $fa-var-arrow-down-short-wide }"');
924
+ }
925
+
926
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before {
927
+ content: unquote('"#{ $fa-var-arrow-down-wide-short }"');
928
+ }
929
+
930
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before {
931
+ content: unquote('"#{ $fa-var-arrow-down-1-9 }"');
932
+ }
933
+
934
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before {
935
+ content: unquote('"#{ $fa-var-arrow-down-9-1 }"');
936
+ }
937
+
938
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
939
+ font-family: $fa-style-family;
940
+ font-weight: 400;
941
+ }
942
+
943
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube {
944
+ font-family: $fa-style-family;
945
+ font-weight: 400;
946
+ }
947
+
948
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing {
949
+ font-family: $fa-style-family;
950
+ font-weight: 400;
951
+ }
952
+
953
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-xing-square {
954
+ font-family: $fa-style-family;
955
+ font-weight: 400;
956
+ }
957
+
958
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play {
959
+ font-family: $fa-style-family;
960
+ font-weight: 400;
961
+ }
962
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-play:before {
963
+ content: unquote('"#{ $fa-var-youtube }"');
964
+ }
965
+
966
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dropbox {
967
+ font-family: $fa-style-family;
968
+ font-weight: 400;
969
+ }
970
+
971
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-overflow {
972
+ font-family: $fa-style-family;
973
+ font-weight: 400;
974
+ }
975
+
976
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-instagram {
977
+ font-family: $fa-style-family;
978
+ font-weight: 400;
979
+ }
980
+
981
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-flickr {
982
+ font-family: $fa-style-family;
983
+ font-weight: 400;
984
+ }
985
+
986
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-adn {
987
+ font-family: $fa-style-family;
988
+ font-weight: 400;
989
+ }
990
+
991
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket {
992
+ font-family: $fa-style-family;
993
+ font-weight: 400;
994
+ }
995
+
996
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square {
997
+ font-family: $fa-style-family;
998
+ font-weight: 400;
999
+ }
1000
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bitbucket-square:before {
1001
+ content: unquote('"#{ $fa-var-bitbucket }"');
1002
+ }
1003
+
1004
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr {
1005
+ font-family: $fa-style-family;
1006
+ font-weight: 400;
1007
+ }
1008
+
1009
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tumblr-square {
1010
+ font-family: $fa-style-family;
1011
+ font-weight: 400;
1012
+ }
1013
+
1014
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-down:before {
1015
+ content: unquote('"#{ $fa-var-down-long }"');
1016
+ }
1017
+
1018
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-up:before {
1019
+ content: unquote('"#{ $fa-var-up-long }"');
1020
+ }
1021
+
1022
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-left:before {
1023
+ content: unquote('"#{ $fa-var-left-long }"');
1024
+ }
1025
+
1026
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-long-arrow-right:before {
1027
+ content: unquote('"#{ $fa-var-right-long }"');
1028
+ }
1029
+
1030
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-apple {
1031
+ font-family: $fa-style-family;
1032
+ font-weight: 400;
1033
+ }
1034
+
1035
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-windows {
1036
+ font-family: $fa-style-family;
1037
+ font-weight: 400;
1038
+ }
1039
+
1040
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-android {
1041
+ font-family: $fa-style-family;
1042
+ font-weight: 400;
1043
+ }
1044
+
1045
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linux {
1046
+ font-family: $fa-style-family;
1047
+ font-weight: 400;
1048
+ }
1049
+
1050
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dribbble {
1051
+ font-family: $fa-style-family;
1052
+ font-weight: 400;
1053
+ }
1054
+
1055
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skype {
1056
+ font-family: $fa-style-family;
1057
+ font-weight: 400;
1058
+ }
1059
+
1060
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-foursquare {
1061
+ font-family: $fa-style-family;
1062
+ font-weight: 400;
1063
+ }
1064
+
1065
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trello {
1066
+ font-family: $fa-style-family;
1067
+ font-weight: 400;
1068
+ }
1069
+
1070
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gratipay {
1071
+ font-family: $fa-style-family;
1072
+ font-weight: 400;
1073
+ }
1074
+
1075
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip {
1076
+ font-family: $fa-style-family;
1077
+ font-weight: 400;
1078
+ }
1079
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gittip:before {
1080
+ content: unquote('"#{ $fa-var-gratipay }"');
1081
+ }
1082
+
1083
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o {
1084
+ font-family: $fa-style-family;
1085
+ font-weight: 400;
1086
+ }
1087
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sun-o:before {
1088
+ content: unquote('"#{ $fa-var-sun }"');
1089
+ }
1090
+
1091
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o {
1092
+ font-family: $fa-style-family;
1093
+ font-weight: 400;
1094
+ }
1095
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-moon-o:before {
1096
+ content: unquote('"#{ $fa-var-moon }"');
1097
+ }
1098
+
1099
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vk {
1100
+ font-family: $fa-style-family;
1101
+ font-weight: 400;
1102
+ }
1103
+
1104
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weibo {
1105
+ font-family: $fa-style-family;
1106
+ font-weight: 400;
1107
+ }
1108
+
1109
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-renren {
1110
+ font-family: $fa-style-family;
1111
+ font-weight: 400;
1112
+ }
1113
+
1114
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pagelines {
1115
+ font-family: $fa-style-family;
1116
+ font-weight: 400;
1117
+ }
1118
+
1119
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stack-exchange {
1120
+ font-family: $fa-style-family;
1121
+ font-weight: 400;
1122
+ }
1123
+
1124
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right {
1125
+ font-family: $fa-style-family;
1126
+ font-weight: 400;
1127
+ }
1128
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-right:before {
1129
+ content: unquote('"#{ $fa-var-circle-right }"');
1130
+ }
1131
+
1132
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left {
1133
+ font-family: $fa-style-family;
1134
+ font-weight: 400;
1135
+ }
1136
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-arrow-circle-o-left:before {
1137
+ content: unquote('"#{ $fa-var-circle-left }"');
1138
+ }
1139
+
1140
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left {
1141
+ font-family: $fa-style-family;
1142
+ font-weight: 400;
1143
+ }
1144
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-caret-square-o-left:before {
1145
+ content: unquote('"#{ $fa-var-square-caret-left }"');
1146
+ }
1147
+
1148
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left {
1149
+ font-family: $fa-style-family;
1150
+ font-weight: 400;
1151
+ }
1152
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-toggle-left:before {
1153
+ content: unquote('"#{ $fa-var-square-caret-left }"');
1154
+ }
1155
+
1156
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o {
1157
+ font-family: $fa-style-family;
1158
+ font-weight: 400;
1159
+ }
1160
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dot-circle-o:before {
1161
+ content: unquote('"#{ $fa-var-circle-dot }"');
1162
+ }
1163
+
1164
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo-square {
1165
+ font-family: $fa-style-family;
1166
+ font-weight: 400;
1167
+ }
1168
+
1169
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-try:before {
1170
+ content: unquote('"#{ $fa-var-turkish-lira-sign }"');
1171
+ }
1172
+
1173
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-turkish-lira:before {
1174
+ content: unquote('"#{ $fa-var-turkish-lira-sign }"');
1175
+ }
1176
+
1177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o {
1178
+ font-family: $fa-style-family;
1179
+ font-weight: 400;
1180
+ }
1181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-plus-square-o:before {
1182
+ content: unquote('"#{ $fa-var-square-plus }"');
1183
+ }
1184
+
1185
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slack {
1186
+ font-family: $fa-style-family;
1187
+ font-weight: 400;
1188
+ }
1189
+
1190
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wordpress {
1191
+ font-family: $fa-style-family;
1192
+ font-weight: 400;
1193
+ }
1194
+
1195
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-openid {
1196
+ font-family: $fa-style-family;
1197
+ font-weight: 400;
1198
+ }
1199
+
1200
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-institution:before {
1201
+ content: unquote('"#{ $fa-var-building-columns }"');
1202
+ }
1203
+
1204
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bank:before {
1205
+ content: unquote('"#{ $fa-var-building-columns }"');
1206
+ }
1207
+
1208
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mortar-board:before {
1209
+ content: unquote('"#{ $fa-var-graduation-cap }"');
1210
+ }
1211
+
1212
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yahoo {
1213
+ font-family: $fa-style-family;
1214
+ font-weight: 400;
1215
+ }
1216
+
1217
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google {
1218
+ font-family: $fa-style-family;
1219
+ font-weight: 400;
1220
+ }
1221
+
1222
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit {
1223
+ font-family: $fa-style-family;
1224
+ font-weight: 400;
1225
+ }
1226
+
1227
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-square {
1228
+ font-family: $fa-style-family;
1229
+ font-weight: 400;
1230
+ }
1231
+
1232
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon-circle {
1233
+ font-family: $fa-style-family;
1234
+ font-weight: 400;
1235
+ }
1236
+
1237
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stumbleupon {
1238
+ font-family: $fa-style-family;
1239
+ font-weight: 400;
1240
+ }
1241
+
1242
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-delicious {
1243
+ font-family: $fa-style-family;
1244
+ font-weight: 400;
1245
+ }
1246
+
1247
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-digg {
1248
+ font-family: $fa-style-family;
1249
+ font-weight: 400;
1250
+ }
1251
+
1252
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-pp {
1253
+ font-family: $fa-style-family;
1254
+ font-weight: 400;
1255
+ }
1256
+
1257
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper-alt {
1258
+ font-family: $fa-style-family;
1259
+ font-weight: 400;
1260
+ }
1261
+
1262
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drupal {
1263
+ font-family: $fa-style-family;
1264
+ font-weight: 400;
1265
+ }
1266
+
1267
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-joomla {
1268
+ font-family: $fa-style-family;
1269
+ font-weight: 400;
1270
+ }
1271
+
1272
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance {
1273
+ font-family: $fa-style-family;
1274
+ font-weight: 400;
1275
+ }
1276
+
1277
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-behance-square {
1278
+ font-family: $fa-style-family;
1279
+ font-weight: 400;
1280
+ }
1281
+
1282
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam {
1283
+ font-family: $fa-style-family;
1284
+ font-weight: 400;
1285
+ }
1286
+
1287
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-steam-square {
1288
+ font-family: $fa-style-family;
1289
+ font-weight: 400;
1290
+ }
1291
+
1292
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-automobile:before {
1293
+ content: unquote('"#{ $fa-var-car }"');
1294
+ }
1295
+
1296
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cab:before {
1297
+ content: unquote('"#{ $fa-var-taxi }"');
1298
+ }
1299
+
1300
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-spotify {
1301
+ font-family: $fa-style-family;
1302
+ font-weight: 400;
1303
+ }
1304
+
1305
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deviantart {
1306
+ font-family: $fa-style-family;
1307
+ font-weight: 400;
1308
+ }
1309
+
1310
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soundcloud {
1311
+ font-family: $fa-style-family;
1312
+ font-weight: 400;
1313
+ }
1314
+
1315
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o {
1316
+ font-family: $fa-style-family;
1317
+ font-weight: 400;
1318
+ }
1319
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-pdf-o:before {
1320
+ content: unquote('"#{ $fa-var-file-pdf }"');
1321
+ }
1322
+
1323
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o {
1324
+ font-family: $fa-style-family;
1325
+ font-weight: 400;
1326
+ }
1327
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-word-o:before {
1328
+ content: unquote('"#{ $fa-var-file-word }"');
1329
+ }
1330
+
1331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o {
1332
+ font-family: $fa-style-family;
1333
+ font-weight: 400;
1334
+ }
1335
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-excel-o:before {
1336
+ content: unquote('"#{ $fa-var-file-excel }"');
1337
+ }
1338
+
1339
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o {
1340
+ font-family: $fa-style-family;
1341
+ font-weight: 400;
1342
+ }
1343
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-powerpoint-o:before {
1344
+ content: unquote('"#{ $fa-var-file-powerpoint }"');
1345
+ }
1346
+
1347
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o {
1348
+ font-family: $fa-style-family;
1349
+ font-weight: 400;
1350
+ }
1351
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-image-o:before {
1352
+ content: unquote('"#{ $fa-var-file-image }"');
1353
+ }
1354
+
1355
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o {
1356
+ font-family: $fa-style-family;
1357
+ font-weight: 400;
1358
+ }
1359
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-photo-o:before {
1360
+ content: unquote('"#{ $fa-var-file-image }"');
1361
+ }
1362
+
1363
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o {
1364
+ font-family: $fa-style-family;
1365
+ font-weight: 400;
1366
+ }
1367
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-picture-o:before {
1368
+ content: unquote('"#{ $fa-var-file-image }"');
1369
+ }
1370
+
1371
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o {
1372
+ font-family: $fa-style-family;
1373
+ font-weight: 400;
1374
+ }
1375
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-archive-o:before {
1376
+ content: unquote('"#{ $fa-var-file-zipper }"');
1377
+ }
1378
+
1379
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o {
1380
+ font-family: $fa-style-family;
1381
+ font-weight: 400;
1382
+ }
1383
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-zip-o:before {
1384
+ content: unquote('"#{ $fa-var-file-zipper }"');
1385
+ }
1386
+
1387
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o {
1388
+ font-family: $fa-style-family;
1389
+ font-weight: 400;
1390
+ }
1391
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-audio-o:before {
1392
+ content: unquote('"#{ $fa-var-file-audio }"');
1393
+ }
1394
+
1395
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o {
1396
+ font-family: $fa-style-family;
1397
+ font-weight: 400;
1398
+ }
1399
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-sound-o:before {
1400
+ content: unquote('"#{ $fa-var-file-audio }"');
1401
+ }
1402
+
1403
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o {
1404
+ font-family: $fa-style-family;
1405
+ font-weight: 400;
1406
+ }
1407
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-video-o:before {
1408
+ content: unquote('"#{ $fa-var-file-video }"');
1409
+ }
1410
+
1411
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o {
1412
+ font-family: $fa-style-family;
1413
+ font-weight: 400;
1414
+ }
1415
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-movie-o:before {
1416
+ content: unquote('"#{ $fa-var-file-video }"');
1417
+ }
1418
+
1419
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o {
1420
+ font-family: $fa-style-family;
1421
+ font-weight: 400;
1422
+ }
1423
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-file-code-o:before {
1424
+ content: unquote('"#{ $fa-var-file-code }"');
1425
+ }
1426
+
1427
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vine {
1428
+ font-family: $fa-style-family;
1429
+ font-weight: 400;
1430
+ }
1431
+
1432
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codepen {
1433
+ font-family: $fa-style-family;
1434
+ font-weight: 400;
1435
+ }
1436
+
1437
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-jsfiddle {
1438
+ font-family: $fa-style-family;
1439
+ font-weight: 400;
1440
+ }
1441
+
1442
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-bouy:before {
1443
+ content: unquote('"#{ $fa-var-life-ring }"');
1444
+ }
1445
+
1446
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-buoy:before {
1447
+ content: unquote('"#{ $fa-var-life-ring }"');
1448
+ }
1449
+
1450
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-life-saver:before {
1451
+ content: unquote('"#{ $fa-var-life-ring }"');
1452
+ }
1453
+
1454
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-support:before {
1455
+ content: unquote('"#{ $fa-var-life-ring }"');
1456
+ }
1457
+
1458
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-o-notch:before {
1459
+ content: unquote('"#{ $fa-var-circle-notch }"');
1460
+ }
1461
+
1462
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-rebel {
1463
+ font-family: $fa-style-family;
1464
+ font-weight: 400;
1465
+ }
1466
+
1467
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra {
1468
+ font-family: $fa-style-family;
1469
+ font-weight: 400;
1470
+ }
1471
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ra:before {
1472
+ content: unquote('"#{ $fa-var-rebel }"');
1473
+ }
1474
+
1475
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance {
1476
+ font-family: $fa-style-family;
1477
+ font-weight: 400;
1478
+ }
1479
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-resistance:before {
1480
+ content: unquote('"#{ $fa-var-rebel }"');
1481
+ }
1482
+
1483
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-empire {
1484
+ font-family: $fa-style-family;
1485
+ font-weight: 400;
1486
+ }
1487
+
1488
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge {
1489
+ font-family: $fa-style-family;
1490
+ font-weight: 400;
1491
+ }
1492
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ge:before {
1493
+ content: unquote('"#{ $fa-var-empire }"');
1494
+ }
1495
+
1496
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git-square {
1497
+ font-family: $fa-style-family;
1498
+ font-weight: 400;
1499
+ }
1500
+
1501
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-git {
1502
+ font-family: $fa-style-family;
1503
+ font-weight: 400;
1504
+ }
1505
+
1506
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hacker-news {
1507
+ font-family: $fa-style-family;
1508
+ font-weight: 400;
1509
+ }
1510
+
1511
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square {
1512
+ font-family: $fa-style-family;
1513
+ font-weight: 400;
1514
+ }
1515
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator-square:before {
1516
+ content: unquote('"#{ $fa-var-hacker-news }"');
1517
+ }
1518
+
1519
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square {
1520
+ font-family: $fa-style-family;
1521
+ font-weight: 400;
1522
+ }
1523
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc-square:before {
1524
+ content: unquote('"#{ $fa-var-hacker-news }"');
1525
+ }
1526
+
1527
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-tencent-weibo {
1528
+ font-family: $fa-style-family;
1529
+ font-weight: 400;
1530
+ }
1531
+
1532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-qq {
1533
+ font-family: $fa-style-family;
1534
+ font-weight: 400;
1535
+ }
1536
+
1537
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-weixin {
1538
+ font-family: $fa-style-family;
1539
+ font-weight: 400;
1540
+ }
1541
+
1542
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat {
1543
+ font-family: $fa-style-family;
1544
+ font-weight: 400;
1545
+ }
1546
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wechat:before {
1547
+ content: unquote('"#{ $fa-var-weixin }"');
1548
+ }
1549
+
1550
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send:before {
1551
+ content: unquote('"#{ $fa-var-paper-plane }"');
1552
+ }
1553
+
1554
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o {
1555
+ font-family: $fa-style-family;
1556
+ font-weight: 400;
1557
+ }
1558
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paper-plane-o:before {
1559
+ content: unquote('"#{ $fa-var-paper-plane }"');
1560
+ }
1561
+
1562
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o {
1563
+ font-family: $fa-style-family;
1564
+ font-weight: 400;
1565
+ }
1566
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-send-o:before {
1567
+ content: unquote('"#{ $fa-var-paper-plane }"');
1568
+ }
1569
+
1570
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin {
1571
+ font-family: $fa-style-family;
1572
+ font-weight: 400;
1573
+ }
1574
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-circle-thin:before {
1575
+ content: unquote('"#{ $fa-var-circle }"');
1576
+ }
1577
+
1578
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-header:before {
1579
+ content: unquote('"#{ $fa-var-heading }"');
1580
+ }
1581
+
1582
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o {
1583
+ font-family: $fa-style-family;
1584
+ font-weight: 400;
1585
+ }
1586
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-futbol-o:before {
1587
+ content: unquote('"#{ $fa-var-futbol }"');
1588
+ }
1589
+
1590
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o {
1591
+ font-family: $fa-style-family;
1592
+ font-weight: 400;
1593
+ }
1594
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-soccer-ball-o:before {
1595
+ content: unquote('"#{ $fa-var-futbol }"');
1596
+ }
1597
+
1598
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-slideshare {
1599
+ font-family: $fa-style-family;
1600
+ font-weight: 400;
1601
+ }
1602
+
1603
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-twitch {
1604
+ font-family: $fa-style-family;
1605
+ font-weight: 400;
1606
+ }
1607
+
1608
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yelp {
1609
+ font-family: $fa-style-family;
1610
+ font-weight: 400;
1611
+ }
1612
+
1613
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o {
1614
+ font-family: $fa-style-family;
1615
+ font-weight: 400;
1616
+ }
1617
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-newspaper-o:before {
1618
+ content: unquote('"#{ $fa-var-newspaper }"');
1619
+ }
1620
+
1621
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-paypal {
1622
+ font-family: $fa-style-family;
1623
+ font-weight: 400;
1624
+ }
1625
+
1626
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-wallet {
1627
+ font-family: $fa-style-family;
1628
+ font-weight: 400;
1629
+ }
1630
+
1631
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-visa {
1632
+ font-family: $fa-style-family;
1633
+ font-weight: 400;
1634
+ }
1635
+
1636
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-mastercard {
1637
+ font-family: $fa-style-family;
1638
+ font-weight: 400;
1639
+ }
1640
+
1641
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-discover {
1642
+ font-family: $fa-style-family;
1643
+ font-weight: 400;
1644
+ }
1645
+
1646
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-amex {
1647
+ font-family: $fa-style-family;
1648
+ font-weight: 400;
1649
+ }
1650
+
1651
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-paypal {
1652
+ font-family: $fa-style-family;
1653
+ font-weight: 400;
1654
+ }
1655
+
1656
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-stripe {
1657
+ font-family: $fa-style-family;
1658
+ font-weight: 400;
1659
+ }
1660
+
1661
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o {
1662
+ font-family: $fa-style-family;
1663
+ font-weight: 400;
1664
+ }
1665
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bell-slash-o:before {
1666
+ content: unquote('"#{ $fa-var-bell-slash }"');
1667
+ }
1668
+
1669
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-trash:before {
1670
+ content: unquote('"#{ $fa-var-trash-can }"');
1671
+ }
1672
+
1673
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-copyright {
1674
+ font-family: $fa-style-family;
1675
+ font-weight: 400;
1676
+ }
1677
+
1678
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eyedropper:before {
1679
+ content: unquote('"#{ $fa-var-eye-dropper }"');
1680
+ }
1681
+
1682
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-area-chart:before {
1683
+ content: unquote('"#{ $fa-var-chart-area }"');
1684
+ }
1685
+
1686
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pie-chart:before {
1687
+ content: unquote('"#{ $fa-var-chart-pie }"');
1688
+ }
1689
+
1690
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-line-chart:before {
1691
+ content: unquote('"#{ $fa-var-chart-line }"');
1692
+ }
1693
+
1694
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm {
1695
+ font-family: $fa-style-family;
1696
+ font-weight: 400;
1697
+ }
1698
+
1699
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-lastfm-square {
1700
+ font-family: $fa-style-family;
1701
+ font-weight: 400;
1702
+ }
1703
+
1704
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ioxhost {
1705
+ font-family: $fa-style-family;
1706
+ font-weight: 400;
1707
+ }
1708
+
1709
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-angellist {
1710
+ font-family: $fa-style-family;
1711
+ font-weight: 400;
1712
+ }
1713
+
1714
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc {
1715
+ font-family: $fa-style-family;
1716
+ font-weight: 400;
1717
+ }
1718
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc:before {
1719
+ content: unquote('"#{ $fa-var-closed-captioning }"');
1720
+ }
1721
+
1722
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ils:before {
1723
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1724
+ }
1725
+
1726
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shekel:before {
1727
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1728
+ }
1729
+
1730
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sheqel:before {
1731
+ content: unquote('"#{ $fa-var-shekel-sign }"');
1732
+ }
1733
+
1734
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-buysellads {
1735
+ font-family: $fa-style-family;
1736
+ font-weight: 400;
1737
+ }
1738
+
1739
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-connectdevelop {
1740
+ font-family: $fa-style-family;
1741
+ font-weight: 400;
1742
+ }
1743
+
1744
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-dashcube {
1745
+ font-family: $fa-style-family;
1746
+ font-weight: 400;
1747
+ }
1748
+
1749
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-forumbee {
1750
+ font-family: $fa-style-family;
1751
+ font-weight: 400;
1752
+ }
1753
+
1754
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-leanpub {
1755
+ font-family: $fa-style-family;
1756
+ font-weight: 400;
1757
+ }
1758
+
1759
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sellsy {
1760
+ font-family: $fa-style-family;
1761
+ font-weight: 400;
1762
+ }
1763
+
1764
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-shirtsinbulk {
1765
+ font-family: $fa-style-family;
1766
+ font-weight: 400;
1767
+ }
1768
+
1769
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-simplybuilt {
1770
+ font-family: $fa-style-family;
1771
+ font-weight: 400;
1772
+ }
1773
+
1774
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-skyatlas {
1775
+ font-family: $fa-style-family;
1776
+ font-weight: 400;
1777
+ }
1778
+
1779
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond {
1780
+ font-family: $fa-style-family;
1781
+ font-weight: 400;
1782
+ }
1783
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-diamond:before {
1784
+ content: unquote('"#{ $fa-var-gem }"');
1785
+ }
1786
+
1787
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender:before {
1788
+ content: unquote('"#{ $fa-var-mars-and-venus }"');
1789
+ }
1790
+
1791
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-intersex:before {
1792
+ content: unquote('"#{ $fa-var-mars-and-venus }"');
1793
+ }
1794
+
1795
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-transgender-alt:before {
1796
+ content: unquote('"#{ $fa-var-transgender }"');
1797
+ }
1798
+
1799
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official {
1800
+ font-family: $fa-style-family;
1801
+ font-weight: 400;
1802
+ }
1803
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-facebook-official:before {
1804
+ content: unquote('"#{ $fa-var-facebook }"');
1805
+ }
1806
+
1807
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pinterest-p {
1808
+ font-family: $fa-style-family;
1809
+ font-weight: 400;
1810
+ }
1811
+
1812
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-whatsapp {
1813
+ font-family: $fa-style-family;
1814
+ font-weight: 400;
1815
+ }
1816
+
1817
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hotel:before {
1818
+ content: unquote('"#{ $fa-var-bed }"');
1819
+ }
1820
+
1821
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viacoin {
1822
+ font-family: $fa-style-family;
1823
+ font-weight: 400;
1824
+ }
1825
+
1826
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-medium {
1827
+ font-family: $fa-style-family;
1828
+ font-weight: 400;
1829
+ }
1830
+
1831
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-y-combinator {
1832
+ font-family: $fa-style-family;
1833
+ font-weight: 400;
1834
+ }
1835
+
1836
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc {
1837
+ font-family: $fa-style-family;
1838
+ font-weight: 400;
1839
+ }
1840
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yc:before {
1841
+ content: unquote('"#{ $fa-var-y-combinator }"');
1842
+ }
1843
+
1844
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-optin-monster {
1845
+ font-family: $fa-style-family;
1846
+ font-weight: 400;
1847
+ }
1848
+
1849
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opencart {
1850
+ font-family: $fa-style-family;
1851
+ font-weight: 400;
1852
+ }
1853
+
1854
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-expeditedssl {
1855
+ font-family: $fa-style-family;
1856
+ font-weight: 400;
1857
+ }
1858
+
1859
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-4:before {
1860
+ content: unquote('"#{ $fa-var-battery-full }"');
1861
+ }
1862
+
1863
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery:before {
1864
+ content: unquote('"#{ $fa-var-battery-full }"');
1865
+ }
1866
+
1867
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-3:before {
1868
+ content: unquote('"#{ $fa-var-battery-three-quarters }"');
1869
+ }
1870
+
1871
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-2:before {
1872
+ content: unquote('"#{ $fa-var-battery-half }"');
1873
+ }
1874
+
1875
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-1:before {
1876
+ content: unquote('"#{ $fa-var-battery-quarter }"');
1877
+ }
1878
+
1879
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-battery-0:before {
1880
+ content: unquote('"#{ $fa-var-battery-empty }"');
1881
+ }
1882
+
1883
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-group {
1884
+ font-family: $fa-style-family;
1885
+ font-weight: 400;
1886
+ }
1887
+
1888
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-object-ungroup {
1889
+ font-family: $fa-style-family;
1890
+ font-weight: 400;
1891
+ }
1892
+
1893
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o {
1894
+ font-family: $fa-style-family;
1895
+ font-weight: 400;
1896
+ }
1897
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-sticky-note-o:before {
1898
+ content: unquote('"#{ $fa-var-note-sticky }"');
1899
+ }
1900
+
1901
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-jcb {
1902
+ font-family: $fa-style-family;
1903
+ font-weight: 400;
1904
+ }
1905
+
1906
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-cc-diners-club {
1907
+ font-family: $fa-style-family;
1908
+ font-weight: 400;
1909
+ }
1910
+
1911
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-clone {
1912
+ font-family: $fa-style-family;
1913
+ font-weight: 400;
1914
+ }
1915
+
1916
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-o:before {
1917
+ content: unquote('"#{ $fa-var-hourglass-empty }"');
1918
+ }
1919
+
1920
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-1:before {
1921
+ content: unquote('"#{ $fa-var-hourglass-start }"');
1922
+ }
1923
+
1924
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-half:before {
1925
+ content: unquote('"#{ $fa-var-hourglass }"');
1926
+ }
1927
+
1928
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-2:before {
1929
+ content: unquote('"#{ $fa-var-hourglass }"');
1930
+ }
1931
+
1932
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hourglass-3:before {
1933
+ content: unquote('"#{ $fa-var-hourglass-end }"');
1934
+ }
1935
+
1936
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o {
1937
+ font-family: $fa-style-family;
1938
+ font-weight: 400;
1939
+ }
1940
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-rock-o:before {
1941
+ content: unquote('"#{ $fa-var-hand-back-fist }"');
1942
+ }
1943
+
1944
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o {
1945
+ font-family: $fa-style-family;
1946
+ font-weight: 400;
1947
+ }
1948
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-grab-o:before {
1949
+ content: unquote('"#{ $fa-var-hand-back-fist }"');
1950
+ }
1951
+
1952
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o {
1953
+ font-family: $fa-style-family;
1954
+ font-weight: 400;
1955
+ }
1956
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-paper-o:before {
1957
+ content: unquote('"#{ $fa-var-hand }"');
1958
+ }
1959
+
1960
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o {
1961
+ font-family: $fa-style-family;
1962
+ font-weight: 400;
1963
+ }
1964
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-stop-o:before {
1965
+ content: unquote('"#{ $fa-var-hand }"');
1966
+ }
1967
+
1968
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o {
1969
+ font-family: $fa-style-family;
1970
+ font-weight: 400;
1971
+ }
1972
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-scissors-o:before {
1973
+ content: unquote('"#{ $fa-var-hand-scissors }"');
1974
+ }
1975
+
1976
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o {
1977
+ font-family: $fa-style-family;
1978
+ font-weight: 400;
1979
+ }
1980
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-lizard-o:before {
1981
+ content: unquote('"#{ $fa-var-hand-lizard }"');
1982
+ }
1983
+
1984
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o {
1985
+ font-family: $fa-style-family;
1986
+ font-weight: 400;
1987
+ }
1988
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-spock-o:before {
1989
+ content: unquote('"#{ $fa-var-hand-spock }"');
1990
+ }
1991
+
1992
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o {
1993
+ font-family: $fa-style-family;
1994
+ font-weight: 400;
1995
+ }
1996
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-pointer-o:before {
1997
+ content: unquote('"#{ $fa-var-hand-pointer }"');
1998
+ }
1999
+
2000
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o {
2001
+ font-family: $fa-style-family;
2002
+ font-weight: 400;
2003
+ }
2004
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hand-peace-o:before {
2005
+ content: unquote('"#{ $fa-var-hand-peace }"');
2006
+ }
2007
+
2008
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-registered {
2009
+ font-family: $fa-style-family;
2010
+ font-weight: 400;
2011
+ }
2012
+
2013
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-creative-commons {
2014
+ font-family: $fa-style-family;
2015
+ font-weight: 400;
2016
+ }
2017
+
2018
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg {
2019
+ font-family: $fa-style-family;
2020
+ font-weight: 400;
2021
+ }
2022
+
2023
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gg-circle {
2024
+ font-family: $fa-style-family;
2025
+ font-weight: 400;
2026
+ }
2027
+
2028
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki {
2029
+ font-family: $fa-style-family;
2030
+ font-weight: 400;
2031
+ }
2032
+
2033
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-odnoklassniki-square {
2034
+ font-family: $fa-style-family;
2035
+ font-weight: 400;
2036
+ }
2037
+
2038
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-get-pocket {
2039
+ font-family: $fa-style-family;
2040
+ font-weight: 400;
2041
+ }
2042
+
2043
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wikipedia-w {
2044
+ font-family: $fa-style-family;
2045
+ font-weight: 400;
2046
+ }
2047
+
2048
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-safari {
2049
+ font-family: $fa-style-family;
2050
+ font-weight: 400;
2051
+ }
2052
+
2053
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-chrome {
2054
+ font-family: $fa-style-family;
2055
+ font-weight: 400;
2056
+ }
2057
+
2058
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-firefox {
2059
+ font-family: $fa-style-family;
2060
+ font-weight: 400;
2061
+ }
2062
+
2063
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-opera {
2064
+ font-family: $fa-style-family;
2065
+ font-weight: 400;
2066
+ }
2067
+
2068
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-internet-explorer {
2069
+ font-family: $fa-style-family;
2070
+ font-weight: 400;
2071
+ }
2072
+
2073
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-television:before {
2074
+ content: unquote('"#{ $fa-var-tv }"');
2075
+ }
2076
+
2077
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-contao {
2078
+ font-family: $fa-style-family;
2079
+ font-weight: 400;
2080
+ }
2081
+
2082
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-500px {
2083
+ font-family: $fa-style-family;
2084
+ font-weight: 400;
2085
+ }
2086
+
2087
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-amazon {
2088
+ font-family: $fa-style-family;
2089
+ font-weight: 400;
2090
+ }
2091
+
2092
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o {
2093
+ font-family: $fa-style-family;
2094
+ font-weight: 400;
2095
+ }
2096
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-plus-o:before {
2097
+ content: unquote('"#{ $fa-var-calendar-plus }"');
2098
+ }
2099
+
2100
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o {
2101
+ font-family: $fa-style-family;
2102
+ font-weight: 400;
2103
+ }
2104
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-minus-o:before {
2105
+ content: unquote('"#{ $fa-var-calendar-minus }"');
2106
+ }
2107
+
2108
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o {
2109
+ font-family: $fa-style-family;
2110
+ font-weight: 400;
2111
+ }
2112
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-times-o:before {
2113
+ content: unquote('"#{ $fa-var-calendar-xmark }"');
2114
+ }
2115
+
2116
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o {
2117
+ font-family: $fa-style-family;
2118
+ font-weight: 400;
2119
+ }
2120
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-calendar-check-o:before {
2121
+ content: unquote('"#{ $fa-var-calendar-check }"');
2122
+ }
2123
+
2124
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o {
2125
+ font-family: $fa-style-family;
2126
+ font-weight: 400;
2127
+ }
2128
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-map-o:before {
2129
+ content: unquote('"#{ $fa-var-map }"');
2130
+ }
2131
+
2132
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting:before {
2133
+ content: unquote('"#{ $fa-var-comment-dots }"');
2134
+ }
2135
+
2136
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o {
2137
+ font-family: $fa-style-family;
2138
+ font-weight: 400;
2139
+ }
2140
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-commenting-o:before {
2141
+ content: unquote('"#{ $fa-var-comment-dots }"');
2142
+ }
2143
+
2144
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-houzz {
2145
+ font-family: $fa-style-family;
2146
+ font-weight: 400;
2147
+ }
2148
+
2149
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo {
2150
+ font-family: $fa-style-family;
2151
+ font-weight: 400;
2152
+ }
2153
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vimeo:before {
2154
+ content: unquote('"#{ $fa-var-vimeo-v }"');
2155
+ }
2156
+
2157
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-black-tie {
2158
+ font-family: $fa-style-family;
2159
+ font-weight: 400;
2160
+ }
2161
+
2162
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fonticons {
2163
+ font-family: $fa-style-family;
2164
+ font-weight: 400;
2165
+ }
2166
+
2167
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-reddit-alien {
2168
+ font-family: $fa-style-family;
2169
+ font-weight: 400;
2170
+ }
2171
+
2172
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-edge {
2173
+ font-family: $fa-style-family;
2174
+ font-weight: 400;
2175
+ }
2176
+
2177
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-credit-card-alt:before {
2178
+ content: unquote('"#{ $fa-var-credit-card }"');
2179
+ }
2180
+
2181
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-codiepie {
2182
+ font-family: $fa-style-family;
2183
+ font-weight: 400;
2184
+ }
2185
+
2186
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-modx {
2187
+ font-family: $fa-style-family;
2188
+ font-weight: 400;
2189
+ }
2190
+
2191
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fort-awesome {
2192
+ font-family: $fa-style-family;
2193
+ font-weight: 400;
2194
+ }
2195
+
2196
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-usb {
2197
+ font-family: $fa-style-family;
2198
+ font-weight: 400;
2199
+ }
2200
+
2201
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-product-hunt {
2202
+ font-family: $fa-style-family;
2203
+ font-weight: 400;
2204
+ }
2205
+
2206
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-mixcloud {
2207
+ font-family: $fa-style-family;
2208
+ font-weight: 400;
2209
+ }
2210
+
2211
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-scribd {
2212
+ font-family: $fa-style-family;
2213
+ font-weight: 400;
2214
+ }
2215
+
2216
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o {
2217
+ font-family: $fa-style-family;
2218
+ font-weight: 400;
2219
+ }
2220
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pause-circle-o:before {
2221
+ content: unquote('"#{ $fa-var-circle-pause }"');
2222
+ }
2223
+
2224
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o {
2225
+ font-family: $fa-style-family;
2226
+ font-weight: 400;
2227
+ }
2228
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-stop-circle-o:before {
2229
+ content: unquote('"#{ $fa-var-circle-stop }"');
2230
+ }
2231
+
2232
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth {
2233
+ font-family: $fa-style-family;
2234
+ font-weight: 400;
2235
+ }
2236
+
2237
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bluetooth-b {
2238
+ font-family: $fa-style-family;
2239
+ font-weight: 400;
2240
+ }
2241
+
2242
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-gitlab {
2243
+ font-family: $fa-style-family;
2244
+ font-weight: 400;
2245
+ }
2246
+
2247
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpbeginner {
2248
+ font-family: $fa-style-family;
2249
+ font-weight: 400;
2250
+ }
2251
+
2252
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpforms {
2253
+ font-family: $fa-style-family;
2254
+ font-weight: 400;
2255
+ }
2256
+
2257
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envira {
2258
+ font-family: $fa-style-family;
2259
+ font-weight: 400;
2260
+ }
2261
+
2262
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt {
2263
+ font-family: $fa-style-family;
2264
+ font-weight: 400;
2265
+ }
2266
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wheelchair-alt:before {
2267
+ content: unquote('"#{ $fa-var-accessible-icon }"');
2268
+ }
2269
+
2270
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o {
2271
+ font-family: $fa-style-family;
2272
+ font-weight: 400;
2273
+ }
2274
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-question-circle-o:before {
2275
+ content: unquote('"#{ $fa-var-circle-question }"');
2276
+ }
2277
+
2278
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-volume-control-phone:before {
2279
+ content: unquote('"#{ $fa-var-phone-volume }"');
2280
+ }
2281
+
2282
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-asl-interpreting:before {
2283
+ content: unquote('"#{ $fa-var-hands-asl-interpreting }"');
2284
+ }
2285
+
2286
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-deafness:before {
2287
+ content: unquote('"#{ $fa-var-ear-deaf }"');
2288
+ }
2289
+
2290
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-hard-of-hearing:before {
2291
+ content: unquote('"#{ $fa-var-ear-deaf }"');
2292
+ }
2293
+
2294
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide {
2295
+ font-family: $fa-style-family;
2296
+ font-weight: 400;
2297
+ }
2298
+
2299
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-glide-g {
2300
+ font-family: $fa-style-family;
2301
+ font-weight: 400;
2302
+ }
2303
+
2304
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-signing:before {
2305
+ content: unquote('"#{ $fa-var-hands }"');
2306
+ }
2307
+
2308
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo {
2309
+ font-family: $fa-style-family;
2310
+ font-weight: 400;
2311
+ }
2312
+
2313
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-viadeo-square {
2314
+ font-family: $fa-style-family;
2315
+ font-weight: 400;
2316
+ }
2317
+
2318
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat {
2319
+ font-family: $fa-style-family;
2320
+ font-weight: 400;
2321
+ }
2322
+
2323
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost {
2324
+ font-family: $fa-style-family;
2325
+ font-weight: 400;
2326
+ }
2327
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-ghost:before {
2328
+ content: unquote('"#{ $fa-var-snapchat }"');
2329
+ }
2330
+
2331
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snapchat-square {
2332
+ font-family: $fa-style-family;
2333
+ font-weight: 400;
2334
+ }
2335
+
2336
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-pied-piper {
2337
+ font-family: $fa-style-family;
2338
+ font-weight: 400;
2339
+ }
2340
+
2341
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-first-order {
2342
+ font-family: $fa-style-family;
2343
+ font-weight: 400;
2344
+ }
2345
+
2346
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-yoast {
2347
+ font-family: $fa-style-family;
2348
+ font-weight: 400;
2349
+ }
2350
+
2351
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-themeisle {
2352
+ font-family: $fa-style-family;
2353
+ font-weight: 400;
2354
+ }
2355
+
2356
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official {
2357
+ font-family: $fa-style-family;
2358
+ font-weight: 400;
2359
+ }
2360
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-official:before {
2361
+ content: unquote('"#{ $fa-var-google-plus }"');
2362
+ }
2363
+
2364
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle {
2365
+ font-family: $fa-style-family;
2366
+ font-weight: 400;
2367
+ }
2368
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-google-plus-circle:before {
2369
+ content: unquote('"#{ $fa-var-google-plus }"');
2370
+ }
2371
+
2372
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-font-awesome {
2373
+ font-family: $fa-style-family;
2374
+ font-weight: 400;
2375
+ }
2376
+
2377
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa {
2378
+ font-family: $fa-style-family;
2379
+ font-weight: 400;
2380
+ }
2381
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-fa:before {
2382
+ content: unquote('"#{ $fa-var-font-awesome }"');
2383
+ }
2384
+
2385
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o {
2386
+ font-family: $fa-style-family;
2387
+ font-weight: 400;
2388
+ }
2389
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-handshake-o:before {
2390
+ content: unquote('"#{ $fa-var-handshake }"');
2391
+ }
2392
+
2393
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o {
2394
+ font-family: $fa-style-family;
2395
+ font-weight: 400;
2396
+ }
2397
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-envelope-open-o:before {
2398
+ content: unquote('"#{ $fa-var-envelope-open }"');
2399
+ }
2400
+
2401
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-linode {
2402
+ font-family: $fa-style-family;
2403
+ font-weight: 400;
2404
+ }
2405
+
2406
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o {
2407
+ font-family: $fa-style-family;
2408
+ font-weight: 400;
2409
+ }
2410
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-book-o:before {
2411
+ content: unquote('"#{ $fa-var-address-book }"');
2412
+ }
2413
+
2414
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard:before {
2415
+ content: unquote('"#{ $fa-var-address-card }"');
2416
+ }
2417
+
2418
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o {
2419
+ font-family: $fa-style-family;
2420
+ font-weight: 400;
2421
+ }
2422
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-address-card-o:before {
2423
+ content: unquote('"#{ $fa-var-address-card }"');
2424
+ }
2425
+
2426
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o {
2427
+ font-family: $fa-style-family;
2428
+ font-weight: 400;
2429
+ }
2430
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-vcard-o:before {
2431
+ content: unquote('"#{ $fa-var-address-card }"');
2432
+ }
2433
+
2434
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o {
2435
+ font-family: $fa-style-family;
2436
+ font-weight: 400;
2437
+ }
2438
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-circle-o:before {
2439
+ content: unquote('"#{ $fa-var-circle-user }"');
2440
+ }
2441
+
2442
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o {
2443
+ font-family: $fa-style-family;
2444
+ font-weight: 400;
2445
+ }
2446
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-user-o:before {
2447
+ content: unquote('"#{ $fa-var-user }"');
2448
+ }
2449
+
2450
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-badge {
2451
+ font-family: $fa-style-family;
2452
+ font-weight: 400;
2453
+ }
2454
+
2455
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license:before {
2456
+ content: unquote('"#{ $fa-var-id-card }"');
2457
+ }
2458
+
2459
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o {
2460
+ font-family: $fa-style-family;
2461
+ font-weight: 400;
2462
+ }
2463
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-id-card-o:before {
2464
+ content: unquote('"#{ $fa-var-id-card }"');
2465
+ }
2466
+
2467
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o {
2468
+ font-family: $fa-style-family;
2469
+ font-weight: 400;
2470
+ }
2471
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-drivers-license-o:before {
2472
+ content: unquote('"#{ $fa-var-id-card }"');
2473
+ }
2474
+
2475
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-quora {
2476
+ font-family: $fa-style-family;
2477
+ font-weight: 400;
2478
+ }
2479
+
2480
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-free-code-camp {
2481
+ font-family: $fa-style-family;
2482
+ font-weight: 400;
2483
+ }
2484
+
2485
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-telegram {
2486
+ font-family: $fa-style-family;
2487
+ font-weight: 400;
2488
+ }
2489
+
2490
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-4:before {
2491
+ content: unquote('"#{ $fa-var-temperature-full }"');
2492
+ }
2493
+
2494
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer:before {
2495
+ content: unquote('"#{ $fa-var-temperature-full }"');
2496
+ }
2497
+
2498
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-3:before {
2499
+ content: unquote('"#{ $fa-var-temperature-three-quarters }"');
2500
+ }
2501
+
2502
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-2:before {
2503
+ content: unquote('"#{ $fa-var-temperature-half }"');
2504
+ }
2505
+
2506
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-1:before {
2507
+ content: unquote('"#{ $fa-var-temperature-quarter }"');
2508
+ }
2509
+
2510
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-thermometer-0:before {
2511
+ content: unquote('"#{ $fa-var-temperature-empty }"');
2512
+ }
2513
+
2514
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bathtub:before {
2515
+ content: unquote('"#{ $fa-var-bath }"');
2516
+ }
2517
+
2518
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-s15:before {
2519
+ content: unquote('"#{ $fa-var-bath }"');
2520
+ }
2521
+
2522
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-maximize {
2523
+ font-family: $fa-style-family;
2524
+ font-weight: 400;
2525
+ }
2526
+
2527
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-restore {
2528
+ font-family: $fa-style-family;
2529
+ font-weight: 400;
2530
+ }
2531
+
2532
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle:before {
2533
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2534
+ }
2535
+
2536
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o {
2537
+ font-family: $fa-style-family;
2538
+ font-weight: 400;
2539
+ }
2540
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-window-close-o:before {
2541
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2542
+ }
2543
+
2544
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o {
2545
+ font-family: $fa-style-family;
2546
+ font-weight: 400;
2547
+ }
2548
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-times-rectangle-o:before {
2549
+ content: unquote('"#{ $fa-var-rectangle-xmark }"');
2550
+ }
2551
+
2552
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-bandcamp {
2553
+ font-family: $fa-style-family;
2554
+ font-weight: 400;
2555
+ }
2556
+
2557
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-grav {
2558
+ font-family: $fa-style-family;
2559
+ font-weight: 400;
2560
+ }
2561
+
2562
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-etsy {
2563
+ font-family: $fa-style-family;
2564
+ font-weight: 400;
2565
+ }
2566
+
2567
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-imdb {
2568
+ font-family: $fa-style-family;
2569
+ font-weight: 400;
2570
+ }
2571
+
2572
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-ravelry {
2573
+ font-family: $fa-style-family;
2574
+ font-weight: 400;
2575
+ }
2576
+
2577
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast {
2578
+ font-family: $fa-style-family;
2579
+ font-weight: 400;
2580
+ }
2581
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-eercast:before {
2582
+ content: unquote('"#{ $fa-var-sellcast }"');
2583
+ }
2584
+
2585
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o {
2586
+ font-family: $fa-style-family;
2587
+ font-weight: 400;
2588
+ }
2589
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-snowflake-o:before {
2590
+ content: unquote('"#{ $fa-var-snowflake }"');
2591
+ }
2592
+
2593
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-superpowers {
2594
+ font-family: $fa-style-family;
2595
+ font-weight: 400;
2596
+ }
2597
+
2598
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-wpexplorer {
2599
+ font-family: $fa-style-family;
2600
+ font-weight: 400;
2601
+ }
2602
+
2603
+ .#{$fa-css-prefix}.#{$fa-css-prefix}-meetup {
2604
+ font-family: $fa-style-family;
2605
+ font-weight: 400;
2606
+ }