Sha256: c690368b262c341bc1587bc277fa2a737e8aa9058cf3db6396f50b81b4bf3489

Contents?: true

Size: 838 Bytes

Versions: 24

Compression:

Stored size: 838 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Translate < 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:
                'M5 15V17C5 18.0544 5.81588 18.9182 6.85074 18.9945L7 19H10V21H7C4.79086 21 3 19.2091 3 17V15H5ZM18 10L22.4 21H20.245L19.044 18H14.954L13.755 21H11.601L16 10H18ZM17 12.8852L15.753 16H18.245L17 12.8852ZM8 2V4H12V11H8V14H6V11H2V4H6V2H8ZM17 3C19.2091 3 21 4.79086 21 7V9H19V7C19 5.89543 18.1046 5 17 5H14V3H17ZM6 6H4V9H6V6ZM10 6H8V9H10V6Z'
            )
          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/translate.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/translate.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/translate.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/translate.rb