Sha256: c2db681cee85d70271e5821cd1968471d0259b524ed3c64a4f6eef39d3cac547

Contents?: true

Size: 628 Bytes

Versions: 18

Compression:

Stored size: 628 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class VuejsFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M1.00098 3H5.00098L12.001 15L19.001 3H23.001L12.001 22L1.00098 3ZM9.66764 3L12.001 7L14.3343 3H18.3694L12.001 14L5.63256 3H9.66764Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/vuejs_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/vuejs_fill.rb