├── .gitignore ├── .jshintrc ├── .travis.yml ├── Gruntfile.js ├── LICENSE ├── README.md ├── Vagrantfile ├── lib ├── colorfy-from-options.js ├── colorfy.js ├── convert.js ├── directory-colorfy.js ├── directory-convert.js ├── phantomscript.js └── uncomment.js ├── package.json └── test ├── colorfy_test.js ├── directory-colorfy-consecutive_test.js ├── directory-colorfy_test.js ├── files ├── bear.colors-blue-red.svg ├── bear.colors-blue.svg ├── bear.colors-primary-blue-red.svg ├── bear.colors-primary.svg ├── bear.colors-secondary.svg ├── bear.svg ├── directory-colorfy │ ├── bear.svg │ ├── cat.colors-primary-secondary.svg │ ├── consecutive │ │ ├── bear.svg │ │ ├── book.colors-primary-secondary.svg │ │ ├── book.svg │ │ ├── cat.colors-primary-secondary.svg │ │ ├── home.colors-primary-secondary.svg │ │ ├── home.svg │ │ ├── pencil.colors-primary-secondary.svg │ │ └── pencil.svg │ └── large │ │ ├── 0001-home.colors-primary-secondary.svg │ │ ├── 0002-home2.colors-primary-secondary.svg │ │ ├── 0003-home3.colors-primary-secondary.svg │ │ ├── 0004-office.colors-primary-secondary.svg │ │ ├── 0005-newspaper.colors-primary-secondary.svg │ │ ├── 0006-pencil.colors-primary-secondary.svg │ │ ├── 0007-pencil2.colors-primary-secondary.svg │ │ ├── 0008-quill.colors-primary-secondary.svg │ │ ├── 0009-pen.colors-primary-secondary.svg │ │ ├── 0010-blog.colors-primary-secondary.svg │ │ ├── 0011-eyedropper.colors-primary-secondary.svg │ │ ├── 0012-droplet.colors-primary-secondary.svg │ │ ├── 0013-paint-format.colors-primary-secondary.svg │ │ ├── 0014-image.colors-primary-secondary.svg │ │ ├── 0015-images.colors-primary-secondary.svg │ │ ├── 0016-camera.colors-primary-secondary.svg │ │ ├── 0017-headphones.colors-primary-secondary.svg │ │ ├── 0018-music.colors-primary-secondary.svg │ │ ├── 0019-play.colors-primary-secondary.svg │ │ ├── 0020-film.colors-primary-secondary.svg │ │ ├── 0021-video-camera.colors-primary-secondary.svg │ │ ├── 0022-dice.colors-primary-secondary.svg │ │ ├── 0023-pacman.colors-primary-secondary.svg │ │ ├── 0024-spades.colors-primary-secondary.svg │ │ ├── 0025-clubs.colors-primary-secondary.svg │ │ ├── 0026-diamonds.colors-primary-secondary.svg │ │ ├── 0027-bullhorn.colors-primary-secondary.svg │ │ ├── 0028-connection.colors-primary-secondary.svg │ │ ├── 0029-podcast.colors-primary-secondary.svg │ │ ├── 0030-feed.colors-primary-secondary.svg │ │ ├── 0031-mic.colors-primary-secondary.svg │ │ ├── 0032-book.colors-primary-secondary.svg │ │ ├── 0033-books.colors-primary-secondary.svg │ │ ├── 0034-library.colors-primary-secondary.svg │ │ ├── 0035-file-text.colors-primary-secondary.svg │ │ ├── 0036-profile.colors-primary-secondary.svg │ │ ├── 0037-file-empty.colors-primary-secondary.svg │ │ ├── 0038-files-empty.colors-primary-secondary.svg │ │ ├── 0039-file-text2.colors-primary-secondary.svg │ │ ├── 0040-file-picture.colors-primary-secondary.svg │ │ ├── 0041-file-music.colors-primary-secondary.svg │ │ ├── 0042-file-play.colors-primary-secondary.svg │ │ ├── 0043-file-video.colors-primary-secondary.svg │ │ ├── 0044-file-zip.colors-primary-secondary.svg │ │ ├── 0045-copy.colors-primary-secondary.svg │ │ ├── 0046-paste.colors-primary-secondary.svg │ │ ├── 0047-stack.colors-primary-secondary.svg │ │ ├── 0048-folder.colors-primary-secondary.svg │ │ ├── 0049-folder-open.colors-primary-secondary.svg │ │ ├── 0050-folder-plus.colors-primary-secondary.svg │ │ ├── 0051-folder-minus.colors-primary-secondary.svg │ │ ├── 0052-folder-download.colors-primary-secondary.svg │ │ ├── 0053-folder-upload.colors-primary-secondary.svg │ │ ├── 0054-price-tag.colors-primary-secondary.svg │ │ ├── 0055-price-tags.colors-primary-secondary.svg │ │ ├── 0056-barcode.colors-primary-secondary.svg │ │ ├── 0057-qrcode.colors-primary-secondary.svg │ │ ├── 0058-ticket.colors-primary-secondary.svg │ │ ├── 0059-cart.colors-primary-secondary.svg │ │ ├── 0060-coin-dollar.colors-primary-secondary.svg │ │ ├── 0061-coin-euro.colors-primary-secondary.svg │ │ ├── 0062-coin-pound.colors-primary-secondary.svg │ │ ├── 0063-coin-yen.colors-primary-secondary.svg │ │ ├── 0064-credit-card.colors-primary-secondary.svg │ │ ├── 0065-calculator.colors-primary-secondary.svg │ │ ├── 0066-lifebuoy.colors-primary-secondary.svg │ │ ├── 0067-phone.colors-primary-secondary.svg │ │ ├── 0068-phone-hang-up.colors-primary-secondary.svg │ │ ├── 0069-address-book.colors-primary-secondary.svg │ │ ├── 0070-envelop.colors-primary-secondary.svg │ │ ├── 0071-pushpin.colors-primary-secondary.svg │ │ ├── 0072-location.colors-primary-secondary.svg │ │ ├── 0073-location2.colors-primary-secondary.svg │ │ ├── 0074-compass.colors-primary-secondary.svg │ │ ├── 0075-compass2.colors-primary-secondary.svg │ │ ├── 0076-map.colors-primary-secondary.svg │ │ ├── 0077-map2.colors-primary-secondary.svg │ │ ├── 0078-history.colors-primary-secondary.svg │ │ ├── 0079-clock.colors-primary-secondary.svg │ │ ├── 0080-clock2.colors-primary-secondary.svg │ │ ├── 0081-alarm.colors-primary-secondary.svg │ │ ├── 0082-bell.colors-primary-secondary.svg │ │ ├── 0083-stopwatch.colors-primary-secondary.svg │ │ ├── 0084-calendar.colors-primary-secondary.svg │ │ ├── 0085-printer.colors-primary-secondary.svg │ │ ├── 0086-keyboard.colors-primary-secondary.svg │ │ ├── 0087-display.colors-primary-secondary.svg │ │ ├── 0088-laptop.colors-primary-secondary.svg │ │ ├── 0089-mobile.colors-primary-secondary.svg │ │ ├── 0090-mobile2.colors-primary-secondary.svg │ │ ├── 0091-tablet.colors-primary-secondary.svg │ │ ├── 0092-tv.colors-primary-secondary.svg │ │ ├── 0093-drawer.colors-primary-secondary.svg │ │ ├── 0094-drawer2.colors-primary-secondary.svg │ │ ├── 0095-box-add.colors-primary-secondary.svg │ │ ├── 0096-box-remove.colors-primary-secondary.svg │ │ ├── 0097-download.colors-primary-secondary.svg │ │ ├── 0098-upload.colors-primary-secondary.svg │ │ ├── 0099-floppy-disk.colors-primary-secondary.svg │ │ ├── 0100-drive.colors-primary-secondary.svg │ │ ├── 0101-database.colors-primary-secondary.svg │ │ ├── 0102-undo.colors-primary-secondary.svg │ │ ├── 0103-redo.colors-primary-secondary.svg │ │ ├── 0104-undo2.colors-primary-secondary.svg │ │ ├── 0105-redo2.colors-primary-secondary.svg │ │ ├── 0106-forward.colors-primary-secondary.svg │ │ ├── 0107-reply.colors-primary-secondary.svg │ │ ├── 0108-bubble.colors-primary-secondary.svg │ │ ├── 0109-bubbles.colors-primary-secondary.svg │ │ ├── 0110-bubbles2.colors-primary-secondary.svg │ │ ├── 0111-bubble2.colors-primary-secondary.svg │ │ ├── 0112-bubbles3.colors-primary-secondary.svg │ │ ├── 0113-bubbles4.colors-primary-secondary.svg │ │ ├── 0114-user.colors-primary-secondary.svg │ │ ├── 0115-users.colors-primary-secondary.svg │ │ ├── 0116-user-plus.colors-primary-secondary.svg │ │ ├── 0117-user-minus.colors-primary-secondary.svg │ │ ├── 0118-user-check.colors-primary-secondary.svg │ │ ├── 0119-user-tie.colors-primary-secondary.svg │ │ ├── 0120-quotes-left.colors-primary-secondary.svg │ │ ├── 0121-quotes-right.colors-primary-secondary.svg │ │ ├── 0122-hour-glass.colors-primary-secondary.svg │ │ ├── 0123-spinner.colors-primary-secondary.svg │ │ ├── 0124-spinner2.colors-primary-secondary.svg │ │ ├── 0125-spinner3.colors-primary-secondary.svg │ │ ├── 0126-spinner4.colors-primary-secondary.svg │ │ ├── 0127-spinner5.colors-primary-secondary.svg │ │ ├── 0128-spinner6.colors-primary-secondary.svg │ │ ├── 0129-spinner7.colors-primary-secondary.svg │ │ ├── 0130-spinner8.colors-primary-secondary.svg │ │ ├── 0131-spinner9.colors-primary-secondary.svg │ │ ├── 0132-spinner10.colors-primary-secondary.svg │ │ ├── 0133-spinner11.colors-primary-secondary.svg │ │ ├── 0134-binoculars.colors-primary-secondary.svg │ │ ├── 0135-search.colors-primary-secondary.svg │ │ ├── 0136-zoom-in.colors-primary-secondary.svg │ │ ├── 0137-zoom-out.colors-primary-secondary.svg │ │ ├── 0138-enlarge.colors-primary-secondary.svg │ │ ├── 0139-shrink.colors-primary-secondary.svg │ │ ├── 0140-enlarge2.colors-primary-secondary.svg │ │ ├── 0142-key.colors-primary-secondary.svg │ │ ├── 0143-key2.colors-primary-secondary.svg │ │ ├── 0144-lock.colors-primary-secondary.svg │ │ ├── 0145-unlocked.colors-primary-secondary.svg │ │ ├── 0146-wrench.colors-primary-secondary.svg │ │ ├── 0147-equalizer.colors-primary-secondary.svg │ │ ├── 0148-equalizer2.colors-primary-secondary.svg │ │ ├── 0149-cog.colors-primary-secondary.svg │ │ ├── 0150-cogs.colors-primary-secondary.svg │ │ ├── 0151-hammer.colors-primary-secondary.svg │ │ ├── 0152-magic-wand.colors-primary-secondary.svg │ │ ├── 0153-aid-kit.colors-primary-secondary.svg │ │ ├── 0154-bug.colors-primary-secondary.svg │ │ ├── 0155-pie-chart.colors-primary-secondary.svg │ │ ├── 0156-stats-dots.colors-primary-secondary.svg │ │ ├── 0158-stats-bars2.colors-primary-secondary.svg │ │ ├── 0159-trophy.colors-primary-secondary.svg │ │ ├── 0160-gift.colors-primary-secondary.svg │ │ ├── 0161-glass.colors-primary-secondary.svg │ │ ├── 0162-glass2.colors-primary-secondary.svg │ │ ├── 0163-mug.colors-primary-secondary.svg │ │ ├── 0164-spoon-knife.colors-primary-secondary.svg │ │ ├── 0165-leaf.colors-primary-secondary.svg │ │ ├── 0167-meter.colors-primary-secondary.svg │ │ ├── 0168-meter2.colors-primary-secondary.svg │ │ ├── 0169-hammer2.colors-primary-secondary.svg │ │ ├── 0170-fire.colors-primary-secondary.svg │ │ ├── 0171-lab.colors-primary-secondary.svg │ │ ├── 0172-magnet.colors-primary-secondary.svg │ │ ├── 0173-bin.colors-primary-secondary.svg │ │ ├── 0174-bin2.colors-primary-secondary.svg │ │ ├── 0175-briefcase.colors-primary-secondary.svg │ │ ├── 0176-airplane.colors-primary-secondary.svg │ │ ├── 0177-truck.colors-primary-secondary.svg │ │ ├── 0178-road.colors-primary-secondary.svg │ │ ├── 0179-accessibility.colors-primary-secondary.svg │ │ ├── 0180-target.colors-primary-secondary.svg │ │ ├── 0181-shield.colors-primary-secondary.svg │ │ ├── 0182-power.colors-primary-secondary.svg │ │ ├── 0183-switch.colors-primary-secondary.svg │ │ ├── 0184-power-cord.colors-primary-secondary.svg │ │ ├── 0185-clipboard.colors-primary-secondary.svg │ │ ├── 0186-list-numbered.colors-primary-secondary.svg │ │ ├── 0187-list.colors-primary-secondary.svg │ │ ├── 0188-list2.colors-primary-secondary.svg │ │ ├── 0189-tree.colors-primary-secondary.svg │ │ ├── 0190-menu.colors-primary-secondary.svg │ │ ├── 0191-menu2.colors-primary-secondary.svg │ │ ├── 0192-menu3.colors-primary-secondary.svg │ │ ├── 0193-menu4.colors-primary-secondary.svg │ │ ├── 0194-cloud.colors-primary-secondary.svg │ │ ├── 0195-cloud-download.colors-primary-secondary.svg │ │ ├── 0196-cloud-upload.colors-primary-secondary.svg │ │ ├── 0197-cloud-check.colors-primary-secondary.svg │ │ ├── 0198-download2.colors-primary-secondary.svg │ │ ├── 0199-upload2.colors-primary-secondary.svg │ │ ├── 0200-download3.colors-primary-secondary.svg │ │ ├── 0201-upload3.colors-primary-secondary.svg │ │ ├── 0202-sphere.colors-primary-secondary.svg │ │ ├── 0203-earth.colors-primary-secondary.svg │ │ ├── 0204-link.colors-primary-secondary.svg │ │ ├── 0205-flag.colors-primary-secondary.svg │ │ ├── 0206-attachment.colors-primary-secondary.svg │ │ ├── 0207-eye.colors-primary-secondary.svg │ │ ├── 0208-eye-plus.colors-primary-secondary.svg │ │ ├── 0209-eye-minus.colors-primary-secondary.svg │ │ ├── 0210-eye-blocked.colors-primary-secondary.svg │ │ ├── 0211-bookmark.colors-primary-secondary.svg │ │ ├── 0212-bookmarks.colors-primary-secondary.svg │ │ ├── 0213-sun.colors-primary-secondary.svg │ │ ├── 0214-contrast.colors-primary-secondary.svg │ │ ├── 0215-brightness-contrast.colors-primary-secondary.svg │ │ ├── 0216-star-empty.colors-primary-secondary.svg │ │ ├── 0217-star-half.colors-primary-secondary.svg │ │ ├── 0218-star-full.colors-primary-secondary.svg │ │ ├── 0219-heart.colors-primary-secondary.svg │ │ ├── 0220-heart-broken.colors-primary-secondary.svg │ │ ├── 0221-man.colors-primary-secondary.svg │ │ ├── 0222-woman.colors-primary-secondary.svg │ │ ├── 0223-man-woman.colors-primary-secondary.svg │ │ ├── 0224-happy.colors-primary-secondary.svg │ │ ├── 0225-happy2.colors-primary-secondary.svg │ │ ├── 0226-smile.colors-primary-secondary.svg │ │ ├── 0227-smile2.colors-primary-secondary.svg │ │ ├── 0228-tongue.colors-primary-secondary.svg │ │ ├── 0229-tongue2.colors-primary-secondary.svg │ │ ├── 0230-sad.colors-primary-secondary.svg │ │ ├── 0231-sad2.colors-primary-secondary.svg │ │ ├── 0232-wink.colors-primary-secondary.svg │ │ ├── 0233-wink2.colors-primary-secondary.svg │ │ ├── 0234-grin.colors-primary-secondary.svg │ │ ├── 0235-grin2.colors-primary-secondary.svg │ │ ├── 0236-cool.colors-primary-secondary.svg │ │ ├── 0237-cool2.colors-primary-secondary.svg │ │ ├── 0238-angry.colors-primary-secondary.svg │ │ ├── 0239-angry2.colors-primary-secondary.svg │ │ ├── 0240-evil.colors-primary-secondary.svg │ │ ├── 0241-evil2.colors-primary-secondary.svg │ │ ├── 0242-shocked.colors-primary-secondary.svg │ │ ├── 0243-shocked2.colors-primary-secondary.svg │ │ ├── 0244-baffled.colors-primary-secondary.svg │ │ ├── 0245-baffled2.colors-primary-secondary.svg │ │ ├── 0246-confused.colors-primary-secondary.svg │ │ ├── 0247-confused2.colors-primary-secondary.svg │ │ ├── 0248-neutral.colors-primary-secondary.svg │ │ ├── 0249-neutral2.colors-primary-secondary.svg │ │ ├── 0250-hipster.colors-primary-secondary.svg │ │ ├── 0251-hipster2.colors-primary-secondary.svg │ │ ├── 0252-wondering.colors-primary-secondary.svg │ │ ├── 0253-wondering2.colors-primary-secondary.svg │ │ ├── 0254-sleepy.colors-primary-secondary.svg │ │ ├── 0255-sleepy2.colors-primary-secondary.svg │ │ ├── 0256-frustrated.colors-primary-secondary.svg │ │ ├── 0257-frustrated2.colors-primary-secondary.svg │ │ ├── 0258-crying.colors-primary-secondary.svg │ │ ├── 0259-crying2.colors-primary-secondary.svg │ │ ├── 0260-point-up.colors-primary-secondary.svg │ │ ├── 0261-point-right.colors-primary-secondary.svg │ │ ├── 0262-point-down.colors-primary-secondary.svg │ │ ├── 0263-point-left.colors-primary-secondary.svg │ │ ├── 0264-warning.colors-primary-secondary.svg │ │ ├── 0265-notification.colors-primary-secondary.svg │ │ ├── 0266-question.colors-primary-secondary.svg │ │ ├── 0267-plus.colors-primary-secondary.svg │ │ ├── 0268-minus.colors-primary-secondary.svg │ │ ├── 0269-info.colors-primary-secondary.svg │ │ ├── 0270-cancel-circle.colors-primary-secondary.svg │ │ ├── 0271-blocked.colors-primary-secondary.svg │ │ ├── 0272-cross.colors-primary-secondary.svg │ │ ├── 0273-checkmark.colors-primary-secondary.svg │ │ ├── 0274-checkmark2.colors-primary-secondary.svg │ │ ├── 0275-spell-check.colors-primary-secondary.svg │ │ ├── 0276-enter.colors-primary-secondary.svg │ │ ├── 0277-exit.colors-primary-secondary.svg │ │ ├── 0278-play2.colors-primary-secondary.svg │ │ ├── 0279-pause.colors-primary-secondary.svg │ │ ├── 0281-previous.colors-primary-secondary.svg │ │ ├── 0282-next.colors-primary-secondary.svg │ │ ├── 0283-backward.colors-primary-secondary.svg │ │ ├── 0284-forward2.colors-primary-secondary.svg │ │ ├── 0285-play3.colors-primary-secondary.svg │ │ ├── 0286-pause2.colors-primary-secondary.svg │ │ ├── 0287-stop2.colors-primary-secondary.svg │ │ ├── 0288-backward2.colors-primary-secondary.svg │ │ ├── 0289-forward3.colors-primary-secondary.svg │ │ ├── 0290-first.colors-primary-secondary.svg │ │ ├── 0291-last.colors-primary-secondary.svg │ │ ├── 0293-next2.colors-primary-secondary.svg │ │ ├── 0294-eject.colors-primary-secondary.svg │ │ ├── 0295-volume-high.colors-primary-secondary.svg │ │ ├── 0296-volume-medium.colors-primary-secondary.svg │ │ ├── 0297-volume-low.colors-primary-secondary.svg │ │ ├── 0298-volume-mute.colors-primary-secondary.svg │ │ ├── 0299-volume-mute2.colors-primary-secondary.svg │ │ ├── 0300-volume-increase.colors-primary-secondary.svg │ │ ├── 0301-volume-decrease.colors-primary-secondary.svg │ │ ├── 0302-loop.colors-primary-secondary.svg │ │ ├── 0303-loop2.colors-primary-secondary.svg │ │ ├── 0304-infinite.colors-primary-secondary.svg │ │ ├── 0305-shuffle.colors-primary-secondary.svg │ │ ├── 0306-arrow-up-left.colors-primary-secondary.svg │ │ ├── 0307-arrow-up.colors-primary-secondary.svg │ │ ├── 0308-arrow-up-right.colors-primary-secondary.svg │ │ ├── 0309-arrow-right.colors-primary-secondary.svg │ │ ├── 0310-arrow-down-right.colors-primary-secondary.svg │ │ ├── 0311-arrow-down.colors-primary-secondary.svg │ │ ├── 0312-arrow-down-left.colors-primary-secondary.svg │ │ ├── 0313-arrow-left.colors-primary-secondary.svg │ │ ├── 0314-arrow-up-left2.colors-primary-secondary.svg │ │ ├── 0315-arrow-up2.colors-primary-secondary.svg │ │ ├── 0316-arrow-up-right2.colors-primary-secondary.svg │ │ ├── 0317-arrow-right2.colors-primary-secondary.svg │ │ ├── 0318-arrow-down-right2.colors-primary-secondary.svg │ │ ├── 0319-arrow-down2.colors-primary-secondary.svg │ │ ├── 0320-arrow-down-left2.colors-primary-secondary.svg │ │ ├── 0321-arrow-left2.colors-primary-secondary.svg │ │ ├── 0322-circle-up.colors-primary-secondary.svg │ │ ├── 0323-circle-right.colors-primary-secondary.svg │ │ ├── 0324-circle-down.colors-primary-secondary.svg │ │ ├── 0325-circle-left.colors-primary-secondary.svg │ │ ├── 0326-tab.colors-primary-secondary.svg │ │ ├── 0327-move-up.colors-primary-secondary.svg │ │ ├── 0328-move-down.colors-primary-secondary.svg │ │ ├── 0329-sort-alpha-asc.colors-primary-secondary.svg │ │ ├── 0330-sort-alpha-desc.colors-primary-secondary.svg │ │ ├── 0331-sort-numeric-asc.colors-primary-secondary.svg │ │ ├── 0332-sort-numberic-desc.colors-primary-secondary.svg │ │ ├── 0333-sort-amount-asc.colors-primary-secondary.svg │ │ ├── 0334-sort-amount-desc.colors-primary-secondary.svg │ │ ├── 0335-command.colors-primary-secondary.svg │ │ ├── 0336-shift.colors-primary-secondary.svg │ │ ├── 0337-ctrl.colors-primary-secondary.svg │ │ ├── 0338-opt.colors-primary-secondary.svg │ │ ├── 0339-checkbox-checked.colors-primary-secondary.svg │ │ ├── 0340-checkbox-unchecked.colors-primary-secondary.svg │ │ ├── 0341-radio-checked.colors-primary-secondary.svg │ │ ├── 0342-radio-checked2.colors-primary-secondary.svg │ │ ├── 0343-radio-unchecked.colors-primary-secondary.svg │ │ ├── 0344-crop.colors-primary-secondary.svg │ │ ├── 0345-make-group.colors-primary-secondary.svg │ │ ├── 0346-ungroup.colors-primary-secondary.svg │ │ ├── 0347-scissors.colors-primary-secondary.svg │ │ ├── 0348-filter.colors-primary-secondary.svg │ │ ├── 0349-font.colors-primary-secondary.svg │ │ ├── 0350-ligature.colors-primary-secondary.svg │ │ ├── 0351-ligature2.colors-primary-secondary.svg │ │ ├── 0352-text-height.colors-primary-secondary.svg │ │ ├── 0353-text-width.colors-primary-secondary.svg │ │ ├── 0354-font-size.colors-primary-secondary.svg │ │ ├── 0355-bold.colors-primary-secondary.svg │ │ ├── 0356-underline.colors-primary-secondary.svg │ │ ├── 0357-italic.colors-primary-secondary.svg │ │ ├── 0358-strikethrough.colors-primary-secondary.svg │ │ ├── 0359-omega.colors-primary-secondary.svg │ │ ├── 0360-sigma.colors-primary-secondary.svg │ │ ├── 0361-page-break.colors-primary-secondary.svg │ │ ├── 0362-superscript.colors-primary-secondary.svg │ │ ├── 0363-subscript.colors-primary-secondary.svg │ │ ├── 0364-superscript2.colors-primary-secondary.svg │ │ ├── 0365-subscript2.colors-primary-secondary.svg │ │ ├── 0366-text-color.colors-primary-secondary.svg │ │ ├── 0367-pagebreak.colors-primary-secondary.svg │ │ ├── 0368-clear-formatting.colors-primary-secondary.svg │ │ ├── 0369-table.colors-primary-secondary.svg │ │ ├── 0370-table2.colors-primary-secondary.svg │ │ ├── 0371-insert-template.colors-primary-secondary.svg │ │ ├── 0372-pilcrow.colors-primary-secondary.svg │ │ ├── 0373-ltr.colors-primary-secondary.svg │ │ ├── 0374-rtl.colors-primary-secondary.svg │ │ ├── 0375-section.colors-primary-secondary.svg │ │ ├── 0376-paragraph-left.colors-primary-secondary.svg │ │ ├── 0377-paragraph-center.colors-primary-secondary.svg │ │ ├── 0378-paragraph-right.colors-primary-secondary.svg │ │ ├── 0379-paragraph-justify.colors-primary-secondary.svg │ │ ├── 0380-indent-increase.colors-primary-secondary.svg │ │ ├── 0381-indent-decrease.colors-primary-secondary.svg │ │ ├── 0382-share.colors-primary-secondary.svg │ │ ├── 0383-new-tab.colors-primary-secondary.svg │ │ ├── 0384-embed.colors-primary-secondary.svg │ │ ├── 0385-embed2.colors-primary-secondary.svg │ │ ├── 0386-terminal.colors-primary-secondary.svg │ │ ├── 0387-share2.colors-primary-secondary.svg │ │ ├── 0388-mail.colors-primary-secondary.svg │ │ ├── 0389-mail2.colors-primary-secondary.svg │ │ ├── 0390-mail3.colors-primary-secondary.svg │ │ ├── 0391-mail4.colors-primary-secondary.svg │ │ ├── 0392-google.colors-primary-secondary.svg │ │ ├── 0393-google-plus.colors-primary-secondary.svg │ │ ├── 0394-google-plus2.colors-primary-secondary.svg │ │ ├── 0395-google-plus3.colors-primary-secondary.svg │ │ ├── 0396-google-drive.colors-primary-secondary.svg │ │ ├── 0397-facebook.colors-primary-secondary.svg │ │ ├── 0398-facebook2.colors-primary-secondary.svg │ │ ├── 0399-facebook3.colors-primary-secondary.svg │ │ ├── 0400-ello.colors-primary-secondary.svg │ │ ├── 0401-instagram.colors-primary-secondary.svg │ │ ├── 0402-twitter.colors-primary-secondary.svg │ │ ├── 0403-twitter2.colors-primary-secondary.svg │ │ ├── 0404-twitter3.colors-primary-secondary.svg │ │ ├── 0405-feed2.colors-primary-secondary.svg │ │ ├── 0406-feed3.colors-primary-secondary.svg │ │ ├── 0407-feed4.colors-primary-secondary.svg │ │ ├── 0408-youtube.colors-primary-secondary.svg │ │ ├── 0409-youtube2.colors-primary-secondary.svg │ │ ├── 0410-youtube3.colors-primary-secondary.svg │ │ ├── 0411-youtube4.colors-primary-secondary.svg │ │ ├── 0412-twitch.colors-primary-secondary.svg │ │ ├── 0413-vimeo.colors-primary-secondary.svg │ │ ├── 0414-vimeo2.colors-primary-secondary.svg │ │ ├── 0415-vimeo3.colors-primary-secondary.svg │ │ ├── 0416-lanyrd.colors-primary-secondary.svg │ │ ├── 0417-flickr.colors-primary-secondary.svg │ │ ├── 0419-flickr3.colors-primary-secondary.svg │ │ ├── 0420-flickr4.colors-primary-secondary.svg │ │ ├── 0421-picassa.colors-primary-secondary.svg │ │ ├── 0422-picassa2.colors-primary-secondary.svg │ │ ├── 0423-dribbble.colors-primary-secondary.svg │ │ ├── 0424-dribbble2.colors-primary-secondary.svg │ │ ├── 0425-dribbble3.colors-primary-secondary.svg │ │ ├── 0426-forrst.colors-primary-secondary.svg │ │ ├── 0427-forrst2.colors-primary-secondary.svg │ │ ├── 0428-deviantart.colors-primary-secondary.svg │ │ ├── 0429-deviantart2.colors-primary-secondary.svg │ │ ├── 0430-steam.colors-primary-secondary.svg │ │ ├── 0431-steam2.colors-primary-secondary.svg │ │ ├── 0432-dropbox.colors-primary-secondary.svg │ │ ├── 0433-onedrive.colors-primary-secondary.svg │ │ ├── 0434-github.colors-primary-secondary.svg │ │ ├── 0435-github2.colors-primary-secondary.svg │ │ ├── 0436-github3.colors-primary-secondary.svg │ │ ├── 0437-github4.colors-primary-secondary.svg │ │ ├── 0438-github5.colors-primary-secondary.svg │ │ ├── 0439-wordpress.colors-primary-secondary.svg │ │ ├── 0440-wordpress2.colors-primary-secondary.svg │ │ ├── 0441-joomla.colors-primary-secondary.svg │ │ ├── 0442-blogger.colors-primary-secondary.svg │ │ ├── 0443-blogger2.colors-primary-secondary.svg │ │ ├── 0444-tumblr.colors-primary-secondary.svg │ │ ├── 0445-tumblr2.colors-primary-secondary.svg │ │ ├── 0446-yahoo.colors-primary-secondary.svg │ │ ├── 0447-tux.colors-primary-secondary.svg │ │ ├── 0448-apple.colors-primary-secondary.svg │ │ ├── 0449-finder.colors-primary-secondary.svg │ │ ├── 0450-android.colors-primary-secondary.svg │ │ ├── 0451-windows.colors-primary-secondary.svg │ │ ├── 0452-windows8.colors-primary-secondary.svg │ │ ├── 0453-soundcloud.colors-primary-secondary.svg │ │ ├── 0454-soundcloud2.colors-primary-secondary.svg │ │ ├── 0455-skype.colors-primary-secondary.svg │ │ ├── 0456-reddit.colors-primary-secondary.svg │ │ ├── 0457-linkedin.colors-primary-secondary.svg │ │ ├── 0458-linkedin2.colors-primary-secondary.svg │ │ ├── 0459-lastfm.colors-primary-secondary.svg │ │ ├── 0460-lastfm2.colors-primary-secondary.svg │ │ ├── 0461-delicious.colors-primary-secondary.svg │ │ ├── 0462-stumbleupon.colors-primary-secondary.svg │ │ ├── 0463-stumbleupon2.colors-primary-secondary.svg │ │ ├── 0464-stackoverflow.colors-primary-secondary.svg │ │ ├── 0465-pinterest.colors-primary-secondary.svg │ │ ├── 0466-pinterest2.colors-primary-secondary.svg │ │ ├── 0467-xing.colors-primary-secondary.svg │ │ ├── 0468-xing2.colors-primary-secondary.svg │ │ ├── 0469-flattr.colors-primary-secondary.svg │ │ ├── 0470-foursquare.colors-primary-secondary.svg │ │ ├── 0471-paypal.colors-primary-secondary.svg │ │ ├── 0472-paypal2.colors-primary-secondary.svg │ │ ├── 0473-paypal3.colors-primary-secondary.svg │ │ ├── 0474-yelp.colors-primary-secondary.svg │ │ ├── 0475-file-pdf.colors-primary-secondary.svg │ │ ├── 0476-file-openoffice.colors-primary-secondary.svg │ │ ├── 0477-file-word.colors-primary-secondary.svg │ │ ├── 0478-file-excel.colors-primary-secondary.svg │ │ ├── 0479-libreoffice.colors-primary-secondary.svg │ │ ├── 0480-html5.colors-primary-secondary.svg │ │ ├── 0481-html52.colors-primary-secondary.svg │ │ ├── 0482-css3.colors-primary-secondary.svg │ │ ├── 0483-git.colors-primary-secondary.svg │ │ ├── 0484-svg.colors-primary-secondary.svg │ │ ├── 0485-codepen.colors-primary-secondary.svg │ │ ├── 0486-chrome.colors-primary-secondary.svg │ │ ├── 0487-firefox.colors-primary-secondary.svg │ │ ├── 0488-IE.colors-primary-secondary.svg │ │ ├── 0489-opera.colors-primary-secondary.svg │ │ ├── 0490-safari.colors-primary-secondary.svg │ │ └── 0491-IcoMoon.colors-primary-secondary.svg └── stroke-example.colors-red.svg ├── large └── directory-colorfy-large_test.js └── uncomment_test.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/.gitignore -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/.jshintrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/.travis.yml -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/Vagrantfile -------------------------------------------------------------------------------- /lib/colorfy-from-options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/colorfy-from-options.js -------------------------------------------------------------------------------- /lib/colorfy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/colorfy.js -------------------------------------------------------------------------------- /lib/convert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/convert.js -------------------------------------------------------------------------------- /lib/directory-colorfy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/directory-colorfy.js -------------------------------------------------------------------------------- /lib/directory-convert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/directory-convert.js -------------------------------------------------------------------------------- /lib/phantomscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/phantomscript.js -------------------------------------------------------------------------------- /lib/uncomment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/lib/uncomment.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/package.json -------------------------------------------------------------------------------- /test/colorfy_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/colorfy_test.js -------------------------------------------------------------------------------- /test/directory-colorfy-consecutive_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/directory-colorfy-consecutive_test.js -------------------------------------------------------------------------------- /test/directory-colorfy_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/directory-colorfy_test.js -------------------------------------------------------------------------------- /test/files/bear.colors-blue-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.colors-blue-red.svg -------------------------------------------------------------------------------- /test/files/bear.colors-blue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.colors-blue.svg -------------------------------------------------------------------------------- /test/files/bear.colors-primary-blue-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.colors-primary-blue-red.svg -------------------------------------------------------------------------------- /test/files/bear.colors-primary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.colors-primary.svg -------------------------------------------------------------------------------- /test/files/bear.colors-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.colors-secondary.svg -------------------------------------------------------------------------------- /test/files/bear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/bear.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/bear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/bear.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/cat.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/cat.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/bear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/bear.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/book.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/book.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/book.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/cat.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/cat.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/home.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/home.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/home.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/pencil.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/pencil.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/consecutive/pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/consecutive/pencil.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0001-home.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0001-home.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0002-home2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0002-home2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0003-home3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0003-home3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0004-office.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0004-office.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0005-newspaper.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0005-newspaper.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0006-pencil.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0006-pencil.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0007-pencil2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0007-pencil2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0008-quill.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0008-quill.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0009-pen.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0009-pen.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0010-blog.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0010-blog.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0011-eyedropper.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0011-eyedropper.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0012-droplet.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0012-droplet.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0013-paint-format.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0013-paint-format.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0014-image.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0014-image.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0015-images.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0015-images.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0016-camera.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0016-camera.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0017-headphones.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0017-headphones.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0018-music.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0018-music.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0019-play.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0019-play.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0020-film.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0020-film.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0021-video-camera.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0021-video-camera.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0022-dice.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0022-dice.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0023-pacman.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0023-pacman.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0024-spades.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0024-spades.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0025-clubs.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0025-clubs.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0026-diamonds.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0026-diamonds.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0027-bullhorn.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0027-bullhorn.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0028-connection.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0028-connection.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0029-podcast.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0029-podcast.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0030-feed.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0030-feed.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0031-mic.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0031-mic.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0032-book.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0032-book.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0033-books.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0033-books.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0034-library.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0034-library.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0035-file-text.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0035-file-text.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0036-profile.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0036-profile.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0037-file-empty.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0037-file-empty.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0038-files-empty.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0038-files-empty.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0039-file-text2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0039-file-text2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0040-file-picture.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0040-file-picture.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0041-file-music.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0041-file-music.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0042-file-play.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0042-file-play.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0043-file-video.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0043-file-video.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0044-file-zip.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0044-file-zip.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0045-copy.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0045-copy.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0046-paste.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0046-paste.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0047-stack.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0047-stack.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0048-folder.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0048-folder.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0049-folder-open.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0049-folder-open.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0050-folder-plus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0050-folder-plus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0051-folder-minus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0051-folder-minus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0052-folder-download.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0052-folder-download.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0053-folder-upload.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0053-folder-upload.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0054-price-tag.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0054-price-tag.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0055-price-tags.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0055-price-tags.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0056-barcode.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0056-barcode.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0057-qrcode.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0057-qrcode.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0058-ticket.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0058-ticket.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0059-cart.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0059-cart.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0060-coin-dollar.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0060-coin-dollar.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0061-coin-euro.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0061-coin-euro.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0062-coin-pound.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0062-coin-pound.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0063-coin-yen.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0063-coin-yen.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0064-credit-card.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0064-credit-card.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0065-calculator.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0065-calculator.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0066-lifebuoy.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0066-lifebuoy.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0067-phone.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0067-phone.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0068-phone-hang-up.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0068-phone-hang-up.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0069-address-book.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0069-address-book.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0070-envelop.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0070-envelop.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0071-pushpin.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0071-pushpin.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0072-location.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0072-location.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0073-location2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0073-location2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0074-compass.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0074-compass.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0075-compass2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0075-compass2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0076-map.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0076-map.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0077-map2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0077-map2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0078-history.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0078-history.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0079-clock.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0079-clock.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0080-clock2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0080-clock2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0081-alarm.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0081-alarm.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0082-bell.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0082-bell.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0083-stopwatch.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0083-stopwatch.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0084-calendar.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0084-calendar.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0085-printer.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0085-printer.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0086-keyboard.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0086-keyboard.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0087-display.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0087-display.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0088-laptop.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0088-laptop.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0089-mobile.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0089-mobile.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0090-mobile2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0090-mobile2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0091-tablet.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0091-tablet.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0092-tv.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0092-tv.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0093-drawer.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0093-drawer.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0094-drawer2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0094-drawer2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0095-box-add.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0095-box-add.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0096-box-remove.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0096-box-remove.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0097-download.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0097-download.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0098-upload.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0098-upload.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0099-floppy-disk.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0099-floppy-disk.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0100-drive.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0100-drive.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0101-database.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0101-database.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0102-undo.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0102-undo.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0103-redo.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0103-redo.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0104-undo2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0104-undo2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0105-redo2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0105-redo2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0106-forward.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0106-forward.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0107-reply.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0107-reply.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0108-bubble.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0108-bubble.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0109-bubbles.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0109-bubbles.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0110-bubbles2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0110-bubbles2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0111-bubble2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0111-bubble2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0112-bubbles3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0112-bubbles3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0113-bubbles4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0113-bubbles4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0114-user.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0114-user.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0115-users.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0115-users.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0116-user-plus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0116-user-plus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0117-user-minus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0117-user-minus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0118-user-check.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0118-user-check.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0119-user-tie.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0119-user-tie.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0120-quotes-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0120-quotes-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0121-quotes-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0121-quotes-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0122-hour-glass.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0122-hour-glass.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0123-spinner.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0123-spinner.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0124-spinner2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0124-spinner2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0125-spinner3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0125-spinner3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0126-spinner4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0126-spinner4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0127-spinner5.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0127-spinner5.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0128-spinner6.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0128-spinner6.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0129-spinner7.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0129-spinner7.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0130-spinner8.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0130-spinner8.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0131-spinner9.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0131-spinner9.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0132-spinner10.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0132-spinner10.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0133-spinner11.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0133-spinner11.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0134-binoculars.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0134-binoculars.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0135-search.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0135-search.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0136-zoom-in.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0136-zoom-in.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0137-zoom-out.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0137-zoom-out.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0138-enlarge.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0138-enlarge.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0139-shrink.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0139-shrink.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0140-enlarge2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0140-enlarge2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0142-key.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0142-key.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0143-key2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0143-key2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0144-lock.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0144-lock.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0145-unlocked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0145-unlocked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0146-wrench.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0146-wrench.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0147-equalizer.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0147-equalizer.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0148-equalizer2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0148-equalizer2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0149-cog.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0149-cog.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0150-cogs.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0150-cogs.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0151-hammer.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0151-hammer.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0152-magic-wand.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0152-magic-wand.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0153-aid-kit.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0153-aid-kit.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0154-bug.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0154-bug.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0155-pie-chart.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0155-pie-chart.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0156-stats-dots.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0156-stats-dots.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0158-stats-bars2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0158-stats-bars2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0159-trophy.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0159-trophy.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0160-gift.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0160-gift.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0161-glass.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0161-glass.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0162-glass2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0162-glass2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0163-mug.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0163-mug.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0164-spoon-knife.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0164-spoon-knife.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0165-leaf.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0165-leaf.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0167-meter.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0167-meter.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0168-meter2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0168-meter2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0169-hammer2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0169-hammer2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0170-fire.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0170-fire.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0171-lab.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0171-lab.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0172-magnet.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0172-magnet.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0173-bin.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0173-bin.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0174-bin2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0174-bin2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0175-briefcase.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0175-briefcase.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0176-airplane.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0176-airplane.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0177-truck.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0177-truck.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0178-road.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0178-road.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0179-accessibility.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0179-accessibility.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0180-target.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0180-target.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0181-shield.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0181-shield.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0182-power.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0182-power.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0183-switch.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0183-switch.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0184-power-cord.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0184-power-cord.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0185-clipboard.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0185-clipboard.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0186-list-numbered.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0186-list-numbered.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0187-list.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0187-list.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0188-list2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0188-list2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0189-tree.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0189-tree.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0190-menu.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0190-menu.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0191-menu2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0191-menu2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0192-menu3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0192-menu3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0193-menu4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0193-menu4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0194-cloud.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0194-cloud.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0195-cloud-download.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0195-cloud-download.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0196-cloud-upload.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0196-cloud-upload.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0197-cloud-check.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0197-cloud-check.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0198-download2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0198-download2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0199-upload2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0199-upload2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0200-download3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0200-download3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0201-upload3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0201-upload3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0202-sphere.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0202-sphere.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0203-earth.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0203-earth.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0204-link.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0204-link.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0205-flag.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0205-flag.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0206-attachment.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0206-attachment.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0207-eye.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0207-eye.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0208-eye-plus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0208-eye-plus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0209-eye-minus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0209-eye-minus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0210-eye-blocked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0210-eye-blocked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0211-bookmark.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0211-bookmark.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0212-bookmarks.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0212-bookmarks.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0213-sun.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0213-sun.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0214-contrast.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0214-contrast.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0215-brightness-contrast.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0215-brightness-contrast.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0216-star-empty.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0216-star-empty.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0217-star-half.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0217-star-half.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0218-star-full.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0218-star-full.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0219-heart.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0219-heart.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0220-heart-broken.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0220-heart-broken.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0221-man.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0221-man.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0222-woman.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0222-woman.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0223-man-woman.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0223-man-woman.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0224-happy.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0224-happy.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0225-happy2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0225-happy2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0226-smile.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0226-smile.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0227-smile2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0227-smile2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0228-tongue.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0228-tongue.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0229-tongue2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0229-tongue2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0230-sad.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0230-sad.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0231-sad2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0231-sad2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0232-wink.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0232-wink.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0233-wink2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0233-wink2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0234-grin.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0234-grin.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0235-grin2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0235-grin2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0236-cool.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0236-cool.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0237-cool2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0237-cool2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0238-angry.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0238-angry.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0239-angry2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0239-angry2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0240-evil.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0240-evil.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0241-evil2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0241-evil2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0242-shocked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0242-shocked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0243-shocked2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0243-shocked2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0244-baffled.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0244-baffled.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0245-baffled2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0245-baffled2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0246-confused.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0246-confused.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0247-confused2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0247-confused2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0248-neutral.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0248-neutral.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0249-neutral2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0249-neutral2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0250-hipster.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0250-hipster.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0251-hipster2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0251-hipster2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0252-wondering.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0252-wondering.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0253-wondering2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0253-wondering2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0254-sleepy.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0254-sleepy.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0255-sleepy2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0255-sleepy2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0256-frustrated.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0256-frustrated.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0257-frustrated2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0257-frustrated2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0258-crying.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0258-crying.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0259-crying2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0259-crying2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0260-point-up.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0260-point-up.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0261-point-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0261-point-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0262-point-down.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0262-point-down.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0263-point-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0263-point-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0264-warning.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0264-warning.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0265-notification.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0265-notification.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0266-question.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0266-question.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0267-plus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0267-plus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0268-minus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0268-minus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0269-info.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0269-info.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0270-cancel-circle.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0270-cancel-circle.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0271-blocked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0271-blocked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0272-cross.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0272-cross.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0273-checkmark.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0273-checkmark.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0274-checkmark2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0274-checkmark2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0275-spell-check.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0275-spell-check.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0276-enter.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0276-enter.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0277-exit.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0277-exit.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0278-play2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0278-play2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0279-pause.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0279-pause.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0281-previous.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0281-previous.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0282-next.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0282-next.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0283-backward.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0283-backward.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0284-forward2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0284-forward2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0285-play3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0285-play3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0286-pause2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0286-pause2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0287-stop2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0287-stop2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0288-backward2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0288-backward2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0289-forward3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0289-forward3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0290-first.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0290-first.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0291-last.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0291-last.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0293-next2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0293-next2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0294-eject.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0294-eject.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0295-volume-high.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0295-volume-high.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0296-volume-medium.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0296-volume-medium.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0297-volume-low.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0297-volume-low.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0298-volume-mute.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0298-volume-mute.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0299-volume-mute2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0299-volume-mute2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0300-volume-increase.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0300-volume-increase.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0301-volume-decrease.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0301-volume-decrease.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0302-loop.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0302-loop.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0303-loop2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0303-loop2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0304-infinite.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0304-infinite.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0305-shuffle.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0305-shuffle.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0306-arrow-up-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0306-arrow-up-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0307-arrow-up.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0307-arrow-up.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0308-arrow-up-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0308-arrow-up-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0309-arrow-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0309-arrow-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0310-arrow-down-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0310-arrow-down-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0311-arrow-down.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0311-arrow-down.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0312-arrow-down-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0312-arrow-down-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0313-arrow-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0313-arrow-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0314-arrow-up-left2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0314-arrow-up-left2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0315-arrow-up2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0315-arrow-up2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0316-arrow-up-right2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0316-arrow-up-right2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0317-arrow-right2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0317-arrow-right2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0318-arrow-down-right2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0318-arrow-down-right2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0319-arrow-down2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0319-arrow-down2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0320-arrow-down-left2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0320-arrow-down-left2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0321-arrow-left2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0321-arrow-left2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0322-circle-up.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0322-circle-up.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0323-circle-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0323-circle-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0324-circle-down.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0324-circle-down.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0325-circle-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0325-circle-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0326-tab.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0326-tab.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0327-move-up.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0327-move-up.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0328-move-down.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0328-move-down.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0329-sort-alpha-asc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0329-sort-alpha-asc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0330-sort-alpha-desc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0330-sort-alpha-desc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0331-sort-numeric-asc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0331-sort-numeric-asc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0332-sort-numberic-desc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0332-sort-numberic-desc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0333-sort-amount-asc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0333-sort-amount-asc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0334-sort-amount-desc.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0334-sort-amount-desc.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0335-command.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0335-command.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0336-shift.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0336-shift.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0337-ctrl.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0337-ctrl.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0338-opt.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0338-opt.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0339-checkbox-checked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0339-checkbox-checked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0340-checkbox-unchecked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0340-checkbox-unchecked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0341-radio-checked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0341-radio-checked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0342-radio-checked2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0342-radio-checked2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0343-radio-unchecked.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0343-radio-unchecked.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0344-crop.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0344-crop.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0345-make-group.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0345-make-group.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0346-ungroup.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0346-ungroup.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0347-scissors.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0347-scissors.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0348-filter.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0348-filter.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0349-font.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0349-font.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0350-ligature.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0350-ligature.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0351-ligature2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0351-ligature2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0352-text-height.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0352-text-height.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0353-text-width.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0353-text-width.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0354-font-size.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0354-font-size.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0355-bold.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0355-bold.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0356-underline.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0356-underline.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0357-italic.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0357-italic.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0358-strikethrough.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0358-strikethrough.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0359-omega.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0359-omega.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0360-sigma.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0360-sigma.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0361-page-break.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0361-page-break.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0362-superscript.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0362-superscript.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0363-subscript.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0363-subscript.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0364-superscript2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0364-superscript2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0365-subscript2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0365-subscript2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0366-text-color.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0366-text-color.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0367-pagebreak.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0367-pagebreak.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0368-clear-formatting.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0368-clear-formatting.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0369-table.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0369-table.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0370-table2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0370-table2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0371-insert-template.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0371-insert-template.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0372-pilcrow.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0372-pilcrow.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0373-ltr.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0373-ltr.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0374-rtl.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0374-rtl.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0375-section.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0375-section.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0376-paragraph-left.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0376-paragraph-left.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0377-paragraph-center.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0377-paragraph-center.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0378-paragraph-right.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0378-paragraph-right.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0379-paragraph-justify.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0379-paragraph-justify.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0380-indent-increase.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0380-indent-increase.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0381-indent-decrease.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0381-indent-decrease.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0382-share.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0382-share.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0383-new-tab.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0383-new-tab.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0384-embed.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0384-embed.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0385-embed2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0385-embed2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0386-terminal.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0386-terminal.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0387-share2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0387-share2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0388-mail.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0388-mail.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0389-mail2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0389-mail2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0390-mail3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0390-mail3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0391-mail4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0391-mail4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0392-google.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0392-google.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0393-google-plus.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0393-google-plus.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0394-google-plus2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0394-google-plus2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0395-google-plus3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0395-google-plus3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0396-google-drive.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0396-google-drive.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0397-facebook.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0397-facebook.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0398-facebook2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0398-facebook2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0399-facebook3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0399-facebook3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0400-ello.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0400-ello.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0401-instagram.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0401-instagram.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0402-twitter.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0402-twitter.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0403-twitter2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0403-twitter2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0404-twitter3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0404-twitter3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0405-feed2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0405-feed2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0406-feed3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0406-feed3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0407-feed4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0407-feed4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0408-youtube.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0408-youtube.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0409-youtube2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0409-youtube2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0410-youtube3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0410-youtube3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0411-youtube4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0411-youtube4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0412-twitch.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0412-twitch.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0413-vimeo.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0413-vimeo.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0414-vimeo2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0414-vimeo2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0415-vimeo3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0415-vimeo3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0416-lanyrd.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0416-lanyrd.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0417-flickr.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0417-flickr.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0419-flickr3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0419-flickr3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0420-flickr4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0420-flickr4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0421-picassa.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0421-picassa.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0422-picassa2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0422-picassa2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0423-dribbble.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0423-dribbble.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0424-dribbble2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0424-dribbble2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0425-dribbble3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0425-dribbble3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0426-forrst.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0426-forrst.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0427-forrst2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0427-forrst2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0428-deviantart.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0428-deviantart.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0429-deviantart2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0429-deviantart2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0430-steam.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0430-steam.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0431-steam2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0431-steam2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0432-dropbox.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0432-dropbox.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0433-onedrive.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0433-onedrive.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0434-github.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0434-github.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0435-github2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0435-github2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0436-github3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0436-github3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0437-github4.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0437-github4.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0438-github5.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0438-github5.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0439-wordpress.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0439-wordpress.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0440-wordpress2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0440-wordpress2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0441-joomla.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0441-joomla.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0442-blogger.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0442-blogger.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0443-blogger2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0443-blogger2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0444-tumblr.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0444-tumblr.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0445-tumblr2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0445-tumblr2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0446-yahoo.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0446-yahoo.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0447-tux.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0447-tux.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0448-apple.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0448-apple.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0449-finder.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0449-finder.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0450-android.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0450-android.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0451-windows.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0451-windows.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0452-windows8.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0452-windows8.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0453-soundcloud.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0453-soundcloud.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0454-soundcloud2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0454-soundcloud2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0455-skype.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0455-skype.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0456-reddit.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0456-reddit.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0457-linkedin.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0457-linkedin.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0458-linkedin2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0458-linkedin2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0459-lastfm.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0459-lastfm.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0460-lastfm2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0460-lastfm2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0461-delicious.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0461-delicious.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0462-stumbleupon.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0462-stumbleupon.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0463-stumbleupon2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0463-stumbleupon2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0464-stackoverflow.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0464-stackoverflow.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0465-pinterest.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0465-pinterest.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0466-pinterest2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0466-pinterest2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0467-xing.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0467-xing.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0468-xing2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0468-xing2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0469-flattr.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0469-flattr.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0470-foursquare.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0470-foursquare.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0471-paypal.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0471-paypal.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0472-paypal2.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0472-paypal2.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0473-paypal3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0473-paypal3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0474-yelp.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0474-yelp.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0475-file-pdf.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0475-file-pdf.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0476-file-openoffice.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0476-file-openoffice.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0477-file-word.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0477-file-word.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0478-file-excel.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0478-file-excel.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0479-libreoffice.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0479-libreoffice.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0480-html5.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0480-html5.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0481-html52.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0481-html52.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0482-css3.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0482-css3.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0483-git.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0483-git.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0484-svg.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0484-svg.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0485-codepen.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0485-codepen.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0486-chrome.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0486-chrome.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0487-firefox.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0487-firefox.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0488-IE.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0488-IE.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0489-opera.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0489-opera.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0490-safari.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0490-safari.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/directory-colorfy/large/0491-IcoMoon.colors-primary-secondary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/directory-colorfy/large/0491-IcoMoon.colors-primary-secondary.svg -------------------------------------------------------------------------------- /test/files/stroke-example.colors-red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/files/stroke-example.colors-red.svg -------------------------------------------------------------------------------- /test/large/directory-colorfy-large_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/large/directory-colorfy-large_test.js -------------------------------------------------------------------------------- /test/uncomment_test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/filamentgroup/directory-colorfy/HEAD/test/uncomment_test.js --------------------------------------------------------------------------------