Sha256: 21c523593f5da478877662a8b175f9e86361a3733751daa5573ad60ddf5c92d7

Contents?: true

Size: 1.52 KB

Versions: 24

Compression:

Stored size: 1.52 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Forward30Line < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M2 12C2 6.47715 6.47715 2 12 2 15.2713 2 18.1757 3.57075 20.0001 5.99918L20 3.5H22V9.5H17.1655C17.3783 9.86772 17.5 10.2946 17.5 10.75V13.25C17.5 14.6307 16.3807 15.75 15 15.75 13.6193 15.75 12.5 14.6307 12.5 13.25V10.75C12.5 9.36929 13.6193 8.25 15 8.25 15.3556 8.25 15.6938 8.32422 16 8.45802V7.5L18.6155 7.50024C17.1755 5.38734 14.7498 4 12 4 7.58172 4 4 7.58172 4 12 4 16.4183 7.58172 20 12 20 16.4183 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22 6.47715 22 2 17.5228 2 12ZM15 9.75C14.4477 9.75 14 10.1977 14 10.75V13.25C14 13.8023 14.4477 14.25 15 14.25 15.5523 14.25 16 13.8023 16 13.25V10.75C16 10.1977 15.5523 9.75 15 9.75ZM9.37481 12.75C9.71999 12.75 9.99981 13.0298 9.99981 13.375 9.99981 13.7202 9.71999 14 9.37481 14H6.75V15.5H9.37481C10.5484 15.5 11.4998 14.5486 11.4998 13.375 11.4998 12.8506 11.3099 12.3706 10.9951 12 11.3099 11.6294 11.4998 11.1494 11.4998 10.625 11.4998 9.4514 10.5484 8.5 9.37481 8.5H6.75V10H9.37481C9.71999 10 9.99981 10.2798 9.99981 10.625 9.99981 10.9702 9.71999 11.25 9.37481 11.25H7.5V12.75H9.37481Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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