Sha256: bf45107dcf143c1c03207757e63bd54f1155e1102628864460a1a1274d22aae6

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

<%= svg_symbol ['shapes', 'logos'], folder: true, each: {viewbox: '0, 0, 100, 100'} %>

<%= svg_symbol 'shapes', folder: true do |attributes| %>
  <% attributes[:id] = attributes[:id] + '-logo' %>
  <% attributes[:class] = 'shape' %>
<% end %>

<%= svg_use 'logout-icon' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
svg_hearts_you-0.0.2 spec/rails/dummy/app/views/pages/folder.html.erb
svg_hearts_you-0.0.1 spec/rails/dummy/app/views/pages/folder.html.erb