Sha256: 7820bfa578bf9a0113599ee1f8c899eb2d9c44a0258c0d536a05f5c855e5cc0a

Contents?: true

Size: 808 Bytes

Versions: 25

Compression:

Stored size: 808 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class FastForwardFill < 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:
                'M7.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696z'
            )
            s.path(
              d:
                'M15.596 7.304a.802.802 0 0 1 0 1.392l-6.363 3.692C8.713 12.69 8 12.345 8 11.692V4.308c0-.653.713-.998 1.233-.696z'
            )
          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/fast_forward_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/fast_forward_fill.rb