Sha256: 7bb5fd8d20891ce805798c4cc873d7409ef92a4626fa2fc7a01acc4daaae012b

Contents?: true

Size: 707 Bytes

Versions: 14

Compression:

Stored size: 707 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Flag
      class Bd < Base
        def square
          svg(
            **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 512 512'
          ) do |s|
            s.path(fill: '#006a4e', d: 'M0 0h512v512H0z')
            s.circle(cx: '230', cy: '256', r: '170.7', fill: '#f42a41')
          end
        end

        def rectangle
          svg(
            **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 640 480'
          ) do |s|
            s.path(fill: '#006a4e', d: 'M0 0h640v480H0z')
            s.circle(cx: '280', cy: '240', r: '160', fill: '#f42a41')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-flag-1.6.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.6.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.5.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.5.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.4.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.4.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.3.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.3.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.2.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.2.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.1.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.1.0 lib/phlex/icons/flag/bd.rb
phlex-icons-flag-1.0.0 lib/phlex/icons/flag/bd.rb
phlex-icons-1.0.0 lib/phlex/icons/flag/bd.rb