Sha256: 35db3b62b6c12a03b20622156ecbfdb0daf5cce775e4a7eff32711ba8ac72e2b

Contents?: true

Size: 845 Bytes

Versions: 18

Compression:

Stored size: 845 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CurrencyEuro < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M4 9.42h1.063C5.4 12.323 7.317 14 10.34 14c.622 0 1.167-.068 1.659-.185v-1.3c-.484.119-1.045.17-1.659.17-2.1 0-3.455-1.198-3.775-3.264h4.017v-.928H6.497v-.936q-.002-.165.008-.329h4.078v-.927H6.618c.388-1.898 1.719-2.985 3.723-2.985.614 0 1.175.05 1.659.177V2.194A6.6 6.6 0 0 0 10.341 2c-2.928 0-4.82 1.569-5.244 4.3H4v.928h1.01v1.265H4v.928z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-1.8.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/currency_euro.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/currency_euro.rb