{"id":18518369,"url":"https://github.com/javisperez/toe-icons","last_synced_at":"2025-04-09T08:31:42.520Z","repository":{"id":34304833,"uuid":"176017418","full_name":"javisperez/toe-icons","owner":"javisperez","description":"Basic, simple and free icons","archived":false,"fork":false,"pushed_at":"2022-12-13T17:37:56.000Z","size":5951,"stargazers_count":4,"open_issues_count":30,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:53:09.584Z","etag":null,"topics":["icons","svg","toe","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/javisperez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-16T19:46:37.000Z","updated_at":"2024-07-24T08:40:58.000Z","dependencies_parsed_at":"2023-01-15T06:15:21.062Z","dependency_job_id":null,"html_url":"https://github.com/javisperez/toe-icons","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javisperez%2Ftoe-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javisperez%2Ftoe-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javisperez%2Ftoe-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javisperez%2Ftoe-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javisperez","download_url":"https://codeload.github.com/javisperez/toe-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248003160,"owners_count":21031743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icons","svg","toe","vue"],"created_at":"2024-11-06T17:13:08.789Z","updated_at":"2025-04-09T08:31:42.028Z","avatar_url":"https://github.com/javisperez.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CI](https://github.com/javisperez/toe-icons/workflows/CI/badge.svg?branch=master)\n\n# Toe Icons\n\n\u003c!-- ![CI](https://github.com/javisperez/toe-icons/workflows/CI/badge.svg) --\u003e\n\nA very minimalist linear icons pack https://javisperez.github.io/toe-icons\n\n## About\n\nThis is a *monorepo* package of icons that includes svg icons and js components (e.g. Vue Components).\n\nThere are currently *two* packages being published from this repository:\n\n`@toe-icons/icons` // contains the svg icons and a few helper json files with info and content\n\n`@toe-icons/vue` // contains the icons vue components\n\n## Installing\n\nYou can install any of the wanted packages from npm:\n\n### Icons\n\n```shell\nnpm install @toe-icons/icons\n```\n\nThis will install the svg icons along with some util json files:\n\n```\n@toe-icons/\n  ./dist\n    icon-tags.json\n    icon-content.json\n    icon-info.json\n    ./svg\n      /[icon].svg\n```\nyou can then import it like:\n\n```js\nimport search from '@toe-icon/icons/dist/svg/search.svg\n```\n\n### Vue components\n```shell\nnpm install @toe-icons/vue\n```\n\nThen you can import it with:\n```js\nimport { TiArrowDown } from \"@toe-icons/vue\"\n```\nor use the plugin version:\n\n```jsx\nimport Vue from \"vue\"\nimport ToeIcons from \"@toe-icons/vue\"\n...\napp.use(ToeIcons, {\n  size: 24\n})\n...\n\u003cti-arrow-down /\u003e\n\n```\n\n#### Plugin Options\nThe Vue plugin version accept the following options:\n\n|  Option  |  Default value  |  Description  |\n| -------- | --------------- | ------------- |\n|  size  |  24  |  Sets the default size for the given icons.  |\n|  spin  |  false  |  Make the icon spin. Useful for things like loading spinners.  |\n|  stroke  |  0  |  Width of the stroke  |\n|  color  |  currentColor  |  Fill color  |\n|  strokeColor  |  currentColor  |  Stroke color  |\n\nAbout me\nI'm no designer, I'm a frontend developer, I just need some specific icons that i decided to do myself for learning purpose mostly :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavisperez%2Ftoe-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavisperez%2Ftoe-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavisperez%2Ftoe-icons/lists"}