Sha256: d243babbaf275342a14417baf6f1d12ab8159d338c53805c9a55e667dd7c3c45

Contents?: true

Size: 1.1 KB

Versions: 24

Compression:

Stored size: 1.1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Replay10Fill < 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:
                'M12 2C17.5228 2 22 6.47715 22 12 22 17.5228 17.5228 22 12 22 6.47715 22 2 17.5228 2 12H4C4 16.4183 7.58172 20 12 20 16.4183 20 20 16.4183 20 12 20 7.58172 16.4183 4 12 4 9.53614 4 7.33243 5.11383 5.86492 6.86543L8 9H2V3L4.44656 5.44648C6.28002 3.33509 8.9841 2 12 2ZM14.5 8.25C13.1193 8.25 12 9.36929 12 10.75V13.25C12 14.6307 13.1193 15.75 14.5 15.75 15.8807 15.75 17 14.6307 17 13.25V10.75C17 9.36929 15.8807 8.25 14.5 8.25ZM15.5 10.75V13.25C15.5 13.8023 15.0523 14.25 14.5 14.25 13.9477 14.25 13.5 13.8023 13.5 13.25V10.75C13.5 10.1977 13.9477 9.75 14.5 9.75 15.0523 9.75 15.5 10.1977 15.5 10.75ZM10 8.5H8.5V15.5H10V8.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/replay_10_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/replay_10_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/replay_10_fill.rb