stria-icons/blade-icons

Stria Icons for Laravel Blade

Maintainers

Package info

github.com/twinpath/stria-icons-blade

Homepage

Issues

Language:Blade

pkg:composer/stria-icons/blade-icons

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v0.1.6 2026-06-10 10:41 UTC

This package is auto-updated.

Last update: 2026-06-11 02:56:32 UTC


README

Laravel Blade components wrapper for Stria Icons.

Stria is a unified visual language of pixel-perfect SVG icons, built with absolute geometric precision and zero dependency bloat.

Installation

Install the package via Composer:

composer require stria-icons/blade-icons

Optionally, you can publish the SVG views to your application resources if you want local customizations:

php artisan vendor:publish --tag=stria-icons

Usage

1. Blade Component Syntax

You can use the icons as self-closing Blade components:

<x-stria-solid-user class="w-5 h-5 text-gray-600" />
<x-stria-regular-home class="w-6 h-6 text-indigo-500" />
<x-stria-light-settings class="w-8 h-8" />

2. Blade Directive Syntax

Or you can use the @stria custom directive:

@stria('user', 'solid', ['class' => 'w-5 h-5 text-gray-600'])
@stria('home', 'regular', ['class' => 'w-6 h-6 text-indigo-500'])

Licenses

  • Code (compiler toolchain, wrappers, build scripts): MIT License
  • Icon designs (SVGs in /icons directory): CC BY 4.0