Sha256: 84366d32d2d5b0da8993e81c2123d565fa60ddf5e6590d0bda433f829a46d947

Contents?: true

Size: 1.05 KB

Versions: 24

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Brush2Fill < 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:
                'M16.5357 15.9465L18.657 13.8252L15.475 10.6432L19.0106 7.10768L16.8892 4.98636L13.3537 8.52189L10.1717 5.33991L8.05041 7.46123L16.5357 15.9465ZM13.3537 5.69346L16.1821 2.86504C16.5727 2.47451 17.2058 2.47451 17.5963 2.86504L21.1319 6.40057C21.5224 6.79109 21.5224 7.42426 21.1319 7.81478L18.3035 10.6432L20.7783 13.1181C21.1689 13.5086 21.1689 14.1418 20.7783 14.5323L13.0002 22.3105C12.6096 22.701 11.9765 22.701 11.5859 22.3105L1.68645 12.411C1.29592 12.0205 1.29592 11.3873 1.68645 10.9968L9.46462 3.21859C9.85515 2.82807 10.4883 2.82807 10.8788 3.21859L13.3537 5.69346Z'
            )
          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/brush_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/brush_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/brush_2_fill.rb