Sha256: 2410d1cee3d0231cbc3c1fe5852480da45e2ff063992a2cb9a39123d26974829
Contents?: true
Size: 1.79 KB
Versions: 16
Compression:
Stored size: 1.79 KB
Contents
# frozen_string_literal: true # rubocop:disable Layout/LineLength module Phlex module Icons module Remix class VimeoLine < Base def view_template svg( **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) do |s| s.path( d: 'M17.9943 3.00439C20.4268 3.00439 21.9991 4.51608 21.9991 7.49995C21.9991 9.21958 21.0011 11.4397 20.1674 12.7348C17.3783 17.0676 13.9341 21.4745 10.5239 21.4745C6.81821 21.4745 5.85467 14.6436 5.43244 13.0427C5.01021 11.4418 4.89884 10.8338 4.26237 9.81039C3.94484 10.0291 3.50145 10.3387 2.9322 10.7392C2.7084 10.8967 2.39959 10.845 2.23929 10.6233L0.925925 8.80744C0.790064 8.6196 0.801127 8.36301 0.952669 8.18758C3.77969 4.91425 6.12916 3.27759 8.0011 3.27759C10.3929 3.27759 11.1255 6.09282 11.325 7.49995C11.6251 9.61689 12.0159 12.2378 12.5696 13.372C13.1258 12.5804 14.7497 10.4841 14.536 9.38116C14.4418 8.89549 13.2189 9.56533 12.6493 9.45951C12.2242 9.38055 11.8435 9.05783 11.8435 8.43376C11.8435 7.12364 13.6951 3.00439 17.9943 3.00439ZM18.0011 5.00439C15.8066 5.00439 14.75 6.53665 14.3478 7.21187C15.5983 7.25758 16.3173 8.03042 16.4816 9.01513C16.8701 11.3443 14.5653 13.9355 14.1425 14.5797C13.7465 15.183 11.0808 17.9083 9.89184 11.2205C9.77992 10.5911 9.52464 9.05669 9.22685 7.03358C9.05749 5.88298 8.35454 5.27079 7.99796 5.27079C7.15495 5.27079 6.07725 5.92036 4.14249 7.78573C6.04712 7.67086 6.68738 10.0616 7.0586 11.4191C7.87446 14.4028 8.62936 19.4745 10.6785 19.4745C12.4048 19.4745 15.1166 16.8286 18.0483 12.4359C18.2569 12.1235 20.0142 9.41071 20.0142 7.39933C20.0142 5.00439 18.5451 5.00439 18.0011 5.00439Z' ) end end end end end end # rubocop:enable Layout/LineLength
Version data entries
16 entries across 16 versions & 2 rubygems