Sha256: f31fcbb6d3c58f421ee48d44c031c6e24b4757e3b8b858756e05c39ce347ca67

Contents?: true

Size: 1.57 KB

Versions: 14

Compression:

Stored size: 1.57 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BrushAiFill < 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:
                'M4.7134 7.12811L4.46682 7.69379C4.28637 8.10792 3.71357 8.10792 3.53312 7.69379L3.28656 7.12811C2.84706 6.11947 2.05545 5.31641 1.06767 4.87708L0.308047 4.53922C-0.102682 4.35653 -0.102682 3.75881 0.308047 3.57612L1.0252 3.25714C2.03838 2.80651 2.84417 1.97373 3.27612 0.930828L3.52932 0.319534C3.70578 -0.106511 4.29417 -0.106511 4.47063 0.319534L4.72382 0.930828C5.15577 1.97373 5.96158 2.80651 6.9748 3.25714L7.69188 3.57612C8.10271 3.75881 8.10271 4.35653 7.69188 4.53922L6.93228 4.87708C5.94451 5.31641 5.15288 6.11947 4.7134 7.12811ZM18.2278 2.3713L13.2886 6.21289C9.34224 5.23923 5.55843 7.54646 4.5 11.4966C4.39826 11.8763 4.36647 12.262 4.33317 12.666C4.21829 14.0599 4.08554 15.6707 1 17.9966C3.5 19.4966 8 20.9984 11.5016 20.9984C14.8142 20.9984 17.8463 18.7896 18.7444 15.4377C19.0836 14.1719 19.0778 12.895 18.7847 11.7067L22.6253 6.76879C22.9349 6.3707 22.8997 5.80435 22.543 5.44774L19.5488 2.45355C19.1922 2.09694 18.6259 2.06168 18.2278 2.3713ZM16.8952 8.2852C16.8319 8.21952 16.7673 8.15494 16.7015 8.09149L15.5769 6.96685L18.7589 4.49198L20.5046 6.23774L18.0297 9.41972L16.8952 8.2852Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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