Sha256: dd64f1b2ba1ebbf620850ea59d9c38fd09cfafea628cf8076c39badeb96664dc

Contents?: true

Size: 789 Bytes

Versions: 24

Compression:

Stored size: 789 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Bookmark2Fill < 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:
                'M5 2H19C19.5523 2 20 2.44772 20 3V22.1433C20 22.4194 19.7761 22.6434 19.5 22.6434C19.4061 22.6434 19.314 22.6168 19.2344 22.5669L12 18.0313L4.76559 22.5669C4.53163 22.7136 4.22306 22.6429 4.07637 22.4089C4.02647 22.3293 4 22.2373 4 22.1433V3C4 2.44772 4.44772 2 5 2ZM8 9V11H16V9H8Z'
            )
          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/bookmark_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/bookmark_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/bookmark_2_fill.rb