Sha256: 6793f25ef7a3daffb82a1a53e3cadd5438cfb6c72f563b83f23dde4b6b82a42d

Contents?: true

Size: 663 Bytes

Versions: 14

Compression:

Stored size: 663 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ArrowUpCircleFill < 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:
                'M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z'
            )
          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/arrow_up_circle_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/arrow_up_circle_fill.rb