@caipira/tamandua 0.0.2 → 0.0.5
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.
- package/README.md +10 -2
- package/dist/Avatar.js +6 -0
- package/dist/Avatar.vue_vue_type_script_setup_true_lang-C3xje4Mr.js +51 -0
- package/dist/Backdrop.js +6 -0
- package/dist/Backdrop.vue_vue_type_script_setup_true_lang-OaEBTmYK.js +22 -0
- package/dist/Button-Bzvqv1bQ.js +6 -0
- package/dist/Button.js +6 -0
- package/dist/Button.vue_vue_type_style_index_0_scoped_5056001e_lang-DmQxrvfv.js +143 -0
- package/dist/ButtonCopy.js +6 -0
- package/dist/ButtonCopy.vue_vue_type_script_setup_true_lang-C8Ndx2n_.js +43 -0
- package/dist/Drawer-DH5EEenO.js +74 -0
- package/dist/Drawer.js +6 -0
- package/dist/Dropdown.js +6 -0
- package/dist/Dropdown.vue_vue_type_script_setup_true_lang-CJ6tMLP5.js +135 -0
- package/dist/FileDrop.js +6 -0
- package/dist/FileDrop.vue_vue_type_script_setup_true_lang-Cmrpt2_c.js +86 -0
- package/dist/Form.js +6 -0
- package/dist/Form.vue_vue_type_script_setup_true_lang-CgTo7ahn.js +186 -0
- package/dist/FormItem.js +6 -0
- package/dist/FormItem.vue_vue_type_script_setup_true_lang-CV5hpJ8B.js +69 -0
- package/dist/GraphyEmpty.js +6 -0
- package/dist/GraphyEmpty.vue_vue_type_script_setup_true_lang-B-hAjDCw.js +15 -0
- package/dist/GraphyLabel.js +6 -0
- package/dist/GraphyLabel.vue_vue_type_script_setup_true_lang-dEuzASQp.js +27 -0
- package/dist/GraphyPrice.js +6 -0
- package/dist/GraphyPrice.vue_vue_type_script_setup_true_lang-BOW4su3l.js +42 -0
- package/dist/GraphySubtitle.js +6 -0
- package/dist/GraphySubtitle.vue_vue_type_script_setup_true_lang-DtAmgZWp.js +18 -0
- package/dist/GraphyTitle.js +6 -0
- package/dist/GraphyTitle.vue_vue_type_script_setup_true_lang-DXnrZHV2.js +15 -0
- package/dist/Icon.js +6 -0
- package/dist/Icon.vue_vue_type_script_setup_true_lang-hxJ1wXXd.js +46 -0
- package/dist/IconButton.js +6 -0
- package/dist/IconButton.vue_vue_type_script_setup_true_lang-BDjy7ycQ.js +106 -0
- package/dist/InputAvatar.js +6 -0
- package/dist/InputAvatar.vue_vue_type_script_setup_true_lang-Dzq2QUAy.js +52 -0
- package/dist/InputCheckbox.js +6 -0
- package/dist/InputCheckbox.vue_vue_type_script_setup_true_lang-B5zoxg5A.js +46 -0
- package/dist/InputColor.js +6 -0
- package/dist/InputColor.vue_vue_type_script_setup_true_lang-DunYzjId.js +35 -0
- package/dist/InputDate.js +6 -0
- package/dist/InputDate.vue_vue_type_script_setup_true_lang-DM9vaaiW.js +188 -0
- package/dist/InputMultiplier.js +6 -0
- package/dist/InputMultiplier.vue_vue_type_script_setup_true_lang-w2RuSz1R.js +83 -0
- package/dist/InputPassword.js +6 -0
- package/dist/InputPassword.vue_vue_type_script_setup_true_lang-SuGempaV.js +139 -0
- package/dist/InputPhone.js +6 -0
- package/dist/InputPhone.vue_vue_type_script_setup_true_lang-BH89TX0s.js +76 -0
- package/dist/InputPrice.js +6 -0
- package/dist/InputPrice.vue_vue_type_script_setup_true_lang-Zi-JuhSl.js +63 -0
- package/dist/InputRadio.js +6 -0
- package/dist/InputRadio.vue_vue_type_script_setup_true_lang-cPnYGpJ_.js +34 -0
- package/dist/InputSelect.js +6 -0
- package/dist/InputSelect.vue_vue_type_script_setup_true_lang-DSM-ClgU.js +216 -0
- package/dist/InputSwitch.js +6 -0
- package/dist/InputSwitch.vue_vue_type_script_setup_true_lang-DCYkakov.js +62 -0
- package/dist/InputText.js +6 -0
- package/dist/InputText.vue_vue_type_script_setup_true_lang-KUUuOOlk.js +41 -0
- package/dist/InputTextarea.js +6 -0
- package/dist/InputTextarea.vue_vue_type_script_setup_true_lang-01amgZ6U.js +43 -0
- package/dist/LineChart.js +6 -0
- package/dist/LineChart.vue_vue_type_script_setup_true_lang-Do8SXht4.js +17 -0
- package/dist/Modal.js +6 -0
- package/dist/Modal.vue_vue_type_script_setup_true_lang-DE2ySBCY.js +82 -0
- package/dist/ModalForm.js +6 -0
- package/dist/ModalForm.vue_vue_type_script_setup_true_lang-VhRoRmxZ.js +108 -0
- package/dist/Pagination.js +6 -0
- package/dist/Pagination.vue_vue_type_script_setup_true_lang-PLZQJUd0.js +89 -0
- package/dist/PieChart.js +6 -0
- package/dist/PieChart.vue_vue_type_script_setup_true_lang-CmEDNOuk.js +17 -0
- package/dist/Popconfirm.js +6 -0
- package/dist/Popconfirm.vue_vue_type_script_setup_true_lang-Dy1m3j6J.js +65 -0
- package/dist/Popover.js +6 -0
- package/dist/Popover.vue_vue_type_script_setup_true_lang-OFi2-aWk.js +987 -0
- package/dist/ProgressCircle-iWjZBZwm.js +58 -0
- package/dist/ProgressCircle.js +6 -0
- package/dist/ProgressLine-BT-YgI1t.js +62 -0
- package/dist/ProgressLine.js +6 -0
- package/dist/SensitiveInfo.js +6 -0
- package/dist/SensitiveInfo.vue_vue_type_script_setup_true_lang-lCdRDxvZ.js +22 -0
- package/dist/Tab.js +6 -0
- package/dist/Tab.vue_vue_type_script_setup_true_lang-VzvYvoqa.js +47 -0
- package/dist/Table-CTeoQmG3.js +154 -0
- package/dist/Table.js +6 -0
- package/dist/Tag.js +6 -0
- package/dist/Tag.vue_vue_type_script_setup_true_lang-BeWozUNz.js +63 -0
- package/dist/Toast.js +6 -0
- package/dist/Toast.vue_vue_type_script_setup_true_lang-CpDXLnat.js +61 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/account-BJGxzbeL.js +5 -0
- package/dist/alert-octagon-D8wznooU.js +4 -0
- package/dist/alert-octagon-outline-fM2QVbyq.js +5 -0
- package/dist/archive-DDuuzVUo.js +5 -0
- package/dist/archive-outline-BT6uCRX5.js +5 -0
- package/dist/arrow-left-CVipcGWo.js +5 -0
- package/dist/arrow-right-DHFo5L72.js +5 -0
- package/dist/bank-lwoR1P6d.js +5 -0
- package/dist/bank-outline-wy0O9ni0.js +5 -0
- package/dist/camera-BXoPauop.js +5 -0
- package/dist/cards-outline-B0no8Z63.js +5 -0
- package/dist/cards-variant-CU6V8mdM.js +5 -0
- package/dist/cart-outline-C99s8OpS.js +4 -0
- package/dist/chart-box-outline-C9ymwfIH.js +5 -0
- package/dist/chart-box-tyepg_QH.js +5 -0
- package/dist/check-circle-C3Kf7DnE.js +5 -0
- package/dist/check-circle-outline-B4zmPfuc.js +5 -0
- package/dist/check-iUT-FuWa.js +5 -0
- package/dist/checkbox-TojXdFTq.js +5 -0
- package/dist/checkbox-dark-D_btgwCX.js +5 -0
- package/dist/checkbox-indeterminate-CtbmyFkw.js +5 -0
- package/dist/checkbox-indeterminate-dark-CSrkJBRG.js +5 -0
- package/dist/chevron-down-CJLshITY.js +5 -0
- package/dist/chevron-left-n_sGCmlG.js +5 -0
- package/dist/chevron-right-C8uLqjmq.js +5 -0
- package/dist/chevron-up-b6VdQM8S.js +5 -0
- package/dist/circle-DhoEDuC5.js +5 -0
- package/dist/clock-BqMI2OIG.js +5 -0
- package/dist/close-DemH4JAO.js +5 -0
- package/dist/close-circle-Bsf9_pUR.js +4 -0
- package/dist/close-circle-outline-CUXfYV4M.js +5 -0
- package/dist/cog-Dd9I6z5D.js +5 -0
- package/dist/color-fill-DWx77G0p.js +5 -0
- package/dist/components.js +89 -0
- package/dist/composables.js +17 -0
- package/dist/copy-D-Dqxp8h.js +5 -0
- package/dist/credit-card-B3VjoUad.js +5 -0
- package/dist/credit-card-plus-TUZq5Zi0.js +4 -0
- package/dist/crud-d9NUddtZ.js +61 -0
- package/dist/currency-BuSji4qA.js +5 -0
- package/dist/database-CNG_l2Or.js +5 -0
- package/dist/date.js +155 -0
- package/dist/dots-grid-BhRGZg1t.js +5 -0
- package/dist/dots-vertical-nYIDxlT1.js +5 -0
- package/dist/email-open-outline-NlRAK8vu.js +5 -0
- package/dist/email-outline-v-beMKo_.js +5 -0
- package/dist/enums.js +9 -0
- package/dist/eye-C7_UM0rn.js +5 -0
- package/dist/eye-off-Dq2WOPSG.js +5 -0
- package/dist/file-document-plus-outline-C_GeG8ak.js +5 -0
- package/dist/filmstrip-Dg66xHap.js +4 -0
- package/dist/filter-07gM0IrM.js +5 -0
- package/dist/form2.js +20 -0
- package/dist/fullscreen-daZRwm-1.js +5 -0
- package/dist/fullscreen-exit-DvHy2f8E.js +5 -0
- package/dist/group-B1HQcmCl.js +5 -0
- package/dist/image-C-DY_SfK.js +5 -0
- package/dist/image-album-DVl72ioK.js +5 -0
- package/dist/image-album-outline-oiPipPnp.js +5 -0
- package/dist/image-outline-CLpFyr7w.js +5 -0
- package/dist/index-CVD_wAsU.js +2022 -0
- package/dist/index-CgLIzaY3.js +7772 -0
- package/dist/index-CjvqeRf7.js +1280 -0
- package/dist/index-CuyePt3m.js +40 -0
- package/dist/index-DBecmJ_I.js +7 -0
- package/dist/info-outline-Mn6Hjz_K.js +5 -0
- package/dist/key-B8iEXxGx.js +5 -0
- package/dist/key-chain-D-8-GrU2.js +5 -0
- package/dist/key-variant-DViBRFAJ.js +5 -0
- package/dist/listbox-outline-BBriTS-r.js +5 -0
- package/dist/loading-E4eFmVsP.js +5 -0
- package/dist/lock-Nv-e-b24.js +5 -0
- package/dist/lock-outline-K2LxC2b6.js +5 -0
- package/dist/logout-BHwFpuou.js +5 -0
- package/dist/menu-down-B4Fy5IG1.js +4 -0
- package/dist/menu-left-D8G3frKt.js +4 -0
- package/dist/menu-pq7WWaJu.js +5 -0
- package/dist/menu-right-CMt4thJ2.js +4 -0
- package/dist/minus-CSCkQnOm.js +5 -0
- package/dist/minus-circle-D_N5NZW-.js +5 -0
- package/dist/minus-circle-outline-B-x6EXPD.js +5 -0
- package/dist/moon-Bhm_ZTV6.js +5 -0
- package/dist/open-in-new-C2Btl_1k.js +5 -0
- package/dist/pencil-BETebgXX.js +5 -0
- package/dist/people-BUW1DRzH.js +5 -0
- package/dist/piggy-bank-outline-5cDQNrSU.js +5 -0
- package/dist/plugin--u5hKcI0.js +10 -0
- package/dist/plugin-2nTovNcx.js +10 -0
- package/dist/plugin-5vn4G57V.js +10 -0
- package/dist/plugin-APHHlXVq.js +10 -0
- package/dist/plugin-B5Guy9c3.js +10 -0
- package/dist/plugin-BC-6G-0o.js +10 -0
- package/dist/plugin-BHaaQBWr.js +10 -0
- package/dist/plugin-BLe_xel4.js +10 -0
- package/dist/plugin-BPR3wKP8.js +10 -0
- package/dist/plugin-BTfinCzO.js +10 -0
- package/dist/plugin-BYkYqIjb.js +10 -0
- package/dist/plugin-BeNCIHgJ.js +10 -0
- package/dist/plugin-Bg2uvrOR.js +10 -0
- package/dist/plugin-Br57SoWk.js +10 -0
- package/dist/plugin-Buc7eEox.js +10 -0
- package/dist/plugin-C-iGigb_.js +10 -0
- package/dist/plugin-C27tBvHp.js +10 -0
- package/dist/plugin-C2MSl67l.js +10 -0
- package/dist/plugin-CF2ujTru.js +10 -0
- package/dist/plugin-CHF44uaz.js +10 -0
- package/dist/plugin-CHyrn6sC.js +10 -0
- package/dist/plugin-CIRUNt1_.js +10 -0
- package/dist/plugin-CQ6DHzD0.js +10 -0
- package/dist/plugin-CSrviP_c.js +10 -0
- package/dist/plugin-CoGzF5YO.js +10 -0
- package/dist/plugin-CpACKUGt.js +10 -0
- package/dist/plugin-CxGfRAW1.js +10 -0
- package/dist/plugin-DDPcV7Fj.js +10 -0
- package/dist/plugin-DN54VuID.js +10 -0
- package/dist/plugin-DOeDaXWj.js +10 -0
- package/dist/plugin-DSCBycRO.js +10 -0
- package/dist/plugin-DaibhM02.js +10 -0
- package/dist/plugin-Dbdsdqqh.js +10 -0
- package/dist/plugin-DdQB9R9S.js +10 -0
- package/dist/plugin-DdrfzyNc.js +35 -0
- package/dist/plugin-Dg87-qPm.js +10 -0
- package/dist/plugin-Xg1SCgfO.js +10 -0
- package/dist/plugin-YUomn9tF.js +10 -0
- package/dist/plugin-cvHKUGjm.js +10 -0
- package/dist/plugin-hpCgD9-h.js +10 -0
- package/dist/plugin-nzCD2cWq.js +10 -0
- package/dist/plugin-rFDM6yOH.js +10 -0
- package/dist/plugin-turENJ3j.js +10 -0
- package/dist/plugins-DumG9GBB.js +107 -0
- package/dist/plugins.js +103 -0
- package/dist/plus-circle-Cl0YprEp.js +5 -0
- package/dist/plus-circle-outline-C-kkX0ke.js +5 -0
- package/dist/plus-sbcOm60H.js +5 -0
- package/dist/qrcode-scan-CpLrVFw_.js +5 -0
- package/dist/radio-DkjVAhsO.js +5 -0
- package/dist/radio-dark-Cr5v17AF.js +5 -0
- package/dist/refresh-DPlMWd1M.js +5 -0
- package/dist/register-component-B-fdqewb.js +6 -0
- package/dist/save-BmMH4S8b.js +4 -0
- package/dist/search-Co2MwWOK.js +5 -0
- package/dist/spotlight-TNyCQzOY.js +4 -0
- package/dist/store-outline-B-fuVZzv.js +5 -0
- package/dist/sun-BWKjCEHH.js +5 -0
- package/dist/swap-CNbqKTl0.js +5 -0
- package/dist/swap-horizontal-DociZUG2.js +5 -0
- package/dist/swap-left-Bd2DOgf3.js +5 -0
- package/dist/swap-right-D0VYxBDb.js +5 -0
- package/dist/system-theme-Cez6mSv_.js +5 -0
- package/dist/tag-outline-Ce_qOxif.js +5 -0
- package/dist/tamandua.js +21 -0
- package/dist/trash-can-CKPtMqSf.js +5 -0
- package/dist/trash-can-outline-DjtqZHOC.js +5 -0
- package/dist/types/components/Avatar/Avatar.story.d.ts +9 -0
- package/dist/types/components/Avatar/Avatar.vue.d.ts +58 -0
- package/dist/types/components/Avatar/index.d.ts +4 -0
- package/dist/types/components/Avatar/plugin.d.ts +4 -0
- package/dist/types/components/Backdrop/Backdrop.vue.d.ts +33 -0
- package/dist/types/components/Backdrop/index.d.ts +4 -0
- package/dist/types/components/Backdrop/plugin.d.ts +4 -0
- package/dist/types/components/Button/Button.story.d.ts +70 -0
- package/dist/types/components/Button/Button.vue.d.ts +153 -0
- package/dist/types/components/Button/index.d.ts +4 -0
- package/dist/types/components/Button/plugin.d.ts +4 -0
- package/dist/types/components/ButtonCopy/ButtonCopy.vue.d.ts +32 -0
- package/dist/types/components/ButtonCopy/index.d.ts +4 -0
- package/dist/types/components/ButtonCopy/plugin.d.ts +4 -0
- package/dist/types/components/Drawer/Drawer.vue.d.ts +67 -0
- package/dist/types/components/Drawer/index.d.ts +4 -0
- package/dist/types/components/Drawer/plugin.d.ts +4 -0
- package/dist/types/components/Dropdown/Dropdown.vue.d.ts +117 -0
- package/dist/types/components/Dropdown/index.d.ts +4 -0
- package/dist/types/components/Dropdown/plugin.d.ts +4 -0
- package/dist/types/components/EventListener/EventListener.vue.d.ts +6 -0
- package/dist/types/components/FileDrop/FileDrop.vue.d.ts +40 -0
- package/dist/types/components/FileDrop/index.d.ts +4 -0
- package/dist/types/components/FileDrop/plugin.d.ts +4 -0
- package/dist/types/components/Form/Form.spec.d.ts +1 -0
- package/dist/types/components/Form/Form.vue.d.ts +111 -0
- package/dist/types/components/Form/index.d.ts +4 -0
- package/dist/types/components/Form/plugin.d.ts +4 -0
- package/dist/types/components/FormItem/FormItem.vue.d.ts +41 -0
- package/dist/types/components/FormItem/index.d.ts +4 -0
- package/dist/types/components/FormItem/plugin.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/GraphyEmpty.vue.d.ts +23 -0
- package/dist/types/components/GraphyEmpty/index.d.ts +4 -0
- package/dist/types/components/GraphyEmpty/plugin.d.ts +4 -0
- package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +43 -0
- package/dist/types/components/GraphyLabel/index.d.ts +4 -0
- package/dist/types/components/GraphyLabel/plugin.d.ts +4 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.story.d.ts +6 -0
- package/dist/types/components/GraphyPrice/GraphyPrice.vue.d.ts +45 -0
- package/dist/types/components/GraphyPrice/index.d.ts +4 -0
- package/dist/types/components/GraphyPrice/plugin.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +31 -0
- package/dist/types/components/GraphySubtitle/index.d.ts +4 -0
- package/dist/types/components/GraphySubtitle/plugin.d.ts +4 -0
- package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +15 -0
- package/dist/types/components/GraphyTitle/index.d.ts +4 -0
- package/dist/types/components/GraphyTitle/plugin.d.ts +4 -0
- package/dist/types/components/Icon/Icon.vue.d.ts +40 -0
- package/dist/types/components/Icon/index.d.ts +4 -0
- package/dist/types/components/Icon/plugin.d.ts +4 -0
- package/dist/types/components/IconButton/IconButton.vue.d.ts +153 -0
- package/dist/types/components/IconButton/index.d.ts +4 -0
- package/dist/types/components/IconButton/plugin.d.ts +4 -0
- package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +19 -0
- package/dist/types/components/InputAvatar/index.d.ts +4 -0
- package/dist/types/components/InputAvatar/plugin.d.ts +4 -0
- package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +52 -0
- package/dist/types/components/InputCheckbox/index.d.ts +4 -0
- package/dist/types/components/InputCheckbox/plugin.d.ts +4 -0
- package/dist/types/components/InputColor/InputColor.vue.d.ts +40 -0
- package/dist/types/components/InputColor/index.d.ts +4 -0
- package/dist/types/components/InputColor/plugin.d.ts +4 -0
- package/dist/types/components/InputDate/InputDate.story.d.ts +6 -0
- package/dist/types/components/InputDate/InputDate.vue.d.ts +23 -0
- package/dist/types/components/InputDate/index.d.ts +4 -0
- package/dist/types/components/InputDate/plugin.d.ts +4 -0
- package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +4 -0
- package/dist/types/components/InputMultiplier/index.d.ts +4 -0
- package/dist/types/components/InputMultiplier/input-multiplier.story.d.ts +19 -0
- package/dist/types/components/InputMultiplier/plugin.d.ts +4 -0
- package/{components/InputMultiplier/types.ts → dist/types/components/InputMultiplier/types.d.ts} +1 -2
- package/dist/types/components/InputPassword/InputPassword.vue.d.ts +68 -0
- package/dist/types/components/InputPassword/index.d.ts +4 -0
- package/dist/types/components/InputPassword/plugin.d.ts +4 -0
- package/dist/types/components/InputPhone/InputPhone.vue.d.ts +40 -0
- package/dist/types/components/InputPhone/index.d.ts +4 -0
- package/dist/types/components/InputPhone/plugin.d.ts +4 -0
- package/dist/types/components/InputPrice/InputPrice.vue.d.ts +39 -0
- package/dist/types/components/InputPrice/index.d.ts +4 -0
- package/dist/types/components/InputPrice/plugin.d.ts +4 -0
- package/dist/types/components/InputRadio/InputRadio.vue.d.ts +17 -0
- package/dist/types/components/InputRadio/InputRadioGroup.story.d.ts +7 -0
- package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +44 -0
- package/dist/types/components/InputRadio/index.d.ts +4 -0
- package/dist/types/components/InputRadio/plugin.d.ts +4 -0
- package/dist/types/components/InputSelect/InputSelect.story.d.ts +6 -0
- package/dist/types/components/InputSelect/InputSelect.vue.d.ts +116 -0
- package/dist/types/components/InputSelect/index.d.ts +4 -0
- package/dist/types/components/InputSelect/plugin.d.ts +4 -0
- package/dist/types/components/InputSwitch/InputSwitch.story.d.ts +29 -0
- package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +40 -0
- package/dist/types/components/InputSwitch/index.d.ts +4 -0
- package/dist/types/components/InputSwitch/plugin.d.ts +4 -0
- package/dist/types/components/InputText/InputText.vue.d.ts +60 -0
- package/dist/types/components/InputText/index.d.ts +4 -0
- package/dist/types/components/InputText/plugin.d.ts +4 -0
- package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +50 -0
- package/dist/types/components/InputTextarea/index.d.ts +4 -0
- package/dist/types/components/InputTextarea/plugin.d.ts +4 -0
- package/dist/types/components/LineChart/LineChart.vue.d.ts +17 -0
- package/dist/types/components/LineChart/index.d.ts +4 -0
- package/dist/types/components/LineChart/plugin.d.ts +4 -0
- package/dist/types/components/Modal/Modal.vue.d.ts +70 -0
- package/dist/types/components/Modal/index.d.ts +4 -0
- package/dist/types/components/Modal/plugin.d.ts +4 -0
- package/dist/types/components/ModalForm/ModalForm.vue.d.ts +53 -0
- package/dist/types/components/ModalForm/index.d.ts +4 -0
- package/dist/types/components/ModalForm/plugin.d.ts +4 -0
- package/dist/types/components/Pagination/Pagination.story.d.ts +5 -0
- package/dist/types/components/Pagination/Pagination.vue.d.ts +50 -0
- package/dist/types/components/Pagination/index.d.ts +4 -0
- package/dist/types/components/Pagination/plugin.d.ts +4 -0
- package/dist/types/components/PieChart/PieChart.vue.d.ts +17 -0
- package/dist/types/components/PieChart/index.d.ts +4 -0
- package/dist/types/components/PieChart/plugin.d.ts +4 -0
- package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +49 -0
- package/dist/types/components/Popconfirm/index.d.ts +4 -0
- package/dist/types/components/Popconfirm/plugin.d.ts +4 -0
- package/dist/types/components/Popover/Popover.vue.d.ts +68 -0
- package/dist/types/components/Popover/index.d.ts +4 -0
- package/dist/types/components/Popover/plugin.d.ts +4 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.story.d.ts +5 -0
- package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +56 -0
- package/dist/types/components/ProgressCircle/index.d.ts +4 -0
- package/dist/types/components/ProgressCircle/plugin.d.ts +4 -0
- package/dist/types/components/ProgressLine/ProgressLine.story.d.ts +5 -0
- package/dist/types/components/ProgressLine/ProgressLine.vue.d.ts +75 -0
- package/dist/types/components/ProgressLine/index.d.ts +4 -0
- package/dist/types/components/ProgressLine/plugin.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
- package/dist/types/components/SensitiveInfo/index.d.ts +4 -0
- package/dist/types/components/SensitiveInfo/plugin.d.ts +4 -0
- package/dist/types/components/Tab/Tab.vue.d.ts +36 -0
- package/dist/types/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Tab/plugin.d.ts +4 -0
- package/dist/types/components/Table/Table.story.d.ts +5 -0
- package/dist/types/components/Table/Table.vue.d.ts +97 -0
- package/dist/types/components/Table/index.d.ts +4 -0
- package/dist/types/components/Table/plugin.d.ts +4 -0
- package/{components/Table/types.ts → dist/types/components/Table/types.d.ts} +1 -2
- package/dist/types/components/Tag/Tag.vue.d.ts +54 -0
- package/dist/types/components/Tag/index.d.ts +4 -0
- package/dist/types/components/Tag/plugin.d.ts +4 -0
- package/{components/Tag/types.ts → dist/types/components/Tag/types.d.ts} +1 -2
- package/dist/types/components/Toast/Toast.vue.d.ts +21 -0
- package/dist/types/components/Toast/index.d.ts +4 -0
- package/dist/types/components/Toast/plugin.d.ts +4 -0
- package/dist/types/components/index.d.ts +45 -0
- package/dist/types/components/plugins.d.ts +45 -0
- package/dist/types/composables/index.d.ts +4 -0
- package/dist/types/composables/useBreakpoints.d.ts +5 -0
- package/dist/types/composables/useRender.d.ts +3 -0
- package/dist/types/enums/form.d.ts +23 -0
- package/dist/types/enums/index.d.ts +4 -0
- package/{enums/ui.ts → dist/types/enums/ui.d.ts} +16 -30
- package/dist/types/form/convertors.d.ts +3 -0
- package/dist/types/form/crud.d.ts +27 -0
- package/dist/types/form/form-data-transformers.d.ts +4 -0
- package/dist/types/form/form-transformer.d.ts +7 -0
- package/dist/types/form/form-value-transformers.d.ts +8 -0
- package/dist/types/form/form.test.d.ts +1 -0
- package/dist/types/form/index.d.ts +4 -0
- package/dist/types/form/json-transformers.d.ts +4 -0
- package/dist/types/i18n.d.ts +15 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/plugins/register-component.d.ts +4 -0
- package/dist/types/services/clipboard.d.ts +2 -0
- package/dist/types/services/date.d.ts +3 -0
- package/dist/types/services/password.d.ts +7 -0
- package/dist/types/services/ui.d.ts +9 -0
- package/{types/address.ts → dist/types/types/address.d.ts} +0 -5
- package/{types/api.ts → dist/types/types/api.d.ts} +0 -4
- package/{types/common.ts → dist/types/types/common.d.ts} +0 -1
- package/{types/form.ts → dist/types/types/form.d.ts} +32 -62
- package/dist/types/types/index.d.ts +5 -0
- package/{types/ui.ts → dist/types/types/ui.d.ts} +11 -16
- package/{types/website.ts → dist/types/types/website.d.ts} +0 -1
- package/dist/types/vitest.setup.d.ts +1 -0
- package/dist/ui-BLR-4Xlv.js +11 -0
- package/dist/ui-MicIL_Lw.js +23 -0
- package/dist/upload-CKfrBexU.js +5 -0
- package/dist/useRender-D8PeooXE.js +16 -0
- package/dist/user-circle-D102n1FB.js +5 -0
- package/dist/zip-box-C10560VY.js +5 -0
- package/package.json +46 -11
- package/volar.d.ts +48 -0
- package/.editorconfig +0 -12
- package/.prettierrc +0 -5
- package/.storybook/main.ts +0 -22
- package/.storybook/preview-body.html +0 -3
- package/.storybook/preview.ts +0 -24
- package/App.vue +0 -1
- package/Dockerfile +0 -21
- package/assets/icons/account.svg +0 -1
- package/assets/icons/alert-octagon-outline.svg +0 -1
- package/assets/icons/alert-octagon.svg +0 -1
- package/assets/icons/archive-outline.svg +0 -1
- package/assets/icons/archive.svg +0 -1
- package/assets/icons/arrow-left.svg +0 -1
- package/assets/icons/arrow-right.svg +0 -1
- package/assets/icons/bank-outline.svg +0 -1
- package/assets/icons/bank.svg +0 -1
- package/assets/icons/camera.svg +0 -1
- package/assets/icons/cards-outline.svg +0 -1
- package/assets/icons/cards-variant.svg +0 -1
- package/assets/icons/cart-outline.svg +0 -1
- package/assets/icons/chart-box-outline.svg +0 -1
- package/assets/icons/chart-box.svg +0 -1
- package/assets/icons/check-circle-outline.svg +0 -1
- package/assets/icons/check-circle.svg +0 -1
- package/assets/icons/check.svg +0 -1
- package/assets/icons/checkbox-dark.svg +0 -1
- package/assets/icons/checkbox-indeterminate-dark.svg +0 -1
- package/assets/icons/checkbox-indeterminate.svg +0 -1
- package/assets/icons/checkbox.svg +0 -1
- package/assets/icons/chevron-down.svg +0 -1
- package/assets/icons/chevron-left.svg +0 -1
- package/assets/icons/chevron-right.svg +0 -1
- package/assets/icons/chevron-up.svg +0 -1
- package/assets/icons/circle.svg +0 -1
- package/assets/icons/clock.svg +0 -1
- package/assets/icons/close-circle-outline.svg +0 -1
- package/assets/icons/close-circle.svg +0 -1
- package/assets/icons/close.svg +0 -1
- package/assets/icons/cog.svg +0 -1
- package/assets/icons/color-fill.svg +0 -1
- package/assets/icons/copy.svg +0 -1
- package/assets/icons/credit-card-plus.svg +0 -1
- package/assets/icons/credit-card.svg +0 -1
- package/assets/icons/currency.svg +0 -1
- package/assets/icons/database.svg +0 -1
- package/assets/icons/dots-grid.svg +0 -1
- package/assets/icons/dots-vertical.svg +0 -1
- package/assets/icons/email-open-outline.svg +0 -1
- package/assets/icons/email-outline.svg +0 -1
- package/assets/icons/eye-off.svg +0 -1
- package/assets/icons/eye.svg +0 -1
- package/assets/icons/file-document-plus-outline.svg +0 -1
- package/assets/icons/filmstrip.svg +0 -1
- package/assets/icons/filter.svg +0 -1
- package/assets/icons/fullscreen-exit.svg +0 -1
- package/assets/icons/fullscreen.svg +0 -1
- package/assets/icons/group.svg +0 -1
- package/assets/icons/image-album-outline.svg +0 -1
- package/assets/icons/image-album.svg +0 -1
- package/assets/icons/image-outline.svg +0 -1
- package/assets/icons/image.svg +0 -1
- package/assets/icons/info-outline.svg +0 -1
- package/assets/icons/key-chain.svg +0 -1
- package/assets/icons/key-variant.svg +0 -1
- package/assets/icons/key.svg +0 -1
- package/assets/icons/listbox-outline.svg +0 -1
- package/assets/icons/loading.svg +0 -1
- package/assets/icons/lock-outline.svg +0 -1
- package/assets/icons/lock.svg +0 -1
- package/assets/icons/logout.svg +0 -1
- package/assets/icons/menu-down.svg +0 -1
- package/assets/icons/menu-left.svg +0 -1
- package/assets/icons/menu-right.svg +0 -1
- package/assets/icons/menu.svg +0 -1
- package/assets/icons/minus-circle-outline.svg +0 -1
- package/assets/icons/minus-circle.svg +0 -1
- package/assets/icons/minus.svg +0 -1
- package/assets/icons/moon.svg +0 -1
- package/assets/icons/open-in-new.svg +0 -1
- package/assets/icons/pencil.svg +0 -1
- package/assets/icons/people.svg +0 -1
- package/assets/icons/piggy-bank-outline.svg +0 -1
- package/assets/icons/plus-circle-outline.svg +0 -1
- package/assets/icons/plus-circle.svg +0 -1
- package/assets/icons/plus.svg +0 -1
- package/assets/icons/qrcode-scan.svg +0 -1
- package/assets/icons/radio-dark.svg +0 -1
- package/assets/icons/radio.svg +0 -1
- package/assets/icons/refresh.svg +0 -1
- package/assets/icons/save.svg +0 -1
- package/assets/icons/search.svg +0 -1
- package/assets/icons/spotlight.svg +0 -1
- package/assets/icons/store-outline.svg +0 -1
- package/assets/icons/sun.svg +0 -1
- package/assets/icons/swap-horizontal.svg +0 -1
- package/assets/icons/swap-left.svg +0 -1
- package/assets/icons/swap-right.svg +0 -1
- package/assets/icons/swap.svg +0 -1
- package/assets/icons/system-theme.svg +0 -1
- package/assets/icons/tag-outline.svg +0 -1
- package/assets/icons/trash-can-outline.svg +0 -1
- package/assets/icons/trash-can.svg +0 -1
- package/assets/icons/upload.svg +0 -1
- package/assets/icons/user-circle.svg +0 -1
- package/assets/icons/zip-box.svg +0 -1
- package/assets/images/fs/apk.svg +0 -11
- package/assets/images/fs/bmp.svg +0 -7
- package/assets/images/fs/css.svg +0 -8
- package/assets/images/fs/doc.svg +0 -9
- package/assets/images/fs/docx.svg +0 -9
- package/assets/images/fs/folder-adwaita.svg +0 -8
- package/assets/images/fs/folder-black.svg +0 -8
- package/assets/images/fs/folder-brown.svg +0 -8
- package/assets/images/fs/folder-grey.svg +0 -8
- package/assets/images/fs/folder-nordic.svg +0 -8
- package/assets/images/fs/folder-orange.svg +0 -8
- package/assets/images/fs/folder-palebrown.svg +0 -8
- package/assets/images/fs/folder-paleorange.svg +0 -8
- package/assets/images/fs/folder-teal.svg +0 -8
- package/assets/images/fs/folder-white.svg +0 -8
- package/assets/images/fs/folder-yellow.svg +0 -8
- package/assets/images/fs/gif.svg +0 -7
- package/assets/images/fs/go.svg +0 -9
- package/assets/images/fs/ics.svg +0 -24
- package/assets/images/fs/iso.svg +0 -10
- package/assets/images/fs/jpeg.svg +0 -7
- package/assets/images/fs/jpg.svg +0 -7
- package/assets/images/fs/js.svg +0 -9
- package/assets/images/fs/json.svg +0 -9
- package/assets/images/fs/lua.svg +0 -9
- package/assets/images/fs/m4v.svg +0 -7
- package/assets/images/fs/md.svg +0 -10
- package/assets/images/fs/mov.svg +0 -7
- package/assets/images/fs/mp3.svg +0 -9
- package/assets/images/fs/mp4.svg +0 -7
- package/assets/images/fs/pdf.svg +0 -9
- package/assets/images/fs/pgp.svg +0 -8
- package/assets/images/fs/php.svg +0 -9
- package/assets/images/fs/png.svg +0 -7
- package/assets/images/fs/ppt.svg +0 -9
- package/assets/images/fs/py.svg +0 -9
- package/assets/images/fs/rar.svg +0 -20
- package/assets/images/fs/rpm.svg +0 -7
- package/assets/images/fs/rs.svg +0 -9
- package/assets/images/fs/sh.svg +0 -9
- package/assets/images/fs/tar.svg +0 -20
- package/assets/images/fs/txt.svg +0 -8
- package/assets/images/fs/unknown.svg +0 -8
- package/assets/images/fs/xls.svg +0 -9
- package/assets/images/fs/xlsx.svg +0 -9
- package/assets/images/fs/xml.svg +0 -8
- package/assets/images/fs/yaml.svg +0 -9
- package/assets/images/fs/zip.svg +0 -20
- package/components/Avatar/Avatar.story.ts +0 -55
- package/components/Avatar/Avatar.vue +0 -82
- package/components/Avatar/index.ts +0 -12
- package/components/Backdrop/Backdrop.vue +0 -27
- package/components/Backdrop/index.ts +0 -12
- package/components/Button/Button.story.ts +0 -74
- package/components/Button/Button.vue +0 -230
- package/components/Button/index.ts +0 -12
- package/components/ButtonCopy/ButtonCopy.vue +0 -61
- package/components/ButtonCopy/index.ts +0 -12
- package/components/Drawer/Drawer.vue +0 -102
- package/components/Drawer/index.ts +0 -12
- package/components/Dropdown/Dropdown.vue +0 -258
- package/components/Dropdown/index.ts +0 -12
- package/components/EventListener/EventListener.vue +0 -12
- package/components/FileDrop/FileDrop.vue +0 -116
- package/components/FileDrop/index.ts +0 -12
- package/components/Form/Form.spec.ts +0 -72
- package/components/Form/Form.vue +0 -134
- package/components/Form/index.ts +0 -12
- package/components/FormItem/FormItem.vue +0 -85
- package/components/FormItem/index.ts +0 -12
- package/components/GraphyEmpty/GraphyEmpty.vue +0 -16
- package/components/GraphyEmpty/index.ts +0 -12
- package/components/GraphyLabel/GraphyLabel.vue +0 -34
- package/components/GraphyLabel/index.ts +0 -12
- package/components/GraphyPrice/GraphyPrice.story.ts +0 -37
- package/components/GraphyPrice/GraphyPrice.vue +0 -65
- package/components/GraphyPrice/index.ts +0 -12
- package/components/GraphySubtitle/GraphySubtitle.vue +0 -22
- package/components/GraphySubtitle/index.ts +0 -12
- package/components/GraphyTitle/GraphyTitle.vue +0 -13
- package/components/GraphyTitle/index.ts +0 -12
- package/components/Icon/Icon.vue +0 -84
- package/components/Icon/index.ts +0 -12
- package/components/IconButton/IconButton.vue +0 -168
- package/components/IconButton/index.ts +0 -12
- package/components/InputAvatar/InputAvatar.vue +0 -63
- package/components/InputAvatar/index.ts +0 -12
- package/components/InputCheckbox/InputCheckbox.vue +0 -77
- package/components/InputCheckbox/index.ts +0 -12
- package/components/InputColor/InputColor.vue +0 -54
- package/components/InputColor/index.ts +0 -12
- package/components/InputDate/InputDate.story.ts +0 -15
- package/components/InputDate/InputDate.vue +0 -368
- package/components/InputDate/index.ts +0 -12
- package/components/InputMultiplier/InputMultiplier.vue +0 -119
- package/components/InputMultiplier/index.ts +0 -12
- package/components/InputMultiplier/input-multiplier.story.ts +0 -30
- package/components/InputPassword/InputPassword.vue +0 -170
- package/components/InputPassword/index.ts +0 -12
- package/components/InputPhone/InputPhone.vue +0 -125
- package/components/InputPhone/index.ts +0 -12
- package/components/InputPrice/InputPrice.vue +0 -96
- package/components/InputPrice/index.ts +0 -12
- package/components/InputRadio/InputRadio.vue +0 -41
- package/components/InputRadio/InputRadioGroup.story.ts +0 -24
- package/components/InputRadio/InputRadioGroup.vue +0 -48
- package/components/InputRadio/index.ts +0 -14
- package/components/InputSelect/InputSelect.story.ts +0 -87
- package/components/InputSelect/InputSelect.vue +0 -507
- package/components/InputSelect/index.ts +0 -12
- package/components/InputSwitch/InputSwitch.story.ts +0 -34
- package/components/InputSwitch/InputSwitch.vue +0 -82
- package/components/InputSwitch/index.ts +0 -12
- package/components/InputText/InputText.vue +0 -62
- package/components/InputText/index.ts +0 -12
- package/components/InputTextarea/InputTextarea.vue +0 -64
- package/components/InputTextarea/index.ts +0 -12
- package/components/LineChart/LineChart.vue +0 -14
- package/components/LineChart/index.ts +0 -12
- package/components/Modal/Modal.vue +0 -106
- package/components/Modal/index.ts +0 -12
- package/components/ModalForm/ModalForm.vue +0 -141
- package/components/ModalForm/index.ts +0 -12
- package/components/Pagination/Pagination.story.ts +0 -15
- package/components/Pagination/Pagination.vue +0 -138
- package/components/Pagination/index.ts +0 -12
- package/components/PieChart/PieChart.vue +0 -14
- package/components/PieChart/index.ts +0 -12
- package/components/Popconfirm/Popconfirm.vue +0 -80
- package/components/Popconfirm/index.ts +0 -12
- package/components/Popover/Popover.vue +0 -133
- package/components/Popover/index.ts +0 -12
- package/components/ProgressCircle/ProgressCircle.story.ts +0 -31
- package/components/ProgressCircle/ProgressCircle.vue +0 -82
- package/components/ProgressCircle/index.ts +0 -12
- package/components/ProgressLine/ProgressLine.story.ts +0 -27
- package/components/ProgressLine/ProgressLine.vue +0 -104
- package/components/ProgressLine/index.ts +0 -12
- package/components/SensitiveInfo/SensitiveInfo.vue +0 -18
- package/components/SensitiveInfo/index.ts +0 -12
- package/components/Tab/Tab.vue +0 -58
- package/components/Tab/index.ts +0 -12
- package/components/Table/Table.story.ts +0 -30
- package/components/Table/Table.vue +0 -291
- package/components/Table/index.ts +0 -12
- package/components/Tag/Tag.vue +0 -61
- package/components/Tag/index.ts +0 -12
- package/components/Toast/Toast.vue +0 -75
- package/components/Toast/index.ts +0 -12
- package/components/index.ts +0 -43
- package/components/plugins.ts +0 -89
- package/composables/index.ts +0 -2
- package/composables/useBreakpoints.ts +0 -30
- package/composables/useRender.ts +0 -29
- package/entrypoint.sh +0 -19
- package/enums/app.ts +0 -5
- package/enums/form.ts +0 -25
- package/env.d.ts +0 -8
- package/form/convertors.ts +0 -31
- package/form/crud.ts +0 -109
- package/form/form-data-transformers.ts +0 -148
- package/form/form-transformer.ts +0 -54
- package/form/form-value-transformers.ts +0 -32
- package/form/form.test.ts +0 -96
- package/form/json-transformers.ts +0 -91
- package/i18n.ts +0 -20
- package/index.html +0 -22
- package/index.ts +0 -14
- package/main.ts +0 -31
- package/plugins/register-component.ts +0 -5
- package/postcss.config.js +0 -6
- package/services/clipboard.ts +0 -5
- package/services/date.ts +0 -27
- package/services/password.ts +0 -309
- package/services/ui.ts +0 -43
- package/tailwind.config.js +0 -16
- package/tsconfig.json +0 -23
- package/types/index.ts +0 -5
- package/vite.config.mts +0 -14
- package/vitest.setup.ts +0 -21
- /package/{index.css → dist/index.css} +0 -0
package/assets/icons/sun.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364-.707-.707M6.343 6.343l-.707-.707m12.728 0-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 24 24"><path d="M21,9L17,5V8H10V10H17V13M7,11L3,15L7,19V16H14V14H7V11Z" /></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 1024 1024"><path d="M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 1024 1024"><path d="m873.1 596.2-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z"/></svg>
|
package/assets/icons/swap.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 1024 1024"><path d="M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5 1.43 1.43L4.93 20.5 3.5 19.07 19.07 3.5m-6.18 2.43L11.41 5 9.97 6l.42-1.7L9 3.24l1.75-.12.58-1.65L12 3.1l1.73.03-1.35 1.13.51 1.67m-3.3 3.61-1.16-.73-1.12.78.34-1.32-1.09-.83 1.36-.09.45-1.29.51 1.27 1.36.03-1.05.87.4 1.31M19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58 2.77-1.15-.24 3.35-2.53-2.2m4.33-2.7 1.15-2.77 2.2 2.54-3.35.23m1.15-4.96-1.14-2.78 3.34.24-2.2 2.54M9.63 18.93l2.77 1.15-2.53 2.19-.24-3.34Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.41 11.58-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-9-9V4h7l9 9M6.5 5A1.5 1.5 0 1 1 5 6.5 1.5 1.5 0 0 1 6.5 5Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9M7 6h10v13H7V6m2 2v9h2V8H9m4 0v9h2V8h-2Z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9m0 5h2v9H9V8m4 0h2v9h-2V8Z"/></svg>
|
package/assets/icons/upload.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg class="v1262d JUQOtc" viewBox="0 0 24 24"><path d="M4 15h2v3h12v-3h2v3c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2m4.41-7.59L11 7.83V16h2V7.83l2.59 2.59L17 9l-5-5-5 5 1.41 1.41z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 19.2c-2.5 0-4.71-1.28-6-3.2.03-2 4-3.1 6-3.1s5.97 1.1 6 3.1a7.232 7.232 0 0 1-6 3.2M12 5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3m0-3A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10c0-5.53-4.5-10-10-10Z"/></svg>
|
package/assets/icons/zip-box.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 17h-2v-2h-2v-2h2v2h2m0-6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2m5-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg>
|
package/assets/images/fs/apk.svg
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#83bc3d" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#b2d885" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 19.316406,30.917968 a 1.333464,1.333464 0 0 0 -1.0625,2.035156 l 2.679688,4.460938 c -2.72685,2.583024 -4.551296,6.102862 -4.929688,10.046876 C 15.930413,49.00088 17.554687,49 17.554688,49 H 46.40625 c 0,0 1.670902,-3.38e-4 1.589844,-1.617188 -0.39481,-3.916022 -2.217084,-7.406176 -4.929688,-9.972656 l 2.675782,-4.457032 a 1.333464,1.333464 0 0 0 -1.097656,-2.035156 1.333464,1.333464 0 0 0 -1.1875,0.664064 l -2.496094,4.152344 C 38.399292,34.016796 35.32511,33 32.003906,33 c -3.323994,0 -6.40188,1.017824 -8.964844,2.738282 l -2.496094,-4.15625 A 1.333464,1.333464 0 0 0 19.316406,30.917968 Z M 24,41 a 1.9999959,1.9999959 0 0 1 2,2 1.9999959,1.9999959 0 0 1 -2,2 1.9999959,1.9999959 0 0 1 -2,-2 1.9999959,1.9999959 0 0 1 2,-2 z m 16,0 a 1.9999959,1.9999959 0 0 1 2,2 1.9999959,1.9999959 0 0 1 -2,2 1.9999959,1.9999959 0 0 1 -2,-2 1.9999959,1.9999959 0 0 1 2,-2 z"/>
|
|
8
|
-
<path style="fill:none;stroke:#ffffff;stroke-width:2.66666126;stroke-linecap:round" d="M 22.599158,36.600366 19.399166,31.267044"/>
|
|
9
|
-
<path style="fill:none;stroke:#ffffff;stroke-width:2.66666126;stroke-linecap:round" d="M 41.399166,36.600366 44.59916,31.267044"/>
|
|
10
|
-
<path style="fill:#ffffff" d="m 32.003906,32 c -8.355868,0 -15.221531,6.346874 -16,14.460938 C 15.930413,48.00088 17.554688,48 17.554688,48 H 46.40625 c 0,0 1.670902,-3.38e-4 1.589844,-1.617188 C 47.181756,38.305592 40.333356,32 32.003906,32 Z M 24,40 a 1.9999959,1.9999959 0 0 1 2,2 1.9999959,1.9999959 0 0 1 -2,2 1.9999959,1.9999959 0 0 1 -2,-2 1.9999959,1.9999959 0 0 1 2,-2 z m 16,0 a 1.9999959,1.9999959 0 0 1 2,2 1.9999959,1.9999959 0 0 1 -2,2 1.9999959,1.9999959 0 0 1 -2,-2 1.9999959,1.9999959 0 0 1 2,-2 z"/>
|
|
11
|
-
</svg>
|
package/assets/images/fs/bmp.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
|
|
5
|
-
<path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/css.svg
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.5;fill-rule:evenodd" d="M 24.642578 28 A 1.365308 1.4042805 0 0 0 24.513672 28.003906 A 1.365308 1.4042805 0 0 0 24.152344 28.080078 C 24.152344 28.080078 23.298343 28.369868 22.308594 28.90625 C 21.317479 29.442632 20.113897 30.191468 19.339844 31.480469 C 18.478421 32.914096 18.804692 34.448879 19.072266 35.367188 C 19.341204 36.284092 19.488696 36.687172 19.240234 37.300781 C 19.1201 37.601267 18.379858 38.257412 17.570312 38.666016 C 16.759401 39.074621 16.023438 39.289062 16.023438 39.289062 A 1.365308 1.4042805 0 0 0 15.046875 41.013672 A 1.365308 1.4042805 0 0 0 16.023438 42.701172 C 16.023438 42.701172 16.7594 42.915614 17.570312 43.324219 C 18.379859 43.73142 19.1201 44.388968 19.240234 44.689453 C 19.488696 45.304466 19.341204 45.704739 19.072266 46.623047 C 18.804692 47.541354 18.478421 49.074734 19.339844 50.509766 C 20.113897 51.797362 21.317479 52.547602 22.308594 53.083984 C 23.298343 53.618961 24.152344 53.910156 24.152344 53.910156 A 1.365308 1.4042805 0 1 0 25.011719 51.246094 C 25.011719 51.246094 24.362321 51.02366 23.580078 50.599609 C 22.797834 50.176963 21.960892 49.52215 21.666016 49.029297 C 21.331548 48.471854 21.440989 48.280047 21.689453 47.427734 C 21.93928 46.575421 22.38756 45.162597 21.763672 43.615234 C 21.212143 42.244794 20.110066 41.517885 19.123047 40.994141 C 20.110066 40.471801 21.212143 39.745441 21.763672 38.375 C 22.387555 36.827638 21.939275 35.41286 21.689453 34.560547 C 21.440992 33.708233 21.331551 33.515023 21.666016 32.958984 C 21.960892 32.466131 22.797834 31.814675 23.580078 31.390625 C 24.362321 30.967979 25.011719 30.744141 25.011719 30.744141 A 1.365308 1.4042805 0 0 0 24.642578 28 z M 39.351562 28 A 1.3653073 1.404279 0 0 0 38.988281 30.744141 C 38.988281 30.744141 39.63768 30.96798 40.419922 31.390625 C 41.202165 31.814676 42.039697 32.466131 42.335938 32.958984 C 42.670404 33.515023 42.559005 33.708234 42.310547 34.560547 C 42.062086 35.412859 41.613806 36.82764 42.236328 38.375 C 42.789222 39.74544 43.889935 40.471801 44.876953 40.994141 C 43.889935 41.517885 42.789222 42.244795 42.236328 43.615234 C 41.61381 45.162595 42.06209 46.575422 42.310547 47.427734 C 42.559008 48.280046 42.670407 48.473807 42.335938 49.03125 C 42.039696 49.524102 41.202165 50.176963 40.419922 50.599609 C 39.63768 51.023659 38.988281 51.246094 38.988281 51.246094 A 1.3653073 1.404279 0 1 0 39.847656 53.910156 C 39.847656 53.910156 40.70361 53.618961 41.693359 53.083984 C 42.683108 52.547603 43.886105 51.797361 44.660156 50.509766 C 45.521579 49.074737 45.195307 47.541353 44.927734 46.623047 C 44.66016 45.70474 44.512671 45.304465 44.759766 44.689453 C 44.881267 44.388967 45.62073 43.73142 46.431641 43.324219 C 47.241188 42.915615 47.976563 42.701172 47.976562 42.701172 A 1.3653073 1.404279 0 0 0 48.953125 41.013672 A 1.3653073 1.404279 0 0 0 47.976562 39.289062 C 47.976562 39.289062 47.241188 39.07462 46.431641 38.666016 C 45.62073 38.257412 44.881267 37.601266 44.759766 37.300781 C 44.512671 36.687172 44.660157 36.284089 44.927734 35.367188 C 45.195307 34.448881 45.521579 32.914094 44.660156 31.480469 C 43.886105 30.191469 42.683108 29.44263 41.693359 28.90625 C 40.70361 28.369868 39.847656 28.080078 39.847656 28.080078 A 1.3653073 1.404279 0 0 0 39.488281 28.003906 A 1.3653073 1.404279 0 0 0 39.357422 28 A 1.3653073 1.404279 0 0 0 39.351562 28 z M 32 34 A 3.0000002 3.0000002 0 0 0 29 37 A 3.0000002 3.0000002 0 0 0 32 40 A 3.0000002 3.0000002 0 0 0 35 37 A 3.0000002 3.0000002 0 0 0 32 34 z M 32 41.976562 C 30.3425 41.976562 29 43.319062 29 44.976562 C 29 46.634062 30.3425 47.976562 32 47.976562 C 33.0605 47.976562 33.5 50.976562 33.5 50.976562 C 33.5 50.976562 35 45.573561 35 44.976562 C 35 43.319062 33.657501 41.976562 32 41.976562 z"/>
|
|
8
|
-
</svg>
|
package/assets/images/fs/doc.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#3e50b4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#7482d0" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 20,32 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 15 v -3 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="m 20,31 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 15 v -3 z"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#3e50b4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#7482d0" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 20,32 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 15 v -3 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="m 20,31 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 15 v -3 z"/>
|
|
9
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#3a87e5" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#93c0ea" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#3f3f3f" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#dcdcdc" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#4f4f4f" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#957552" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#ae8e6c" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#727272" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#8e8e8e" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#6c9b9a" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#82abaa" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#dd772f" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#ee923a" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#bea389" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#d1bfae" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#c89e6b" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#eeca8f" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#12806a" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#16a085" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#cccccc" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#ffffff" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#e4e4e4" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="22" rx="2.8" ry="2.8"/>
|
|
3
|
-
<path style="fill:#e19d00" d="M 4,46.2 C 4,47.751 5.2488,49 6.8,49 H 57.2 C 58.751,49 60,47.751 60,46.2 V 15.8 C 60,14.249 58.751,13 57.2,13 H 32 C 27.8,13 26.4,7 22.2,7 H 6.8 C 5.2488,7 4,8.2488 4,9.8"/>
|
|
4
|
-
<rect style="opacity:0.2" width="56" height="36" x="4" y="20" rx="2.8" ry="2.8"/>
|
|
5
|
-
<rect style="fill:#e4e4e4" width="48" height="22" x="8" y="16" rx="2.8" ry="2.8"/>
|
|
6
|
-
<rect style="fill:#f9bd30" width="56" height="36" x="4" y="21" rx="2.8" ry="2.8"/>
|
|
7
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 6.8008,7 C 5.2496,7 4,8.2496 4,9.8008 V 10.801 C 4,9.2496 5.2496,8 6.8008,8 H 22.199 C 26.399,8 27.8,14 32,14 H 57.199 C 58.75,14 60,15.25 60,16.801 V 15.801 C 60,14.25 58.75,13 57.199,13 H 32 C 27.8,13 26.399,7 22.199,7 Z"/>
|
|
8
|
-
</svg>
|
package/assets/images/fs/gif.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
|
|
5
|
-
<path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/go.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#1e88e5" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#64b5f6" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 25,30 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m 14,0 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m -15,3 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 z m 14,0 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 z m -6.070312,7 A 3,3 0 0 0 30.5,40.402344 3,3 0 0 0 29,43 h 6 A 3,3 0 0 0 33.5,40.402344 3,3 0 0 0 31.929688,40 Z M 35,43 c 0,1.072 -0.572,2.061656 -1.5,2.597656 -0.928,0.536 -2.072,0.536 -3,0 C 29.572,45.061656 29,44.072 29,43 h -1 c -1.662,0 -3,1.338 -3,3 0,1.662 1.338,3 3,3 h 1 v 2.599609 C 29,52.375209 29.624791,53 30.400391,53 h 0.199218 C 31.375209,53 32,52.375209 32,51.599609 32,52.375209 32.624791,53 33.400391,53 h 0.199218 C 34.375209,53 35,52.375209 35,51.599609 V 49 h 1 c 1.662,0 3,-1.338 3,-3 0,-1.662 -1.338,-3 -3,-3 z"/>
|
|
8
|
-
<path style="fill:#fefefe" d="m 25,29 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m 14,0 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m -15,3 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 z m 14,0 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 z m -6.070312,7 A 3,3 0 0 0 30.5,39.402344 3,3 0 0 0 29,42 h 6 A 3,3 0 0 0 33.5,39.402344 3,3 0 0 0 31.929688,39 Z M 35,42 c 0,1.072 -0.572,2.061656 -1.5,2.597656 -0.928,0.536 -2.072,0.536 -3,0 C 29.572,44.061656 29,43.072 29,42 h -1 c -1.662,0 -3,1.338 -3,3 0,1.662 1.338,3 3,3 h 1 v 2.599609 C 29,51.375209 29.624791,52 30.400391,52 h 0.199218 C 31.375209,52 32,51.375209 32,50.599609 32,51.375209 32.624791,52 33.400391,52 h 0.199218 C 34.375209,52 35,51.375209 35,50.599609 V 48 h 1 c 1.662,0 3,-1.338 3,-3 0,-1.662 -1.338,-3 -3,-3 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/ics.svg
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
|
|
2
|
-
<path style="fill:#e4e4e4" d="M 4,15.9 4,40 c 0,1.108 0.892,2 2,2 l 36,0 c 1.108,0 2,-0.892 2,-2 l 0,-24.1 z"/>
|
|
3
|
-
<path style="opacity:0.2" d="M 44,17 44,9 C 44,7.892 43.108,7 42,7 L 6,7 C 4.892,7 4,7.892 4,9 l 0,8 z"/>
|
|
4
|
-
<path style="fill:#f54b3e" d="M 44,16 44,8 C 44,6.892 43.108,6 42,6 L 6,6 C 4.892,6 4,6.892 4,8 l 0,8 z"/>
|
|
5
|
-
<path fill="#fff" style="opacity:0.2" d="m6 6c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h36c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-36z"/>
|
|
6
|
-
<path opacity=".2" d="m4 40v1c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v-1c0 1.108-0.892 2-2 2h-36c-1.108 0-2-0.892-2-2z"/>
|
|
7
|
-
<rect style="opacity:0.2" width="6" height="6" x="33" y="26"/>
|
|
8
|
-
<rect style="opacity:0.2" width="6" height="6" x="17" y="26"/>
|
|
9
|
-
<rect style="opacity:0.2" width="6" height="6" x="9" y="26"/>
|
|
10
|
-
<rect style="opacity:0.2" width="6" height="6" x="25" y="34"/>
|
|
11
|
-
<rect style="opacity:0.2" width="6" height="6" x="33" y="34"/>
|
|
12
|
-
<rect style="opacity:0.2" width="6" height="6" x="17" y="34"/>
|
|
13
|
-
<rect style="opacity:0.2" width="6" height="6" x="9" y="34"/>
|
|
14
|
-
<rect style="opacity:0.2" width="6" height="6" x="25" y="18"/>
|
|
15
|
-
<rect style="opacity:0.2" width="6" height="6" x="33" y="18"/>
|
|
16
|
-
<rect style="opacity:0.2" width="6" height="6" x="17" y="18"/>
|
|
17
|
-
<rect style="opacity:0.2" width="6" height="6" x="9" y="18"/>
|
|
18
|
-
<circle style="opacity:0.2" cx="28" cy="30" r="3"/>
|
|
19
|
-
<circle style="fill:#f54b3e" cx="28" cy="29" r="3"/>
|
|
20
|
-
<circle style="opacity:0.2" cx="12" cy="12" r="2"/>
|
|
21
|
-
<circle style="fill:#ffffff" cx="12" cy="11" r="2"/>
|
|
22
|
-
<circle style="opacity:0.2" cx="36" cy="12" r="2"/>
|
|
23
|
-
<circle style="fill:#ffffff" cx="36" cy="11" r="2"/>
|
|
24
|
-
</svg>
|
package/assets/images/fs/iso.svg
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#ce5068" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#ef8b9d" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 32,28 c -7.756,0 -14,6.244 -14,14 0,7.756 6.244,14 14,14 7.756,0 14,-6.244 14,-14 0,-7.756 -6.244,-14 -14,-14 z m 0,8 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="M 32 27 C 24.244 27 18 33.244 18 41 C 18 48.756 24.244 55 32 55 C 39.756 55 46 48.756 46 41 C 46 33.244 39.756 27 32 27 z M 32 35 A 6 6 0 0 1 38 41 A 6 6 0 0 1 32 47 A 6 6 0 0 1 26 41 A 6 6 0 0 1 32 35 z"/>
|
|
9
|
-
<path style="opacity:0.5;fill:#ffffff" d="M 32 34 A 7 7 0 0 0 25 41 A 7 7 0 0 0 32 48 A 7 7 0 0 0 39 41 A 7 7 0 0 0 32 34 z M 32 38 C 33.6569 38 35 39.3431 35 41 C 35 42.6569 33.6569 44 32 44 C 30.3431 44 29 42.6569 29 41 C 29 39.3431 30.3431 38 32 38 z"/>
|
|
10
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
|
|
5
|
-
<path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/jpg.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
|
|
5
|
-
<path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/js.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#e67d4a" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#e0c0b1" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2;fill-rule:evenodd" d="m 24.642578,29.002248 a 1.365308,1.4042805 0 0 0 -0.128906,0.0039 1.365308,1.4042805 0 0 0 -0.361328,0.07617 c 0,0 -0.854001,0.28979 -1.84375,0.826172 -0.991115,0.536382 -2.194697,1.285218 -2.96875,2.574219 -0.861423,1.433627 -0.535152,2.96841 -0.267578,3.886719 0.268938,0.916904 0.41643,1.319984 0.167968,1.933593 -0.120134,0.300486 -0.860376,0.956631 -1.669922,1.365235 -0.810911,0.408605 -1.546874,0.623046 -1.546874,0.623046 a 1.365308,1.4042805 0 0 0 -0.976563,1.72461 1.365308,1.4042805 0 0 0 0.976563,1.6875 c 0,0 0.735962,0.214442 1.546874,0.623047 0.809547,0.407201 1.549788,1.064749 1.669922,1.365234 0.248462,0.615013 0.10097,1.015286 -0.167968,1.933594 -0.267574,0.918307 -0.593845,2.451687 0.267578,3.886719 0.774053,1.287596 1.977635,2.037836 2.96875,2.574218 0.989749,0.534977 1.84375,0.826172 1.84375,0.826172 a 1.365308,1.4042805 0 1 0 0.859375,-2.664062 c 0,0 -0.649398,-0.222434 -1.431641,-0.646485 -0.782244,-0.422646 -1.619186,-1.077459 -1.914062,-1.570312 -0.334468,-0.557443 -0.225027,-0.74925 0.02344,-1.601563 0.249827,-0.852313 0.698107,-2.265137 0.07422,-3.8125 -0.551529,-1.37044 -1.653606,-2.097349 -2.640625,-2.621093 0.987019,-0.52234 2.089096,-1.2487 2.640625,-2.619141 0.623883,-1.547362 0.175603,-2.96214 -0.07422,-3.814453 -0.248461,-0.852314 -0.357902,-1.045524 -0.02344,-1.601563 0.294876,-0.492853 1.131818,-1.144309 1.914062,-1.568359 0.782243,-0.422646 1.431641,-0.646484 1.431641,-0.646484 a 1.365308,1.4042805 0 0 0 -0.369141,-2.744141 z m 14.708984,0 a 1.3653073,1.404279 0 0 0 -0.363281,2.744141 c 0,0 0.649399,0.223839 1.431641,0.646484 0.782243,0.424051 1.619775,1.075506 1.916016,1.568359 0.334466,0.556039 0.223067,0.74925 -0.02539,1.601563 -0.248461,0.852312 -0.696741,2.267093 -0.07422,3.814453 0.552894,1.37044 1.653607,2.096801 2.640625,2.619141 -0.987018,0.523744 -2.087731,1.250654 -2.640625,2.621093 -0.622518,1.547361 -0.174238,2.960188 0.07422,3.8125 0.248461,0.852312 0.35986,1.046073 0.02539,1.603516 -0.296242,0.492852 -1.133773,1.145713 -1.916016,1.568359 -0.782242,0.42405 -1.431641,0.646485 -1.431641,0.646485 a 1.3653073,1.404279 0 1 0 0.859375,2.664062 c 0,0 0.855954,-0.291195 1.845703,-0.826172 0.989749,-0.536381 2.192746,-1.286623 2.966797,-2.574218 0.861423,-1.435029 0.535151,-2.968413 0.267578,-3.886719 -0.267574,-0.918307 -0.415063,-1.318582 -0.167968,-1.933594 0.121501,-0.300486 0.860964,-0.958033 1.671875,-1.365234 0.809547,-0.408604 1.544922,-0.623047 1.544921,-0.623047 a 1.3653073,1.404279 0 0 0 0.976563,-1.6875 1.3653073,1.404279 0 0 0 -0.976563,-1.72461 c 0,0 -0.735374,-0.214442 -1.544921,-0.623046 -0.810911,-0.408604 -1.550374,-1.06475 -1.671875,-1.365235 -0.247095,-0.613609 -0.09961,-1.016692 0.167968,-1.933593 0.267573,-0.918307 0.593845,-2.453094 -0.267578,-3.886719 -0.774051,-1.289 -1.977048,-2.037839 -2.966797,-2.574219 -0.989749,-0.536382 -1.845703,-0.826172 -1.845703,-0.826172 a 1.3653073,1.404279 0 0 0 -0.359375,-0.07617 1.3653073,1.404279 0 0 0 -0.130859,-0.0039 1.3653073,1.404279 0 0 0 -0.0059,0 z m -7.351562,6 a 3.0000002,3.0000002 0 0 0 -3,3 3.0000002,3.0000002 0 0 0 3,3 3.0000002,3.0000002 0 0 0 3,-3 3.0000002,3.0000002 0 0 0 -3,-3 z m 0,7.976562 c -1.6575,0 -3,1.3425 -3,3 0,1.6575 1.3425,3 3,3 1.0605,0 1.5,3 1.5,3 0,0 1.5,-5.403001 1.5,-6 0,-1.6575 -1.342499,-3 -3,-3 z"/>
|
|
8
|
-
<path style="fill-rule:evenodd;fill:#ffffff" d="M 24.642578 28 A 1.365308 1.4042805 0 0 0 24.513672 28.003906 A 1.365308 1.4042805 0 0 0 24.152344 28.080078 C 24.152344 28.080078 23.298343 28.369868 22.308594 28.90625 C 21.317479 29.442632 20.113897 30.191468 19.339844 31.480469 C 18.478421 32.914096 18.804692 34.448879 19.072266 35.367188 C 19.341204 36.284092 19.488696 36.687172 19.240234 37.300781 C 19.1201 37.601267 18.379858 38.257412 17.570312 38.666016 C 16.759401 39.074621 16.023438 39.289062 16.023438 39.289062 A 1.365308 1.4042805 0 0 0 15.046875 41.013672 A 1.365308 1.4042805 0 0 0 16.023438 42.701172 C 16.023438 42.701172 16.7594 42.915614 17.570312 43.324219 C 18.379859 43.73142 19.1201 44.388968 19.240234 44.689453 C 19.488696 45.304466 19.341204 45.704739 19.072266 46.623047 C 18.804692 47.541354 18.478421 49.074734 19.339844 50.509766 C 20.113897 51.797362 21.317479 52.547602 22.308594 53.083984 C 23.298343 53.618961 24.152344 53.910156 24.152344 53.910156 A 1.365308 1.4042805 0 1 0 25.011719 51.246094 C 25.011719 51.246094 24.362321 51.02366 23.580078 50.599609 C 22.797834 50.176963 21.960892 49.52215 21.666016 49.029297 C 21.331548 48.471854 21.440989 48.280047 21.689453 47.427734 C 21.93928 46.575421 22.38756 45.162597 21.763672 43.615234 C 21.212143 42.244794 20.110066 41.517885 19.123047 40.994141 C 20.110066 40.471801 21.212143 39.745441 21.763672 38.375 C 22.387555 36.827638 21.939275 35.41286 21.689453 34.560547 C 21.440992 33.708233 21.331551 33.515023 21.666016 32.958984 C 21.960892 32.466131 22.797834 31.814675 23.580078 31.390625 C 24.362321 30.967979 25.011719 30.744141 25.011719 30.744141 A 1.365308 1.4042805 0 0 0 24.642578 28 z M 39.351562 28 A 1.3653073 1.404279 0 0 0 38.988281 30.744141 C 38.988281 30.744141 39.63768 30.96798 40.419922 31.390625 C 41.202165 31.814676 42.039697 32.466131 42.335938 32.958984 C 42.670404 33.515023 42.559005 33.708234 42.310547 34.560547 C 42.062086 35.412859 41.613806 36.82764 42.236328 38.375 C 42.789222 39.74544 43.889935 40.471801 44.876953 40.994141 C 43.889935 41.517885 42.789222 42.244795 42.236328 43.615234 C 41.61381 45.162595 42.06209 46.575422 42.310547 47.427734 C 42.559008 48.280046 42.670407 48.473807 42.335938 49.03125 C 42.039696 49.524102 41.202165 50.176963 40.419922 50.599609 C 39.63768 51.023659 38.988281 51.246094 38.988281 51.246094 A 1.3653073 1.404279 0 1 0 39.847656 53.910156 C 39.847656 53.910156 40.70361 53.618961 41.693359 53.083984 C 42.683108 52.547603 43.886105 51.797361 44.660156 50.509766 C 45.521579 49.074737 45.195307 47.541353 44.927734 46.623047 C 44.66016 45.70474 44.512671 45.304465 44.759766 44.689453 C 44.881267 44.388967 45.62073 43.73142 46.431641 43.324219 C 47.241188 42.915615 47.976563 42.701172 47.976562 42.701172 A 1.3653073 1.404279 0 0 0 48.953125 41.013672 A 1.3653073 1.404279 0 0 0 47.976562 39.289062 C 47.976562 39.289062 47.241188 39.07462 46.431641 38.666016 C 45.62073 38.257412 44.881267 37.601266 44.759766 37.300781 C 44.512671 36.687172 44.660157 36.284089 44.927734 35.367188 C 45.195307 34.448881 45.521579 32.914094 44.660156 31.480469 C 43.886105 30.191469 42.683108 29.44263 41.693359 28.90625 C 40.70361 28.369868 39.847656 28.080078 39.847656 28.080078 A 1.3653073 1.404279 0 0 0 39.488281 28.003906 A 1.3653073 1.404279 0 0 0 39.357422 28 A 1.3653073 1.404279 0 0 0 39.351562 28 z M 32 34 A 3.0000002 3.0000002 0 0 0 29 37 A 3.0000002 3.0000002 0 0 0 32 40 A 3.0000002 3.0000002 0 0 0 35 37 A 3.0000002 3.0000002 0 0 0 32 34 z M 32 41.976562 C 30.3425 41.976562 29 43.319062 29 44.976562 C 29 46.634062 30.3425 47.976562 32 47.976562 C 33.0605 47.976562 33.5 50.976562 33.5 50.976562 C 33.5 50.976562 35 45.573561 35 44.976562 C 35 43.319062 33.657501 41.976562 32 41.976562 z"/>
|
|
9
|
-
</svg>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#1c59a5" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#6295d3" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round" d="m 37.520548,30.494022 c 9.625,2.75 -1.644648,6.875 7.980352,11 m -7.980352,11 c 9.625,-2.75 -1.644648,-6.875 7.980352,-11 m -19.0009,-11 c -9.625,2.75 1.644648,6.875 -7.980352,11 m 7.980352,11 c -9.625,-2.75 1.644648,-6.875 -7.980352,-11"/>
|
|
8
|
-
<path style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linecap:round" d="m 37.520548,29.494022 c 9.625,2.75 -1.644648,6.875 7.980352,11 m -7.980352,11 c 9.625,-2.75 -1.644648,-6.875 7.980352,-11 m -19.0009,-11 c -9.625,2.75 1.644648,6.875 -7.980352,11 m 7.980352,11 c -9.625,-2.75 1.644648,-6.875 -7.980352,-11"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/lua.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#31519b" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#4d6eb9" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="M 40.5,29 A 3.5,3.5 0 0 0 37,32.5 3.5,3.5 0 0 0 40.5,36 3.5,3.5 0 0 0 44,32.5 3.5,3.5 0 0 0 40.5,29 Z m -11,4 A 10.5,10.5 0 0 0 19,43.5 10.5,10.5 0 0 0 29.5,54 10.5,10.5 0 0 0 40,43.5 10.5,10.5 0 0 0 29.5,33 Z m 4,3 A 3.5,3.5 0 0 1 37,39.5 3.5,3.5 0 0 1 33.5,43 3.5,3.5 0 0 1 30,39.5 3.5,3.5 0 0 1 33.5,36 Z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="M 40.5 28 A 3.5 3.5 0 0 0 37 31.5 A 3.5 3.5 0 0 0 40.5 35 A 3.5 3.5 0 0 0 44 31.5 A 3.5 3.5 0 0 0 40.5 28 z M 29.5 32 A 10.5 10.5 0 0 0 19 42.5 A 10.5 10.5 0 0 0 29.5 53 A 10.5 10.5 0 0 0 40 42.5 A 10.5 10.5 0 0 0 29.5 32 z M 33.5 35 A 3.5 3.5 0 0 1 37 38.5 A 3.5 3.5 0 0 1 33.5 42 A 3.5 3.5 0 0 1 30 38.5 A 3.5 3.5 0 0 1 33.5 35 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/m4v.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
|
|
5
|
-
<path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/md.svg
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="fill:#d74c4c" d="m 22,46 h 3 v -5.699571 l 2.5,2.857142 2.5,-2.857142 V 46 h 3 V 36 H 30 L 27.5,38.857143 25,36 h -3"/>
|
|
8
|
-
<path style="fill:#d74c4c" d="m 37,36 v 6 h -2.5 l 3.5,4 h 1 l 3.5,-4 H 40 v -6 z"/>
|
|
9
|
-
<path style="fill:#d74c4c" d="M 19.044922 32 C 17.935355 32 17 32.949459 17 34.076172 L 17 47.923828 C 17 49.050542 17.935355 50 19.044922 50 L 44.955078 50 C 46.064645 50 47 49.050542 47 47.923828 L 47 34.076172 C 47 32.949459 46.064645 32 44.955078 32 L 19.044922 32 z M 20 35 L 44 35 L 44 47 L 20 47 L 20 35 z"/>
|
|
10
|
-
</svg>
|
package/assets/images/fs/mov.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
|
|
5
|
-
<path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/mp3.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#fe9700" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#ffbd63" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 25.999962,30.000018 -8.8e-5,1 v 13 c 0,0 -0.31144,7.7e-4 -0.99992,-1.8e-5 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.7244,-0.0017 4.946,-2.1842 4.996,-4.9082 l 0.004,-0.0078 V 36 h 10 v 8 c 0,0 -0.31144,7.88e-4 -0.9999,0 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.6622,-0.003 4.8552,-2.0912 4.9882,-4.75 l 0.0118,-0.02344 v -19.2266 h -18 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="m 25.999962,29.000018 -8.8e-5,1 v 13 c 0,0 -0.31144,7.7e-4 -0.99992,-1.8e-5 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.7244,-0.0017 4.946,-2.1842 4.996,-4.9082 l 0.004,-0.0078 V 35 h 10 v 8 c 0,0 -0.31144,7.88e-4 -0.9999,0 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.6622,-0.003 4.8552,-2.0912 4.9882,-4.75 l 0.0118,-0.02344 v -19.2266 h -18 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/mp4.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
|
|
5
|
-
<path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/pdf.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#c03630" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#f36961" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 30.293017,28.000003 c -0.645764,0 -1.249654,0.311804 -1.395744,0.826445 -0.542528,1.972993 0.06468,5.024185 1.077384,8.825849 l -0.305494,0.736026 c -0.775418,1.86458 -1.74468,3.721563 -2.597,5.369453 -3.5189,6.792089 -6.25646,10.456752 -8.08178,10.713492 l -0.007,-0.07458 c -0.03962,-0.84723 1.54532,-3.031582 3.69348,-4.768274 0.22407,-0.178765 1.180256,-1.091333 1.180256,-1.091333 0,0 -1.290674,0.672124 -1.5806,0.845462 -2.69192,1.585051 -4.03144,3.17314 -4.24984,4.227309 -0.06482,0.313116 -0.02324,0.698406 0.25725,0.856593 l 0.68824,0.341041 c 1.87376,0.925246 4.17774,-1.507573 7.2408,-6.803414 3.11696,-1.008677 7.00602,-1.958354 10.5469,-2.47294 3.1696,1.786549 6.8054,2.637149 8.20232,2.269923 0.265818,-0.06933 0.54544,-0.275164 0.68824,-0.464757 0.112,-0.174443 0.268562,-0.872448 0.268562,-0.872448 0,0 -0.262822,0.352821 -0.47922,0.456829 -0.884128,0.41171 -3.67542,-0.275163 -6.53968,-1.657557 2.4766,-0.260027 4.53978,-0.270054 5.64242,0.07762 1.40042,0.440975 1.40154,0.892985 1.382892,0.98506 0.0189,-0.07582 0.08162,-0.378661 0.07392,-0.507583 -0.03178,-0.331539 -0.13538,-0.627599 -0.38913,-0.872448 -0.518378,-0.5038 -1.7983,-0.757681 -3.54242,-0.780428 -1.3146,-0.01409 -2.891,0.09944 -4.60208,0.341041 -0.784168,-0.444206 -1.61168,-0.932524 -2.2673,-1.537128 -1.66278,-1.532018 -3.05648,-3.659 -3.92196,-6.043551 0.05908,-0.228608 0.11564,-0.451982 0.167216,-0.677345 0.240562,-1.067164 0.413238,-4.595363 0.413238,-4.595363 0,0 -0.685076,2.650544 -0.792708,3.050363 -0.06916,0.253523 -0.155204,0.524115 -0.254058,0.805812 -0.525,-1.820109 -0.791126,-3.584147 -0.791126,-4.922125 0,-0.378122 0.0329,-1.113914 0.14147,-1.695674 0.05292,-0.414942 0.20524,-0.630416 0.36344,-0.734438 0.312998,0.07485 0.663362,0.548394 1.029126,1.340381 0.31409,0.684733 0.294238,1.477742 0.294238,1.968574 0,0 0.336854,-1.215326 0.258888,-1.933633 -0.04746,-0.431211 -0.463344,-1.540581 -1.347472,-1.527599 h -0.07238 l -0.393946,-0.0041 z m 0.300692,11.019675 c 0.914914,1.814723 2.17672,3.538157 3.83194,4.920606 0.368998,0.307688 0.7616,0.600419 1.165766,0.875596 -3.00594,0.551474 -6.16294,1.327234 -9.0965,2.539645 0.530474,-0.929582 1.104054,-1.942333 1.69162,-3.034481 1.137836,-2.122425 1.82728,-3.759542 2.40716,-5.301228 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="m 30.293017,27.000003 c -0.645764,0 -1.249654,0.311804 -1.395744,0.826445 -0.542528,1.972993 0.06468,5.024185 1.077384,8.825849 l -0.305494,0.736026 c -0.775418,1.86458 -1.74468,3.721563 -2.597,5.369453 -3.5189,6.792089 -6.25646,10.456752 -8.08178,10.713492 l -0.007,-0.07458 c -0.03962,-0.84723 1.54532,-3.031582 3.69348,-4.768274 0.22407,-0.178765 1.180256,-1.091333 1.180256,-1.091333 0,0 -1.290674,0.672124 -1.5806,0.845462 -2.69192,1.585051 -4.03144,3.17314 -4.24984,4.227309 -0.06482,0.313116 -0.02324,0.698406 0.25725,0.856593 l 0.68824,0.341041 c 1.87376,0.925246 4.17774,-1.507573 7.2408,-6.803414 3.11696,-1.008677 7.00602,-1.958354 10.5469,-2.47294 3.1696,1.786549 6.8054,2.637149 8.20232,2.269923 0.265818,-0.06933 0.54544,-0.275164 0.68824,-0.464757 0.112,-0.174443 0.268562,-0.872448 0.268562,-0.872448 0,0 -0.262822,0.352821 -0.47922,0.456829 -0.884128,0.41171 -3.67542,-0.275163 -6.53968,-1.657557 2.4766,-0.260027 4.53978,-0.270054 5.64242,0.07762 1.40042,0.440975 1.40154,0.892985 1.382892,0.98506 0.0189,-0.07582 0.08162,-0.378661 0.07392,-0.507583 -0.03178,-0.331539 -0.13538,-0.627599 -0.38913,-0.872448 -0.518378,-0.5038 -1.7983,-0.757681 -3.54242,-0.780428 -1.3146,-0.01409 -2.891,0.09944 -4.60208,0.341041 -0.784168,-0.444206 -1.61168,-0.932524 -2.2673,-1.537128 -1.66278,-1.532018 -3.05648,-3.659 -3.92196,-6.043551 0.05908,-0.228608 0.11564,-0.451982 0.167216,-0.677345 0.240562,-1.067164 0.413238,-4.595363 0.413238,-4.595363 0,0 -0.685076,2.650544 -0.792708,3.050363 -0.06916,0.253523 -0.155204,0.524115 -0.254058,0.805812 -0.525,-1.820109 -0.791126,-3.584147 -0.791126,-4.922125 0,-0.378122 0.0329,-1.113914 0.14147,-1.695674 0.05292,-0.414942 0.20524,-0.630416 0.36344,-0.734438 0.312998,0.07485 0.663362,0.548394 1.029126,1.340381 0.31409,0.684733 0.294238,1.477742 0.294238,1.968574 0,0 0.336854,-1.215326 0.258888,-1.933633 -0.04746,-0.431211 -0.463344,-1.540581 -1.347472,-1.527599 h -0.07238 l -0.393946,-0.0041 z m 0.300692,11.019675 c 0.914914,1.814723 2.17672,3.538157 3.83194,4.920606 0.368998,0.307688 0.7616,0.600419 1.165766,0.875596 -3.00594,0.551474 -6.16294,1.327234 -9.0965,2.539645 0.530474,-0.929582 1.104054,-1.942333 1.69162,-3.034481 1.137836,-2.122425 1.82728,-3.759542 2.40716,-5.301228 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/pgp.svg
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="fill:#d94949" d="M 32 29 C 28.306714 29 25 32.017208 25 35.675781 L 25 39 L 23.666016 39 C 22.743159 39 22 39.566417 22 40.470703 L 22 50.367188 C 22 51.272902 22.743159 52 23.666016 52 L 40.333984 52 C 41.256841 52 42 51.272901 42 50.367188 L 42 40.470703 C 42 39.566217 41.256705 38.96692 40.333984 39 L 39 39 L 39 35.675781 C 39 32.018639 35.692857 29 32 29 z M 32 33 C 33.662 33 35 34.349047 35 36.023438 L 35 39 L 29 39 L 29 36.023438 C 29 34.349047 30.338 33 32 33 z"/>
|
|
8
|
-
</svg>
|
package/assets/images/fs/php.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#8561c1" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#ad81f2" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="M 36.333984,32 C 35.597984,32 35,32.955406 35,33.691406 v 2.666016 c -0.026,1.804 3.026,1.804 3,0 V 35 h 2 v 4.642578 l -3.300781,2.271484 C 36.341219,42.153062 36.014,42.550469 36,42.980469 v 2.667969 c -0.026,1.804 3.026,1.804 3,0 v -1.953126 l 3.40625,-2.271484 C 42.76525,41.184828 42.986,40.788422 43,40.357422 V 33.691406 C 43,32.955406 42.402016,32 41.666016,32 Z M 31,33 21,42 31,51 v -4 l -5,-5 5,-5 z m 6.5,15 A 1.5,1.5 0 0 0 36,49.5 1.5,1.5 0 0 0 37.5,51 1.5,1.5 0 0 0 39,49.5 1.5,1.5 0 0 0 37.5,48 Z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="M 36.333984,31 C 35.597984,31 35,31.955406 35,32.691406 v 2.666016 c -0.026,1.804 3.026,1.804 3,0 V 34 h 2 v 4.642578 l -3.300781,2.271484 C 36.341219,41.153062 36.014,41.550469 36,41.980469 v 2.667969 c -0.026,1.804 3.026,1.804 3,0 v -1.953126 l 3.40625,-2.271484 C 42.76525,40.184828 42.986,39.788422 43,39.357422 V 32.691406 C 43,31.955406 42.402016,31 41.666016,31 Z M 31,32 21,41 31,50 v -4 l -5,-5 5,-5 z m 6.5,15 A 1.5,1.5 0 0 0 36,48.5 1.5,1.5 0 0 0 37.5,50 1.5,1.5 0 0 0 39,48.5 1.5,1.5 0 0 0 37.5,47 Z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/png.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
|
|
3
|
-
<path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
|
|
5
|
-
<path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/ppt.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#ff5722" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#ff8660" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 24,34 c -3.31365,0 -6,2.68635 -6,6 0,3.31365 2.68635,6 6,6 3.31365,0 6,-2.68635 6,-6 h -6 z m 9,0 v 3 h 13 v -3 z m 0,7 v 3 h 13 v -3 z m -15,7 v 3 h 22 v -3 z"/>
|
|
8
|
-
<path style="fill:#ffffff" d="M 24 33 C 20.68635 33 18 35.68635 18 39 C 18 42.31365 20.68635 45 24 45 C 27.31365 45 30 42.31365 30 39 L 24 39 L 24 33 z M 33 33 L 33 36 L 46 36 L 46 33 L 33 33 z M 33 40 L 33 43 L 46 43 L 46 40 L 33 40 z M 18 47 L 18 50 L 40 50 L 40 47 L 18 47 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/py.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="fill:#ffa923" d="M 39 34 L 39 37.5 C 39 39.439 37.439 41 35.5 41 L 28.5 41 C 28.5 41 25 41 25 44.5 L 25 50.625 C 25 53.0484 27.7314 55 31.125 55 L 32.875 55 C 36.2686 55 39 53.0484 39 50.625 L 39 48 L 41.625 48 C 44.0484 48 46 45.2686 46 41.875 L 46 40.125 C 46 36.7314 44.0484 34 41.625 34 L 39 34 z M 36.5 49 A 1.5 1.5 0 0 1 38 50.5 A 1.5 1.5 0 0 1 36.5 52 A 1.5 1.5 0 0 1 35 50.5 A 1.5 1.5 0 0 1 36.5 49 z"/>
|
|
8
|
-
<path style="fill:#3084e0" d="M 31.125 27 C 27.7314 27 25 28.9516 25 31.375 L 25 34 L 22.375 34 C 19.9516 34 18 36.7314 18 40.125 L 18 41.875 C 18 45.2686 19.9516 48 22.375 48 L 25 48 L 25 44.5 C 25 42.561 26.561 41 28.5 41 L 35.5 41 C 35.5 41 39 41 39 37.5 L 39 31.375 C 39 28.9516 36.2686 27 32.875 27 L 31.125 27 z M 27.5 30 A 1.5 1.5 0 0 1 29 31.5 A 1.5 1.5 0 0 1 27.5 33 A 1.5 1.5 0 0 1 26 31.5 A 1.5 1.5 0 0 1 27.5 30 z"/>
|
|
9
|
-
</svg>
|
package/assets/images/fs/rar.svg
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#4caf50" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<rect style="opacity:0.2" width="10" height="27" x="18" y="4"/>
|
|
5
|
-
<rect style="fill:#ffffff" width="3" height="3" x="23" y="4"/>
|
|
6
|
-
<rect style="fill:#ffffff" width="3" height="3" x="20" y="25"/>
|
|
7
|
-
<path style="fill:#4b4b4b" d="m 23,25 c 3.75,0 3.75,5.600001 5,5.600001 v 7 c 0,0.775599 -0.5575,1.4 -1.25,1.4 h -7.5 c -0.6925,0 -1.25,-0.624401 -1.25,-1.4 v -7 C 19.25,30.600001 19.25,25 23,25 Z"/>
|
|
8
|
-
<path style="opacity:0.2" d="M 22.667969,32.000001 C 20.082636,32.000001 18,34.102726 18,36.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,51.000001 28,48.897278 28,46.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
|
|
9
|
-
<path style="fill:#ffffff" d="M 22.667969,31.000001 C 20.082636,31.000001 18,33.102726 18,35.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,50.000001 28,47.897278 28,45.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
|
|
10
|
-
<path style="fill:#909090" d="M 22.984375,27.000122 A 1.0001,0.99660733 0 0 0 22,28.010254 v 5.979047 a 1.0001,0.99660733 0 1 0 2,0 v -5.979047 a 1.0001,0.99660733 0 0 0 -1.015625,-1.010132 z"/>
|
|
11
|
-
<rect style="fill:#ffffff" width="3" height="3" x="20" y="7"/>
|
|
12
|
-
<rect style="fill:#ffffff" width="3" height="3" x="23" y="10"/>
|
|
13
|
-
<rect style="fill:#ffffff" width="3" height="3" x="20" y="13"/>
|
|
14
|
-
<rect style="fill:#ffffff" width="3" height="3" x="23" y="16"/>
|
|
15
|
-
<rect style="fill:#ffffff" width="3" height="3" x="20" y="19"/>
|
|
16
|
-
<rect style="fill:#ffffff" width="3" height="3" x="23" y="22"/>
|
|
17
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
18
|
-
<path style="fill:#88cc8b" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
19
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
20
|
-
</svg>
|
package/assets/images/fs/rpm.svg
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
|
|
2
|
-
<rect style="opacity:0.2" width="57" height="57" x="-61" y="-61" rx="2.85" ry="2.85" transform="matrix(0,-1,-1,0,0,0)"/>
|
|
3
|
-
<rect style="fill:#ee4a58" width="57" height="57" x="-60" y="-61" rx="2.85" ry="2.85" transform="matrix(0,-1,-1,0,0,0)"/>
|
|
4
|
-
<path style="opacity:0.2" d="m 7,25 v 14 h 3 v -5 -3 -2 -1 h 6.666016 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 17.751894,28.612239 17.85284,28.798496 17.917969,29 H 21 V 27.800781 C 21,27.042448 20.722135,26.386197 20.167969,25.832031 19.628385,25.277865 18.972135,25 18.199219,25 18,25 7,25 7,25 Z m 16,0 v 14 h 3 V 35.400391 C 26,35.021225 26.132031,34.6931 26.394531,34.416016 26.671615,34.138932 27.006641,34 27.400391,34 h 6.798828 c 0.772916,0 1.429166,-0.26901 1.96875,-0.808594 C 36.722135,32.63724 37,31.972135 37,31.199219 V 27.800781 C 37,27.027865 36.722135,26.371615 36.167969,25.832031 35.613803,25.277865 34.957552,25 34.199219,25 Z m 16,0 v 14 h 3 V 29.400391 C 42,29.021225 42.140345,28.6931 42.408203,28.416016 42.690941,28.138932 43.031809,28 43.433594,28 h 2.142578 c 0.386904,0 0.721168,0.138935 1.003906,0.416016 C 46.862817,28.6931 46.999831,29.021225 47,29.400391 V 39 h 3 V 29.400391 C 50,29.021225 50.161831,28.6931 50.429688,28.416016 50.712426,28.138932 51.055245,28 51.457031,28 h 2.119141 c 0.386904,0 0.721167,0.138935 1.003906,0.416016 C 54.862817,28.6931 54.999831,29.021225 55,29.400391 V 39 h 3 V 27.800781 C 58,27.042448 57.717819,26.386197 57.152344,25.832031 56.601748,25.277865 55.931268,25 55.142578,25 Z m -11.666016,3 h 5.332032 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 33.867405,28.742188 34,29.093751 34,29.5 34,29.921875 33.867402,30.281249 33.603516,30.578125 33.339626,30.859375 33.027126,31 32.666016,31 H 27.333984 C 26.958984,31 26.63889,30.859375 26.375,30.578125 26.125,30.281249 26,29.921875 26,29.5 26,29.093751 26.125,28.742189 26.375,28.445312 26.63889,28.148438 26.958984,28 27.333984,28 Z"/>
|
|
5
|
-
<path style="fill:#ffffff" d="m 7,24 v 14 h 3 v -5 -3 -2 -1 h 6.666016 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 17.751894,27.612239 17.85284,27.798496 17.917969,28 H 21 V 26.800781 C 21,26.042448 20.722135,25.386197 20.167969,24.832031 19.628385,24.277865 18.972135,24 18.199219,24 18,24 7,24 7,24 Z m 16,0 v 14 h 3 V 34.400391 C 26,34.021225 26.132031,33.6931 26.394531,33.416016 26.671615,33.138932 27.006641,33 27.400391,33 h 6.798828 c 0.772916,0 1.429166,-0.26901 1.96875,-0.808594 C 36.722135,31.63724 37,30.972135 37,30.199219 V 26.800781 C 37,26.027865 36.722135,25.371615 36.167969,24.832031 35.613803,24.277865 34.957552,24 34.199219,24 Z m 16,0 v 14 h 3 V 28.400391 C 42,28.021225 42.140345,27.6931 42.408203,27.416016 42.690941,27.138932 43.031809,27 43.433594,27 h 2.142578 c 0.386904,0 0.721168,0.138935 1.003906,0.416016 C 46.862817,27.6931 46.999831,28.021225 47,28.400391 V 38 h 3 V 28.400391 C 50,28.021225 50.161831,27.6931 50.429688,27.416016 50.712426,27.138932 51.055245,27 51.457031,27 h 2.119141 c 0.386904,0 0.721167,0.138935 1.003906,0.416016 C 54.862817,27.6931 54.999831,28.021225 55,28.400391 V 38 h 3 V 26.800781 C 58,26.042448 57.717819,25.386197 57.152344,24.832031 56.601748,24.277865 55.931268,24 55.142578,24 Z m -11.666016,3 h 5.332032 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 33.867405,27.742188 34,28.093751 34,28.5 34,28.921875 33.867402,29.281249 33.603516,29.578125 33.339626,29.859375 33.027126,30 32.666016,30 H 27.333984 C 26.958984,30 26.63889,29.859375 26.375,29.578125 26.125,29.281249 26,28.921875 26,28.5 26,28.093751 26.125,27.742189 26.375,27.445312 26.63889,27.148438 26.958984,27 27.333984,27 Z"/>
|
|
6
|
-
<path style="fill:#ffffff;opacity:0.2" d="M 6.8496094 3 C 5.2707094 3 4 4.2707094 4 5.8496094 L 4 6.8496094 C 4 5.2707094 5.2707094 4 6.8496094 4 L 58.150391 4 C 59.729291 4 61 5.2707094 61 6.8496094 L 61 5.8496094 C 61 4.2707094 59.729291 3 58.150391 3 L 6.8496094 3 z"/>
|
|
7
|
-
</svg>
|
package/assets/images/fs/rs.svg
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
|
|
2
|
-
<path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
|
|
3
|
-
<path style="fill:#dc682a" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
|
|
4
|
-
<path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
|
|
5
|
-
<path style="fill:#e69367" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
|
|
6
|
-
<path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
|
|
7
|
-
<path style="opacity:0.2" d="m 20,48 h -4 v 4 h 14 v -4 h -4 v -4 h 2 c 4,0 4,8 8,8 h 8 c 4,0 4,-8 4,-8 h -5 c 0,0 1,4 -3,4 -2,0 -4,-4 -4,-4 h 1 c 3.32,0 6,-2.6 6,-6 0,-3.4 -2.68,-6 -6,-6 H 16 v 4 h 4 m 15,0 c 1.1,0 2,0.8 2,2 0,1.2 -0.9,2 -2,2 h -9 v -4"/>
|
|
8
|
-
<path style="fill:#ffffff" d="m 20,47 h -4 v 4 h 14 v -4 h -4 v -4 h 2 c 4,0 4,8 8,8 h 8 c 4,0 4,-8 4,-8 h -5 c 0,0 1,4 -3,4 -2,0 -4,-4 -4,-4 h 1 c 3.32,0 6,-2.6 6,-6 0,-3.4 -2.68,-6 -6,-6 H 16 v 4 h 4 m 15,0 c 1.1,0 2,0.8 2,2 0,1.2 -0.9,2 -2,2 h -9 v -4"/>
|
|
9
|
-
</svg>
|