Sha256: 0c33e735961675060536d3569650493376b4f8479c6e8311a2cff56fd6597741

Contents?: true

Size: 949 Bytes

Versions: 14

Compression:

Stored size: 949 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EnvelopeDashFill < 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:
                '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

14 entries across 14 versions & 2 rubygems

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