Sha256: 0ef1f9b760080a702be617bfb334e19beede5d82eaa6d2210f08f58a1de6de07

Contents?: true

Size: 1.71 KB

Versions: 25

Compression:

Stored size: 1.71 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Hero
      class PresentationChartBar < Base
        def solid
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            aria_hidden: 'true',
            data_slot: 'icon'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M2.25 2.25a.75.75 0 0 0 0 1.5H3v10.5a3 3 0 0 0 3 3h1.21l-1.172 3.513a.75.75 0 0 0 1.424.474l.329-.987h8.418l.33.987a.75.75 0 0 0 1.422-.474l-1.17-3.513H18a3 3 0 0 0 3-3V3.75h.75a.75.75 0 0 0 0-1.5H2.25Zm6.04 16.5.5-1.5h6.42l.5 1.5H8.29Zm7.46-12a.75.75 0 0 0-1.5 0v6a.75.75 0 0 0 1.5 0v-6Zm-3 2.25a.75.75 0 0 0-1.5 0v3.75a.75.75 0 0 0 1.5 0V9Zm-3 2.25a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5Z',
              clip_rule: 'evenodd'
            )
          end
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'none',
            viewbox: '0 0 24 24',
            stroke_width: '1.5',
            stroke: 'currentColor',
            aria_hidden: 'true',
            data_slot: 'icon'
          ) do |s|
            s.path(
              stroke_linecap: 'round',
              stroke_linejoin: 'round',
              d:
                'M3.75 3v11.25A2.25 2.25 0 0 0 6 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0 1 18 16.5h-2.25m-7.5 0h7.5m-7.5 0-1 3m8.5-3 1 3m0 0 .5 1.5m-.5-1.5h-9.5m0 0-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-0.17.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.17.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.16.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.16.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.15.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.15.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.14.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.14.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.13.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.13.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.12.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.12.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.11.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.11.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.10.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.9.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-hero-0.9.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.8.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.7.0 lib/phlex/icons/hero/presentation_chart_bar.rb
phlex-icons-0.6.0 lib/phlex/icons/hero/presentation_chart_bar.rb