Skip to content

Instantly share code, notes, and snippets.

@atxiii
Last active November 24, 2021 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atxiii/3d1531961c7d9078788bc8e223a08f4a to your computer and use it in GitHub Desktop.
Save atxiii/3d1531961c7d9078788bc8e223a08f4a to your computer and use it in GitHub Desktop.
fa-aparat
<span class="aparati fac fa-aparat"></span>
const aparat = {
prefix: 'fac',
iconName: 'aparat',
icon: [1368, 1368, [], 'e001', 'M734 2286 c-63 -30 -118 -77 -149 -130 -21 -37 -90 -264 -83 -272 2 -2 35 29 73 68 90 91 170 147 286 202 89 42 228 86 273 86 42 0 -2 19 -101 44 -134 34 -229 35 -299 2z M1172 2170 c-392 -55 -699 -337 -779 -715 -19 -90 -19 -280 0 -370 71 -338 326 -603 665 -692 139 -36 325 -36 464 0 339 89 594 354 665 692 19 90 19 280 0 370 -71 336 -329 606 -662 690 -106 27 -260 38 -353 25z m-45 -266 c47 -17 117 -87 139 -139 8 -19 14 -61 14 -93 0 -116 -81 -217 -197 -243 -154 -35 -303 85 -303 243 0 72 20 121 68 171 78 81 167 100 279 61z m670 -132 c89 -46 153 -164 138 -255 -10 -60 -37 -108 -85 -151 -55 -50 -97 -66 -168 -66 -192 0 -314 210 -218 374 27 46 86 94 141 114 44 17 144 8 192 -16z m-463 -414 c54 -24 75 -102 42 -153 -58 -89 -198 -47 -198 59 0 79 82 129 156 94z m-326 -144 c96 -48 148 -136 139 -240 -11 -142 -133 -245 -272 -231 -176 18 -282 204 -205 358 22 42 89 105 134 125 53 23 145 18 204 -12z m605 -105 c145 -36 230 -211 168 -344 -24 -51 -84 -109 -136 -131 -53 -22 -142 -21 -196 3 -50 22 -114 88 -135 139 -39 94 0 229 83 288 73 52 137 65 216 45z M1890 2053 c0 -3 31 -34 69 -69 86 -79 158 -176 210 -280 40 -80 91 -237 91 -280 0 -12 5 -26 10 -29 6 -3 10 -4 10 -1 0 3 14 55 30 116 34 126 39 221 14 293 -20 60 -93 141 -154 172 -46 23 -280 88 -280 78z M267 1018 c-31 -118 -35 -212 -11 -281 20 -60 93 -141 154 -172 44 -22 248 -80 256 -72 2 1 -31 37 -72 77 -42 41 -96 103 -120 136 -60 85 -130 234 -150 324 -10 41 -20 79 -24 83 -4 4 -19 -39 -33 -95z M2012 610 c-141 -155 -353 -272 -551 -305 -56 -9 -44 -16 86 -49 145 -37 231 -36 311 5 70 35 133 100 157 162 23 62 74 257 66 257 -3 -1 -34 -32 -69 -70z']
}
FontAwesome.library.add(
aparat
)
<script src="https://use.fontawesome.com/releases/v5.8.1/js/all.js"></script>
.aparati{
color:#eb445b;
font-size:20px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment