Sha256: 825253f469bf1dd7bcbc0abdfd3a30df14ffcd5fb5222d6fa78ac78cc419acab

Contents?: true

Size: 1.43 KB

Versions: 25

Compression:

Stored size: 1.43 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EnvelopeAt < 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:
                'M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z'
            )
            s.path(
              d:
                'M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z'
            )
          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_at.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/envelope_at.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/envelope_at.rb