Sha256: b5ec79648934d000fb2fb0e4c632bf777ab1e2a4fe04e65b9794e190b1012cf6

Contents?: true

Size: 956 Bytes

Versions: 25

Compression:

Stored size: 956 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EnvelopeDashFill < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h6.256A4.5 4.5 0 0 1 8 12.5a4.49 4.49 0 0 1 1.606-3.446l-.367-.225L8 9.586zM16 4.697v4.974A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-1.965.45l-.338-.207z'
            )
            s.path(
              d:
                'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-5.5 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/envelope_dash_fill.rb