Sha256: b66526a9d70fb702ba532d01a56a4d18cfa00c58efc1a0728e81b1c2cc0a851b

Contents?: true

Size: 989 Bytes

Versions: 14

Compression:

Stored size: 989 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ArrowRepeat < 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:
                'M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41m-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9'
            )
            s.path(
              fill_rule: 'evenodd',
              d:
                'M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5 5 0 0 0 8 3M3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9z'
            )
          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_repeat.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/arrow_repeat.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/arrow_repeat.rb