Sha256: 80e61aa1ba3a62ae1884bf9cd4ab0ca08b10ef62da4244e9cb14eb737d31993e

Contents?: true

Size: 738 Bytes

Versions: 24

Compression:

Stored size: 738 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SendPlaneFill < 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:
                'M1.94619 9.31543C1.42365 9.14125 1.41953 8.86022 1.95694 8.68108L21.0431 2.31901C21.5716 2.14285 21.8747 2.43866 21.7266 2.95694L16.2734 22.0432C16.1224 22.5716 15.8178 22.59 15.5945 22.0876L12 14L18 6.00005L10 12L1.94619 9.31543Z'
            )
          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/send_plane_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/send_plane_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/send_plane_fill.rb