Sha256: 7f945594b9eb8a29e0834d81aff3370181d6097ed709e74993eb8a6ffc19f123

Contents?: true

Size: 962 Bytes

Versions: 18

Compression:

Stored size: 962 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CalendarWeekFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5m3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5M2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-1.8.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/calendar_week_fill.rb