{"id":967,"date":"2025-05-11T01:06:18","date_gmt":"2025-05-11T01:06:18","guid":{"rendered":"https:\/\/pensplace.co.uk\/?post_type=wpdmpro&#038;p=967"},"modified":"2025-05-11T01:07:42","modified_gmt":"2025-05-11T01:07:42","slug":"tabler-icons","status":"publish","type":"wpdmpro","link":"https:\/\/pensplace.co.uk\/index.php\/download\/tabler-icons\/","title":{"rendered":"Tabler Icons"},"content":{"rendered":"\n<p>Great dashboard icons. <a href=\"https:\/\/tabler.io\/admin-template\">https:\/\/tabler.io\/admin-template<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Meta data<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Column Name<\/strong><\/th><th><strong>Data<\/strong><\/th><th><strong>Description<\/strong><\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>Tabler Icons<\/td><td>Name of the Pack<\/td><\/tr><tr><td>Shortcode<\/td><td>tabler<\/td><td>Shortcode of the pack used for filtering<\/td><\/tr><tr><td>Github Link<\/td><td><a href=\"https:\/\/github.com\/tabler\/tabler-icons\">https:\/\/github.com\/tabler\/tabler-icons<\/a><\/td><td>Github Repository Link<\/td><\/tr><tr><td>Total<\/td><td><\/td><td>Total Number of Icons<\/td><\/tr><tr><td>Author<\/td><td>Tabler <\/td><td>Author of the Icon Pack<\/td><\/tr><tr><td>Author Link<\/td><td><a href=\"https:\/\/github.com\/tabler\">https:\/\/github.com\/tabler<\/a><\/td><td>Link to the Author<\/td><\/tr><tr><td>Icon SVG<\/td><td>&lt;svg <em>xmlns<\/em>=&#8217;http:\/\/www.w3.org\/2000\/svg&#8217; <em>viewBox<\/em>=&#8217;0 0 68 68&#8242;&gt;<br>&nbsp; &lt;path <em>d<\/em>=&#8217;M64.6 16.2C63 9.9 58.1 5 51.8 3.4 40 1.5 28 1.5 16.2 3.4 9.9 5 5 9.9 3.4 16.2 1.5 28 1.5 40 3.4 51.8 5 58.1 9.9 63 16.2 64.6c11.8 1.9 23.8 1.9 35.6 0C58.1 63 63 58.1 64.6 51.8c1.9-11.8 1.9-23.8 0-35.6zM33.3 36.3c-2.8 4.4-6.6 8.2-11.1 11-1.5.9-3.3.9-4.8.1s-2.4-2.3-2.5-4c0-1.7.9-3.3 2.4-4.1 2.3-1.4 4.4-3.2 6.1-5.3-1.8-2.1-3.8-3.8-6.1-5.3-2.3-1.3-3-4.2-1.7-6.4s4.3-2.9 6.5-1.6c4.5 2.8 8.2 6.5 11.1 10.9 1 1.4 1 3.3.1 4.7zM49.2 46H37.8c-2.1 0-3.8-1-3.8-3s1.7-3 3.8-3h11.4c2.1 0 3.8 1 3.8 3s-1.7 3-3.8 3z&#8217; <em>fill<\/em>=&#8217;#066fd1&#8217;\/&gt;<br>&lt;\/svg&gt;<br><\/td><td>SVG for the Pack Logo, or<\/td><\/tr><tr><td>Logo<\/td><td><\/td><td>PNG or JPG for the Pack Logo<\/td><\/tr><tr><td>Icons CSV<\/td><td><\/td><td>CSV FIle of the Icons<\/td><\/tr><tr><td>Has Categories<\/td><td>Yes<\/td><td>Are categories used to group icons within a pack.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Transformations<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th><strong>Name<\/strong><\/th><th><strong>Transform From<\/strong><\/th><th><strong>Transform To<\/strong><\/th><\/tr><\/thead><tbody><tr><td>1<\/td><td>currentColor<\/td><td>{{IconColor}}<\/td><\/tr><tr><td>2<\/td><td><\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">PowerShell script to create csv from repository.<\/h2>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-powershell\" data-line=\"\">$counter = 1\n$file = &quot;D:\\Appz\\IconManager\\Packs\\CSV\\tabler-20250511.csv&quot;\nwrite-host &quot;Tabler Icons &quot;\n$setName = &quot;tabler&quot;\n\n# Core\n\n$path = &quot;D:\\Appz\\IconManager\\Packs\\tabler-icons\\icons\\*.svg&quot;\n$icons = get-childitem -File $path -recurse\n\n\nForEach($icon in $icons){\n    [string]$svg = Get-Content $icon.FullName;\n   # [array]$split = $icon.Name.Split(&#039;-&#039;)\n    [string]$path = $icon.DirectoryName.Split(&#039;\\&#039;)[-1]\n    $TextInfo = (Get-Culture).TextInfo\n    $string = $icon.Name.Replace(&quot;_&quot;,&quot; &quot;).Replace(&quot;.svg&quot;,&quot;&quot;).Trim()\n \n    # Capitalize the first letter of each word\n    $name = $TextInfo.ToTitleCase($string.ToLower())\n    $name\n    $path\n    $objResults = New-Object PSObject -Property @{\n        pp_id = $counter;\n        pp_name =  $name \n        pp_svg = $svg.Replace(&quot;&quot;&quot;&quot;,&quot;&#039;&quot;);\n        pp_pack = $setName\n        pp_size = &quot;24&quot;\n        pp_category = $path\n    }\n    $counter++\n    $objResults | Export-CSV $file -Append -NoTypeInformation -force\n}\n\nwrite-host &quot;Finished&quot;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Great dashboard icons. https:\/\/tabler.io\/admin-template Meta data Column Name Data Description Name Tabler Icons Name of the Pack Shortcode&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":""},"wpdmcategory":[47],"class_list":["post-967","wpdmpro","type-wpdmpro","status-publish","hentry","wpdmcategory-icon-packs"],"_links":{"self":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmpro\/967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmpro"}],"about":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/types\/wpdmpro"}],"author":[{"embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=967"}],"wp:attachment":[{"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=967"}],"wp:term":[{"taxonomy":"wpdmcategory","embeddable":true,"href":"https:\/\/pensplace.co.uk\/index.php\/wp-json\/wp\/v2\/wpdmcategory?post=967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}