Sha256: 5c4b8d75ad7e3e2dfebaddf831b66e96680457cd924e404083e425be713dedf1

Contents?: true

Size: 925 Bytes

Versions: 24

Compression:

Stored size: 925 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Bookmark3Fill < 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:
                'M4 2H20C20.5523 2 21 2.44772 21 3V22.2763C21 22.5525 20.7761 22.7764 20.5 22.7764C20.4298 22.7764 20.3604 22.7615 20.2963 22.7329L12 19.0313L3.70373 22.7329C3.45155 22.8455 3.15591 22.7322 3.04339 22.4801C3.01478 22.4159 3 22.3465 3 22.2763V3C3 2.44772 3.44772 2 4 2ZM12 13.5L14.9389 15.0451L14.3776 11.7725L16.7553 9.45492L13.4695 8.97746L12 6L10.5305 8.97746L7.24472 9.45492L9.62236 11.7725L9.06107 15.0451L12 13.5Z'
            )
          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_3_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/bookmark_3_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/bookmark_3_fill.rb