Sha256: 695811518ac25222cdb957b7a165b52e0fa4414c95b6c1697d51c249f62c0adb

Contents?: true

Size: 1.49 KB

Versions: 25

Compression:

Stored size: 1.49 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Hero
      class Forward < Base
        def solid
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            aria_hidden: 'true',
            data_slot: 'icon'
          ) do |s|
            s.path(
              d:
                'M5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69v8.122c0 1.44 1.555 2.343 2.805 1.628L12 14.471v2.34c0 1.44 1.555 2.343 2.805 1.628l7.108-4.061c1.26-.72 1.26-2.536 0-3.256l-7.108-4.061C13.555 6.346 12 7.249 12 8.689v2.34L5.055 7.061Z'
            )
          end
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'none',
            viewbox: '0 0 24 24',
            stroke_width: '1.5',
            stroke: 'currentColor',
            aria_hidden: 'true',
            data_slot: 'icon'
          ) do |s|
            s.path(
              stroke_linecap: 'round',
              stroke_linejoin: 'round',
              d:
                'M3 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061A1.125 1.125 0 0 1 3 16.811V8.69ZM12.75 8.689c0-.864.933-1.406 1.683-.977l7.108 4.061a1.125 1.125 0 0 1 0 1.954l-7.108 4.061a1.125 1.125 0 0 1-1.683-.977V8.69Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-0.17.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.17.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.16.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.16.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.15.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.15.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.14.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.14.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.13.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.13.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.12.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.12.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.11.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.11.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.10.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.9.0 lib/phlex/icons/hero/forward.rb
phlex-icons-hero-0.9.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.8.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.7.0 lib/phlex/icons/hero/forward.rb
phlex-icons-0.6.0 lib/phlex/icons/hero/forward.rb