├── .gitattributes
├── .github
└── workflows
│ └── main.yml
├── .gitignore
├── .rspec
├── .rubocop.yml
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── Gemfile
├── Gemfile.lock
├── LICENSE.txt
├── README.md
├── Rakefile
├── bin
├── console
├── fetch-icons
└── setup
├── config.ru
├── docker-compose.yml
├── icons
├── original
│ ├── a-arrow-down.svg
│ ├── a-arrow-up.svg
│ ├── a-large-small.svg
│ ├── accessibility.svg
│ ├── activity-square.svg
│ ├── activity.svg
│ ├── air-vent.svg
│ ├── airplay.svg
│ ├── alarm-check.svg
│ ├── alarm-clock-check.svg
│ ├── alarm-clock-minus.svg
│ ├── alarm-clock-off.svg
│ ├── alarm-clock-plus.svg
│ ├── alarm-clock.svg
│ ├── alarm-minus.svg
│ ├── alarm-plus.svg
│ ├── alarm-smoke.svg
│ ├── album.svg
│ ├── alert-circle.svg
│ ├── alert-octagon.svg
│ ├── alert-triangle.svg
│ ├── align-center-horizontal.svg
│ ├── align-center-vertical.svg
│ ├── align-center.svg
│ ├── align-end-horizontal.svg
│ ├── align-end-vertical.svg
│ ├── align-horizontal-distribute-center.svg
│ ├── align-horizontal-distribute-end.svg
│ ├── align-horizontal-distribute-start.svg
│ ├── align-horizontal-justify-center.svg
│ ├── align-horizontal-justify-end.svg
│ ├── align-horizontal-justify-start.svg
│ ├── align-horizontal-space-around.svg
│ ├── align-horizontal-space-between.svg
│ ├── align-justify.svg
│ ├── align-left.svg
│ ├── align-right.svg
│ ├── align-start-horizontal.svg
│ ├── align-start-vertical.svg
│ ├── align-vertical-distribute-center.svg
│ ├── align-vertical-distribute-end.svg
│ ├── align-vertical-distribute-start.svg
│ ├── align-vertical-justify-center.svg
│ ├── align-vertical-justify-end.svg
│ ├── align-vertical-justify-start.svg
│ ├── align-vertical-space-around.svg
│ ├── align-vertical-space-between.svg
│ ├── ambulance.svg
│ ├── ampersand.svg
│ ├── ampersands.svg
│ ├── amphora.svg
│ ├── anchor.svg
│ ├── angry.svg
│ ├── annoyed.svg
│ ├── antenna.svg
│ ├── anvil.svg
│ ├── aperture.svg
│ ├── app-window-mac.svg
│ ├── app-window.svg
│ ├── apple.svg
│ ├── archive-restore.svg
│ ├── archive-x.svg
│ ├── archive.svg
│ ├── area-chart.svg
│ ├── armchair.svg
│ ├── arrow-big-down-dash.svg
│ ├── arrow-big-down.svg
│ ├── arrow-big-left-dash.svg
│ ├── arrow-big-left.svg
│ ├── arrow-big-right-dash.svg
│ ├── arrow-big-right.svg
│ ├── arrow-big-up-dash.svg
│ ├── arrow-big-up.svg
│ ├── arrow-down-0-1.svg
│ ├── arrow-down-1-0.svg
│ ├── arrow-down-a-z.svg
│ ├── arrow-down-circle.svg
│ ├── arrow-down-from-line.svg
│ ├── arrow-down-left-from-circle.svg
│ ├── arrow-down-left-from-square.svg
│ ├── arrow-down-left-square.svg
│ ├── arrow-down-left.svg
│ ├── arrow-down-narrow-wide.svg
│ ├── arrow-down-right-from-circle.svg
│ ├── arrow-down-right-from-square.svg
│ ├── arrow-down-right-square.svg
│ ├── arrow-down-right.svg
│ ├── arrow-down-square.svg
│ ├── arrow-down-to-dot.svg
│ ├── arrow-down-to-line.svg
│ ├── arrow-down-up.svg
│ ├── arrow-down-wide-narrow.svg
│ ├── arrow-down-z-a.svg
│ ├── arrow-down.svg
│ ├── arrow-left-circle.svg
│ ├── arrow-left-from-line.svg
│ ├── arrow-left-right.svg
│ ├── arrow-left-square.svg
│ ├── arrow-left-to-line.svg
│ ├── arrow-left.svg
│ ├── arrow-right-circle.svg
│ ├── arrow-right-from-line.svg
│ ├── arrow-right-left.svg
│ ├── arrow-right-square.svg
│ ├── arrow-right-to-line.svg
│ ├── arrow-right.svg
│ ├── arrow-up-0-1.svg
│ ├── arrow-up-1-0.svg
│ ├── arrow-up-a-z.svg
│ ├── arrow-up-circle.svg
│ ├── arrow-up-down.svg
│ ├── arrow-up-from-dot.svg
│ ├── arrow-up-from-line.svg
│ ├── arrow-up-left-from-circle.svg
│ ├── arrow-up-left-from-square.svg
│ ├── arrow-up-left-square.svg
│ ├── arrow-up-left.svg
│ ├── arrow-up-narrow-wide.svg
│ ├── arrow-up-right-from-circle.svg
│ ├── arrow-up-right-from-square.svg
│ ├── arrow-up-right-square.svg
│ ├── arrow-up-right.svg
│ ├── arrow-up-square.svg
│ ├── arrow-up-to-line.svg
│ ├── arrow-up-wide-narrow.svg
│ ├── arrow-up-z-a.svg
│ ├── arrow-up.svg
│ ├── arrows-up-from-line.svg
│ ├── asterisk-square.svg
│ ├── asterisk.svg
│ ├── at-sign.svg
│ ├── atom.svg
│ ├── audio-lines.svg
│ ├── audio-waveform.svg
│ ├── award.svg
│ ├── axe.svg
│ ├── axis-3d.svg
│ ├── baby.svg
│ ├── backpack.svg
│ ├── badge-alert.svg
│ ├── badge-cent.svg
│ ├── badge-check.svg
│ ├── badge-dollar-sign.svg
│ ├── badge-euro.svg
│ ├── badge-help.svg
│ ├── badge-indian-rupee.svg
│ ├── badge-info.svg
│ ├── badge-japanese-yen.svg
│ ├── badge-minus.svg
│ ├── badge-percent.svg
│ ├── badge-plus.svg
│ ├── badge-pound-sterling.svg
│ ├── badge-russian-ruble.svg
│ ├── badge-swiss-franc.svg
│ ├── badge-x.svg
│ ├── badge.svg
│ ├── baggage-claim.svg
│ ├── ban.svg
│ ├── banana.svg
│ ├── bandage.svg
│ ├── banknote.svg
│ ├── bar-chart-2.svg
│ ├── bar-chart-3.svg
│ ├── bar-chart-4.svg
│ ├── bar-chart-big.svg
│ ├── bar-chart-horizontal-big.svg
│ ├── bar-chart-horizontal.svg
│ ├── bar-chart.svg
│ ├── barcode.svg
│ ├── baseline.svg
│ ├── bath.svg
│ ├── battery-charging.svg
│ ├── battery-full.svg
│ ├── battery-low.svg
│ ├── battery-medium.svg
│ ├── battery-plus.svg
│ ├── battery-warning.svg
│ ├── battery.svg
│ ├── beaker.svg
│ ├── bean-off.svg
│ ├── bean.svg
│ ├── bed-double.svg
│ ├── bed-single.svg
│ ├── bed.svg
│ ├── beef.svg
│ ├── beer-off.svg
│ ├── beer.svg
│ ├── bell-dot.svg
│ ├── bell-electric.svg
│ ├── bell-minus.svg
│ ├── bell-off.svg
│ ├── bell-plus.svg
│ ├── bell-ring.svg
│ ├── bell.svg
│ ├── between-horizontal-end.svg
│ ├── between-horizontal-start.svg
│ ├── between-vertical-end.svg
│ ├── between-vertical-start.svg
│ ├── biceps-flexed.svg
│ ├── bike.svg
│ ├── binary.svg
│ ├── binoculars.svg
│ ├── biohazard.svg
│ ├── bird.svg
│ ├── bitcoin.svg
│ ├── blend.svg
│ ├── blinds.svg
│ ├── blocks.svg
│ ├── bluetooth-connected.svg
│ ├── bluetooth-off.svg
│ ├── bluetooth-searching.svg
│ ├── bluetooth.svg
│ ├── bold.svg
│ ├── bolt.svg
│ ├── bomb.svg
│ ├── bone.svg
│ ├── book-a.svg
│ ├── book-audio.svg
│ ├── book-check.svg
│ ├── book-copy.svg
│ ├── book-dashed.svg
│ ├── book-down.svg
│ ├── book-headphones.svg
│ ├── book-heart.svg
│ ├── book-image.svg
│ ├── book-key.svg
│ ├── book-lock.svg
│ ├── book-marked.svg
│ ├── book-minus.svg
│ ├── book-open-check.svg
│ ├── book-open-text.svg
│ ├── book-open.svg
│ ├── book-plus.svg
│ ├── book-text.svg
│ ├── book-type.svg
│ ├── book-up-2.svg
│ ├── book-up.svg
│ ├── book-user.svg
│ ├── book-x.svg
│ ├── book.svg
│ ├── bookmark-check.svg
│ ├── bookmark-minus.svg
│ ├── bookmark-plus.svg
│ ├── bookmark-x.svg
│ ├── bookmark.svg
│ ├── boom-box.svg
│ ├── bot-message-square.svg
│ ├── bot-off.svg
│ ├── bot.svg
│ ├── box-select.svg
│ ├── box.svg
│ ├── boxes.svg
│ ├── braces.svg
│ ├── brackets.svg
│ ├── brain-circuit.svg
│ ├── brain-cog.svg
│ ├── brain.svg
│ ├── brick-wall.svg
│ ├── briefcase-business.svg
│ ├── briefcase-conveyor-belt.svg
│ ├── briefcase-medical.svg
│ ├── briefcase.svg
│ ├── bring-to-front.svg
│ ├── brush.svg
│ ├── bug-off.svg
│ ├── bug-play.svg
│ ├── bug.svg
│ ├── building-2.svg
│ ├── building.svg
│ ├── bus-front.svg
│ ├── bus.svg
│ ├── cable-car.svg
│ ├── cable.svg
│ ├── cake-slice.svg
│ ├── cake.svg
│ ├── calculator.svg
│ ├── calendar-1.svg
│ ├── calendar-arrow-down.svg
│ ├── calendar-arrow-up.svg
│ ├── calendar-check-2.svg
│ ├── calendar-check.svg
│ ├── calendar-clock.svg
│ ├── calendar-cog.svg
│ ├── calendar-days.svg
│ ├── calendar-fold.svg
│ ├── calendar-heart.svg
│ ├── calendar-minus-2.svg
│ ├── calendar-minus.svg
│ ├── calendar-off.svg
│ ├── calendar-plus-2.svg
│ ├── calendar-plus.svg
│ ├── calendar-range.svg
│ ├── calendar-search.svg
│ ├── calendar-sync.svg
│ ├── calendar-x-2.svg
│ ├── calendar-x.svg
│ ├── calendar.svg
│ ├── camera-off.svg
│ ├── camera.svg
│ ├── candlestick-chart.svg
│ ├── candy-cane.svg
│ ├── candy-off.svg
│ ├── candy.svg
│ ├── cannabis.svg
│ ├── captions-off.svg
│ ├── captions.svg
│ ├── car-front.svg
│ ├── car-taxi-front.svg
│ ├── car.svg
│ ├── caravan.svg
│ ├── carrot.svg
│ ├── case-lower.svg
│ ├── case-sensitive.svg
│ ├── case-upper.svg
│ ├── cassette-tape.svg
│ ├── cast.svg
│ ├── castle.svg
│ ├── cat.svg
│ ├── cctv.svg
│ ├── chart-area.svg
│ ├── chart-bar-big.svg
│ ├── chart-bar-decreasing.svg
│ ├── chart-bar-increasing.svg
│ ├── chart-bar-stacked.svg
│ ├── chart-bar.svg
│ ├── chart-candlestick.svg
│ ├── chart-column-big.svg
│ ├── chart-column-decreasing.svg
│ ├── chart-column-increasing.svg
│ ├── chart-column-stacked.svg
│ ├── chart-column.svg
│ ├── chart-gantt.svg
│ ├── chart-line.svg
│ ├── chart-network.svg
│ ├── chart-no-axes-column-decreasing.svg
│ ├── chart-no-axes-column-increasing.svg
│ ├── chart-no-axes-column.svg
│ ├── chart-no-axes-combined.svg
│ ├── chart-no-axes-gantt.svg
│ ├── chart-pie.svg
│ ├── chart-scatter.svg
│ ├── chart-spline.svg
│ ├── check-check.svg
│ ├── check-circle-2.svg
│ ├── check-circle.svg
│ ├── check-square-2.svg
│ ├── check-square.svg
│ ├── check.svg
│ ├── chef-hat.svg
│ ├── cherry.svg
│ ├── chevron-down-circle.svg
│ ├── chevron-down-square.svg
│ ├── chevron-down.svg
│ ├── chevron-first.svg
│ ├── chevron-last.svg
│ ├── chevron-left-circle.svg
│ ├── chevron-left-square.svg
│ ├── chevron-left.svg
│ ├── chevron-right-circle.svg
│ ├── chevron-right-square.svg
│ ├── chevron-right.svg
│ ├── chevron-up-circle.svg
│ ├── chevron-up-square.svg
│ ├── chevron-up.svg
│ ├── chevrons-down-up.svg
│ ├── chevrons-down.svg
│ ├── chevrons-left-right-ellipsis.svg
│ ├── chevrons-left-right.svg
│ ├── chevrons-left.svg
│ ├── chevrons-right-left.svg
│ ├── chevrons-right.svg
│ ├── chevrons-up-down.svg
│ ├── chevrons-up.svg
│ ├── chrome.svg
│ ├── church.svg
│ ├── cigarette-off.svg
│ ├── cigarette.svg
│ ├── circle-alert.svg
│ ├── circle-arrow-down.svg
│ ├── circle-arrow-left.svg
│ ├── circle-arrow-out-down-left.svg
│ ├── circle-arrow-out-down-right.svg
│ ├── circle-arrow-out-up-left.svg
│ ├── circle-arrow-out-up-right.svg
│ ├── circle-arrow-right.svg
│ ├── circle-arrow-up.svg
│ ├── circle-check-big.svg
│ ├── circle-check.svg
│ ├── circle-chevron-down.svg
│ ├── circle-chevron-left.svg
│ ├── circle-chevron-right.svg
│ ├── circle-chevron-up.svg
│ ├── circle-dashed.svg
│ ├── circle-divide.svg
│ ├── circle-dollar-sign.svg
│ ├── circle-dot-dashed.svg
│ ├── circle-dot.svg
│ ├── circle-ellipsis.svg
│ ├── circle-equal.svg
│ ├── circle-fading-arrow-up.svg
│ ├── circle-fading-plus.svg
│ ├── circle-gauge.svg
│ ├── circle-help.svg
│ ├── circle-minus.svg
│ ├── circle-off.svg
│ ├── circle-parking-off.svg
│ ├── circle-parking.svg
│ ├── circle-pause.svg
│ ├── circle-percent.svg
│ ├── circle-play.svg
│ ├── circle-plus.svg
│ ├── circle-power.svg
│ ├── circle-slash-2.svg
│ ├── circle-slash.svg
│ ├── circle-slashed.svg
│ ├── circle-stop.svg
│ ├── circle-user-round.svg
│ ├── circle-user.svg
│ ├── circle-x.svg
│ ├── circle.svg
│ ├── circuit-board.svg
│ ├── citrus.svg
│ ├── clapperboard.svg
│ ├── clipboard-check.svg
│ ├── clipboard-copy.svg
│ ├── clipboard-edit.svg
│ ├── clipboard-list.svg
│ ├── clipboard-minus.svg
│ ├── clipboard-paste.svg
│ ├── clipboard-pen-line.svg
│ ├── clipboard-pen.svg
│ ├── clipboard-plus.svg
│ ├── clipboard-signature.svg
│ ├── clipboard-type.svg
│ ├── clipboard-x.svg
│ ├── clipboard.svg
│ ├── clock-1.svg
│ ├── clock-10.svg
│ ├── clock-11.svg
│ ├── clock-12.svg
│ ├── clock-2.svg
│ ├── clock-3.svg
│ ├── clock-4.svg
│ ├── clock-5.svg
│ ├── clock-6.svg
│ ├── clock-7.svg
│ ├── clock-8.svg
│ ├── clock-9.svg
│ ├── clock-alert.svg
│ ├── clock-arrow-down.svg
│ ├── clock-arrow-up.svg
│ ├── clock.svg
│ ├── cloud-alert.svg
│ ├── cloud-cog.svg
│ ├── cloud-download.svg
│ ├── cloud-drizzle.svg
│ ├── cloud-fog.svg
│ ├── cloud-hail.svg
│ ├── cloud-lightning.svg
│ ├── cloud-moon-rain.svg
│ ├── cloud-moon.svg
│ ├── cloud-off.svg
│ ├── cloud-rain-wind.svg
│ ├── cloud-rain.svg
│ ├── cloud-snow.svg
│ ├── cloud-sun-rain.svg
│ ├── cloud-sun.svg
│ ├── cloud-upload.svg
│ ├── cloud.svg
│ ├── cloudy.svg
│ ├── clover.svg
│ ├── club.svg
│ ├── code-2.svg
│ ├── code-square.svg
│ ├── code-xml.svg
│ ├── code.svg
│ ├── codepen.svg
│ ├── codesandbox.svg
│ ├── coffee.svg
│ ├── cog.svg
│ ├── coins.svg
│ ├── columns-2.svg
│ ├── columns-3.svg
│ ├── columns-4.svg
│ ├── columns.svg
│ ├── combine.svg
│ ├── command.svg
│ ├── compass.svg
│ ├── component.svg
│ ├── computer.svg
│ ├── concierge-bell.svg
│ ├── cone.svg
│ ├── construction.svg
│ ├── contact-2.svg
│ ├── contact-round.svg
│ ├── contact.svg
│ ├── container.svg
│ ├── contrast.svg
│ ├── cookie.svg
│ ├── cooking-pot.svg
│ ├── copy-check.svg
│ ├── copy-minus.svg
│ ├── copy-plus.svg
│ ├── copy-slash.svg
│ ├── copy-x.svg
│ ├── copy.svg
│ ├── copyleft.svg
│ ├── copyright.svg
│ ├── corner-down-left.svg
│ ├── corner-down-right.svg
│ ├── corner-left-down.svg
│ ├── corner-left-up.svg
│ ├── corner-right-down.svg
│ ├── corner-right-up.svg
│ ├── corner-up-left.svg
│ ├── corner-up-right.svg
│ ├── cpu.svg
│ ├── creative-commons.svg
│ ├── credit-card.svg
│ ├── croissant.svg
│ ├── crop.svg
│ ├── cross.svg
│ ├── crosshair.svg
│ ├── crown.svg
│ ├── cuboid.svg
│ ├── cup-soda.svg
│ ├── curly-braces.svg
│ ├── currency.svg
│ ├── cylinder.svg
│ ├── dam.svg
│ ├── database-backup.svg
│ ├── database-zap.svg
│ ├── database.svg
│ ├── delete.svg
│ ├── dessert.svg
│ ├── diameter.svg
│ ├── diamond-minus.svg
│ ├── diamond-percent.svg
│ ├── diamond-plus.svg
│ ├── diamond.svg
│ ├── dice-1.svg
│ ├── dice-2.svg
│ ├── dice-3.svg
│ ├── dice-4.svg
│ ├── dice-5.svg
│ ├── dice-6.svg
│ ├── dices.svg
│ ├── diff.svg
│ ├── disc-2.svg
│ ├── disc-3.svg
│ ├── disc-album.svg
│ ├── disc.svg
│ ├── divide-circle.svg
│ ├── divide-square.svg
│ ├── divide.svg
│ ├── dna-off.svg
│ ├── dna.svg
│ ├── dock.svg
│ ├── dog.svg
│ ├── dollar-sign.svg
│ ├── donut.svg
│ ├── door-closed.svg
│ ├── door-open.svg
│ ├── dot-square.svg
│ ├── dot.svg
│ ├── download-cloud.svg
│ ├── download.svg
│ ├── drafting-compass.svg
│ ├── drama.svg
│ ├── dribbble.svg
│ ├── drill.svg
│ ├── droplet-off.svg
│ ├── droplet.svg
│ ├── droplets.svg
│ ├── drum.svg
│ ├── drumstick.svg
│ ├── dumbbell.svg
│ ├── ear-off.svg
│ ├── ear.svg
│ ├── earth-lock.svg
│ ├── earth.svg
│ ├── eclipse.svg
│ ├── edit-2.svg
│ ├── edit-3.svg
│ ├── edit.svg
│ ├── egg-fried.svg
│ ├── egg-off.svg
│ ├── egg.svg
│ ├── ellipsis-vertical.svg
│ ├── ellipsis.svg
│ ├── equal-approximately.svg
│ ├── equal-not.svg
│ ├── equal-square.svg
│ ├── equal.svg
│ ├── eraser.svg
│ ├── ethernet-port.svg
│ ├── euro.svg
│ ├── expand.svg
│ ├── external-link.svg
│ ├── eye-closed.svg
│ ├── eye-off.svg
│ ├── eye.svg
│ ├── facebook.svg
│ ├── factory.svg
│ ├── fan.svg
│ ├── fast-forward.svg
│ ├── feather.svg
│ ├── fence.svg
│ ├── ferris-wheel.svg
│ ├── figma.svg
│ ├── file-archive.svg
│ ├── file-audio-2.svg
│ ├── file-audio.svg
│ ├── file-axis-3d.svg
│ ├── file-badge-2.svg
│ ├── file-badge.svg
│ ├── file-bar-chart-2.svg
│ ├── file-bar-chart.svg
│ ├── file-box.svg
│ ├── file-chart-column-increasing.svg
│ ├── file-chart-column.svg
│ ├── file-chart-line.svg
│ ├── file-chart-pie.svg
│ ├── file-check-2.svg
│ ├── file-check.svg
│ ├── file-clock.svg
│ ├── file-code-2.svg
│ ├── file-code.svg
│ ├── file-cog-2.svg
│ ├── file-cog.svg
│ ├── file-diff.svg
│ ├── file-digit.svg
│ ├── file-down.svg
│ ├── file-edit.svg
│ ├── file-heart.svg
│ ├── file-image.svg
│ ├── file-input.svg
│ ├── file-json-2.svg
│ ├── file-json.svg
│ ├── file-key-2.svg
│ ├── file-key.svg
│ ├── file-line-chart.svg
│ ├── file-lock-2.svg
│ ├── file-lock.svg
│ ├── file-minus-2.svg
│ ├── file-minus.svg
│ ├── file-music.svg
│ ├── file-output.svg
│ ├── file-pen-line.svg
│ ├── file-pen.svg
│ ├── file-pie-chart.svg
│ ├── file-plus-2.svg
│ ├── file-plus.svg
│ ├── file-question.svg
│ ├── file-scan.svg
│ ├── file-search-2.svg
│ ├── file-search.svg
│ ├── file-signature.svg
│ ├── file-sliders.svg
│ ├── file-spreadsheet.svg
│ ├── file-stack.svg
│ ├── file-symlink.svg
│ ├── file-terminal.svg
│ ├── file-text.svg
│ ├── file-type-2.svg
│ ├── file-type.svg
│ ├── file-up.svg
│ ├── file-user.svg
│ ├── file-video-2.svg
│ ├── file-video.svg
│ ├── file-volume-2.svg
│ ├── file-volume.svg
│ ├── file-warning.svg
│ ├── file-x-2.svg
│ ├── file-x.svg
│ ├── file.svg
│ ├── files.svg
│ ├── film.svg
│ ├── filter-x.svg
│ ├── filter.svg
│ ├── fingerprint.svg
│ ├── fire-extinguisher.svg
│ ├── fish-off.svg
│ ├── fish-symbol.svg
│ ├── fish.svg
│ ├── flag-off.svg
│ ├── flag-triangle-left.svg
│ ├── flag-triangle-right.svg
│ ├── flag.svg
│ ├── flame-kindling.svg
│ ├── flame.svg
│ ├── flashlight-off.svg
│ ├── flashlight.svg
│ ├── flask-conical-off.svg
│ ├── flask-conical.svg
│ ├── flask-round.svg
│ ├── flip-horizontal-2.svg
│ ├── flip-horizontal.svg
│ ├── flip-vertical-2.svg
│ ├── flip-vertical.svg
│ ├── flower-2.svg
│ ├── flower.svg
│ ├── focus.svg
│ ├── fold-horizontal.svg
│ ├── fold-vertical.svg
│ ├── folder-archive.svg
│ ├── folder-check.svg
│ ├── folder-clock.svg
│ ├── folder-closed.svg
│ ├── folder-code.svg
│ ├── folder-cog-2.svg
│ ├── folder-cog.svg
│ ├── folder-dot.svg
│ ├── folder-down.svg
│ ├── folder-edit.svg
│ ├── folder-git-2.svg
│ ├── folder-git.svg
│ ├── folder-heart.svg
│ ├── folder-input.svg
│ ├── folder-kanban.svg
│ ├── folder-key.svg
│ ├── folder-lock.svg
│ ├── folder-minus.svg
│ ├── folder-open-dot.svg
│ ├── folder-open.svg
│ ├── folder-output.svg
│ ├── folder-pen.svg
│ ├── folder-plus.svg
│ ├── folder-root.svg
│ ├── folder-search-2.svg
│ ├── folder-search.svg
│ ├── folder-symlink.svg
│ ├── folder-sync.svg
│ ├── folder-tree.svg
│ ├── folder-up.svg
│ ├── folder-x.svg
│ ├── folder.svg
│ ├── folders.svg
│ ├── footprints.svg
│ ├── forklift.svg
│ ├── form-input.svg
│ ├── forward.svg
│ ├── frame.svg
│ ├── framer.svg
│ ├── frown.svg
│ ├── fuel.svg
│ ├── fullscreen.svg
│ ├── function-square.svg
│ ├── gallery-horizontal-end.svg
│ ├── gallery-horizontal.svg
│ ├── gallery-thumbnails.svg
│ ├── gallery-vertical-end.svg
│ ├── gallery-vertical.svg
│ ├── gamepad-2.svg
│ ├── gamepad.svg
│ ├── gantt-chart-square.svg
│ ├── gantt-chart.svg
│ ├── gauge-circle.svg
│ ├── gauge.svg
│ ├── gavel.svg
│ ├── gem.svg
│ ├── ghost.svg
│ ├── gift.svg
│ ├── git-branch-plus.svg
│ ├── git-branch.svg
│ ├── git-commit-horizontal.svg
│ ├── git-commit-vertical.svg
│ ├── git-commit.svg
│ ├── git-compare-arrows.svg
│ ├── git-compare.svg
│ ├── git-fork.svg
│ ├── git-graph.svg
│ ├── git-merge.svg
│ ├── git-pull-request-arrow.svg
│ ├── git-pull-request-closed.svg
│ ├── git-pull-request-create-arrow.svg
│ ├── git-pull-request-create.svg
│ ├── git-pull-request-draft.svg
│ ├── git-pull-request.svg
│ ├── github.svg
│ ├── gitlab.svg
│ ├── glass-water.svg
│ ├── glasses.svg
│ ├── globe-2.svg
│ ├── globe-lock.svg
│ ├── globe.svg
│ ├── goal.svg
│ ├── grab.svg
│ ├── graduation-cap.svg
│ ├── grape.svg
│ ├── grid-2x2-check.svg
│ ├── grid-2x2-plus.svg
│ ├── grid-2x2-x.svg
│ ├── grid-2x2.svg
│ ├── grid-3x3.svg
│ ├── grid.svg
│ ├── grip-horizontal.svg
│ ├── grip-vertical.svg
│ ├── grip.svg
│ ├── group.svg
│ ├── guitar.svg
│ ├── ham.svg
│ ├── hammer.svg
│ ├── hand-coins.svg
│ ├── hand-heart.svg
│ ├── hand-helping.svg
│ ├── hand-metal.svg
│ ├── hand-platter.svg
│ ├── hand.svg
│ ├── handshake.svg
│ ├── hard-drive-download.svg
│ ├── hard-drive-upload.svg
│ ├── hard-drive.svg
│ ├── hard-hat.svg
│ ├── hash.svg
│ ├── haze.svg
│ ├── hdmi-port.svg
│ ├── heading-1.svg
│ ├── heading-2.svg
│ ├── heading-3.svg
│ ├── heading-4.svg
│ ├── heading-5.svg
│ ├── heading-6.svg
│ ├── heading.svg
│ ├── headphone-off.svg
│ ├── headphones.svg
│ ├── headset.svg
│ ├── heart-crack.svg
│ ├── heart-handshake.svg
│ ├── heart-off.svg
│ ├── heart-pulse.svg
│ ├── heart.svg
│ ├── heater.svg
│ ├── help-circle.svg
│ ├── hexagon.svg
│ ├── highlighter.svg
│ ├── history.svg
│ ├── home.svg
│ ├── hop-off.svg
│ ├── hop.svg
│ ├── hospital.svg
│ ├── hotel.svg
│ ├── hourglass.svg
│ ├── house-plug.svg
│ ├── house-plus.svg
│ ├── house-wifi.svg
│ ├── house.svg
│ ├── ice-cream-2.svg
│ ├── ice-cream-bowl.svg
│ ├── ice-cream-cone.svg
│ ├── ice-cream.svg
│ ├── id-card.svg
│ ├── image-down.svg
│ ├── image-minus.svg
│ ├── image-off.svg
│ ├── image-play.svg
│ ├── image-plus.svg
│ ├── image-up.svg
│ ├── image-upscale.svg
│ ├── image.svg
│ ├── images.svg
│ ├── import.svg
│ ├── inbox.svg
│ ├── indent-decrease.svg
│ ├── indent-increase.svg
│ ├── indent.svg
│ ├── indian-rupee.svg
│ ├── infinity.svg
│ ├── info.svg
│ ├── inspect.svg
│ ├── inspection-panel.svg
│ ├── instagram.svg
│ ├── italic.svg
│ ├── iteration-ccw.svg
│ ├── iteration-cw.svg
│ ├── japanese-yen.svg
│ ├── joystick.svg
│ ├── kanban-square-dashed.svg
│ ├── kanban-square.svg
│ ├── kanban.svg
│ ├── key-round.svg
│ ├── key-square.svg
│ ├── key.svg
│ ├── keyboard-music.svg
│ ├── keyboard-off.svg
│ ├── keyboard.svg
│ ├── lamp-ceiling.svg
│ ├── lamp-desk.svg
│ ├── lamp-floor.svg
│ ├── lamp-wall-down.svg
│ ├── lamp-wall-up.svg
│ ├── lamp.svg
│ ├── land-plot.svg
│ ├── landmark.svg
│ ├── languages.svg
│ ├── laptop-2.svg
│ ├── laptop-minimal-check.svg
│ ├── laptop-minimal.svg
│ ├── laptop.svg
│ ├── lasso-select.svg
│ ├── lasso.svg
│ ├── laugh.svg
│ ├── layers-2.svg
│ ├── layers-3.svg
│ ├── layers.svg
│ ├── layout-dashboard.svg
│ ├── layout-grid.svg
│ ├── layout-list.svg
│ ├── layout-panel-left.svg
│ ├── layout-panel-top.svg
│ ├── layout-template.svg
│ ├── layout.svg
│ ├── leaf.svg
│ ├── leafy-green.svg
│ ├── lectern.svg
│ ├── letter-text.svg
│ ├── library-big.svg
│ ├── library-square.svg
│ ├── library.svg
│ ├── life-buoy.svg
│ ├── ligature.svg
│ ├── lightbulb-off.svg
│ ├── lightbulb.svg
│ ├── line-chart.svg
│ ├── link-2-off.svg
│ ├── link-2.svg
│ ├── link.svg
│ ├── linkedin.svg
│ ├── list-check.svg
│ ├── list-checks.svg
│ ├── list-collapse.svg
│ ├── list-end.svg
│ ├── list-filter-plus.svg
│ ├── list-filter.svg
│ ├── list-minus.svg
│ ├── list-music.svg
│ ├── list-ordered.svg
│ ├── list-plus.svg
│ ├── list-restart.svg
│ ├── list-start.svg
│ ├── list-todo.svg
│ ├── list-tree.svg
│ ├── list-video.svg
│ ├── list-x.svg
│ ├── list.svg
│ ├── loader-2.svg
│ ├── loader-circle.svg
│ ├── loader-pinwheel.svg
│ ├── loader.svg
│ ├── locate-fixed.svg
│ ├── locate-off.svg
│ ├── locate.svg
│ ├── lock-keyhole-open.svg
│ ├── lock-keyhole.svg
│ ├── lock-open.svg
│ ├── lock.svg
│ ├── log-in.svg
│ ├── log-out.svg
│ ├── logs.svg
│ ├── lollipop.svg
│ ├── luggage.svg
│ ├── m-square.svg
│ ├── magnet.svg
│ ├── mail-check.svg
│ ├── mail-minus.svg
│ ├── mail-open.svg
│ ├── mail-plus.svg
│ ├── mail-question.svg
│ ├── mail-search.svg
│ ├── mail-warning.svg
│ ├── mail-x.svg
│ ├── mail.svg
│ ├── mailbox.svg
│ ├── mails.svg
│ ├── map-pin-check-inside.svg
│ ├── map-pin-check.svg
│ ├── map-pin-house.svg
│ ├── map-pin-minus-inside.svg
│ ├── map-pin-minus.svg
│ ├── map-pin-off.svg
│ ├── map-pin-plus-inside.svg
│ ├── map-pin-plus.svg
│ ├── map-pin-x-inside.svg
│ ├── map-pin-x.svg
│ ├── map-pin.svg
│ ├── map-pinned.svg
│ ├── map-plus.svg
│ ├── map.svg
│ ├── martini.svg
│ ├── maximize-2.svg
│ ├── maximize.svg
│ ├── medal.svg
│ ├── megaphone-off.svg
│ ├── megaphone.svg
│ ├── meh.svg
│ ├── memory-stick.svg
│ ├── menu-square.svg
│ ├── menu.svg
│ ├── merge.svg
│ ├── message-circle-code.svg
│ ├── message-circle-dashed.svg
│ ├── message-circle-heart.svg
│ ├── message-circle-more.svg
│ ├── message-circle-off.svg
│ ├── message-circle-plus.svg
│ ├── message-circle-question.svg
│ ├── message-circle-reply.svg
│ ├── message-circle-warning.svg
│ ├── message-circle-x.svg
│ ├── message-circle.svg
│ ├── message-square-code.svg
│ ├── message-square-dashed.svg
│ ├── message-square-diff.svg
│ ├── message-square-dot.svg
│ ├── message-square-heart.svg
│ ├── message-square-lock.svg
│ ├── message-square-more.svg
│ ├── message-square-off.svg
│ ├── message-square-plus.svg
│ ├── message-square-quote.svg
│ ├── message-square-reply.svg
│ ├── message-square-share.svg
│ ├── message-square-text.svg
│ ├── message-square-warning.svg
│ ├── message-square-x.svg
│ ├── message-square.svg
│ ├── messages-square.svg
│ ├── mic-2.svg
│ ├── mic-off.svg
│ ├── mic-vocal.svg
│ ├── mic.svg
│ ├── microchip.svg
│ ├── microscope.svg
│ ├── microwave.svg
│ ├── milestone.svg
│ ├── milk-off.svg
│ ├── milk.svg
│ ├── minimize-2.svg
│ ├── minimize.svg
│ ├── minus-circle.svg
│ ├── minus-square.svg
│ ├── minus.svg
│ ├── monitor-check.svg
│ ├── monitor-cog.svg
│ ├── monitor-dot.svg
│ ├── monitor-down.svg
│ ├── monitor-off.svg
│ ├── monitor-pause.svg
│ ├── monitor-play.svg
│ ├── monitor-smartphone.svg
│ ├── monitor-speaker.svg
│ ├── monitor-stop.svg
│ ├── monitor-up.svg
│ ├── monitor-x.svg
│ ├── monitor.svg
│ ├── moon-star.svg
│ ├── moon.svg
│ ├── more-horizontal.svg
│ ├── more-vertical.svg
│ ├── mountain-snow.svg
│ ├── mountain.svg
│ ├── mouse-off.svg
│ ├── mouse-pointer-2.svg
│ ├── mouse-pointer-ban.svg
│ ├── mouse-pointer-click.svg
│ ├── mouse-pointer-square-dashed.svg
│ ├── mouse-pointer-square.svg
│ ├── mouse-pointer.svg
│ ├── mouse.svg
│ ├── move-3d.svg
│ ├── move-diagonal-2.svg
│ ├── move-diagonal.svg
│ ├── move-down-left.svg
│ ├── move-down-right.svg
│ ├── move-down.svg
│ ├── move-horizontal.svg
│ ├── move-left.svg
│ ├── move-right.svg
│ ├── move-up-left.svg
│ ├── move-up-right.svg
│ ├── move-up.svg
│ ├── move-vertical.svg
│ ├── move.svg
│ ├── music-2.svg
│ ├── music-3.svg
│ ├── music-4.svg
│ ├── music.svg
│ ├── navigation-2-off.svg
│ ├── navigation-2.svg
│ ├── navigation-off.svg
│ ├── navigation.svg
│ ├── network.svg
│ ├── newspaper.svg
│ ├── nfc.svg
│ ├── notebook-pen.svg
│ ├── notebook-tabs.svg
│ ├── notebook-text.svg
│ ├── notebook.svg
│ ├── notepad-text-dashed.svg
│ ├── notepad-text.svg
│ ├── nut-off.svg
│ ├── nut.svg
│ ├── octagon-alert.svg
│ ├── octagon-minus.svg
│ ├── octagon-pause.svg
│ ├── octagon-x.svg
│ ├── octagon.svg
│ ├── omega.svg
│ ├── option.svg
│ ├── orbit.svg
│ ├── origami.svg
│ ├── outdent.svg
│ ├── package-2.svg
│ ├── package-check.svg
│ ├── package-minus.svg
│ ├── package-open.svg
│ ├── package-plus.svg
│ ├── package-search.svg
│ ├── package-x.svg
│ ├── package.svg
│ ├── paint-bucket.svg
│ ├── paint-roller.svg
│ ├── paintbrush-2.svg
│ ├── paintbrush-vertical.svg
│ ├── paintbrush.svg
│ ├── palette.svg
│ ├── palmtree.svg
│ ├── panel-bottom-close.svg
│ ├── panel-bottom-dashed.svg
│ ├── panel-bottom-open.svg
│ ├── panel-bottom.svg
│ ├── panel-left-close.svg
│ ├── panel-left-dashed.svg
│ ├── panel-left-open.svg
│ ├── panel-left.svg
│ ├── panel-right-close.svg
│ ├── panel-right-dashed.svg
│ ├── panel-right-open.svg
│ ├── panel-right.svg
│ ├── panel-top-close.svg
│ ├── panel-top-dashed.svg
│ ├── panel-top-open.svg
│ ├── panel-top.svg
│ ├── panels-left-bottom.svg
│ ├── panels-right-bottom.svg
│ ├── panels-top-left.svg
│ ├── paperclip.svg
│ ├── parentheses.svg
│ ├── parking-circle-off.svg
│ ├── parking-circle.svg
│ ├── parking-meter.svg
│ ├── parking-square-off.svg
│ ├── parking-square.svg
│ ├── party-popper.svg
│ ├── pause-circle.svg
│ ├── pause-octagon.svg
│ ├── pause.svg
│ ├── paw-print.svg
│ ├── pc-case.svg
│ ├── pen-line.svg
│ ├── pen-off.svg
│ ├── pen-tool.svg
│ ├── pen.svg
│ ├── pencil-line.svg
│ ├── pencil-off.svg
│ ├── pencil-ruler.svg
│ ├── pencil.svg
│ ├── pentagon.svg
│ ├── percent-circle.svg
│ ├── percent-diamond.svg
│ ├── percent-square.svg
│ ├── percent.svg
│ ├── person-standing.svg
│ ├── philippine-peso.svg
│ ├── phone-call.svg
│ ├── phone-forwarded.svg
│ ├── phone-incoming.svg
│ ├── phone-missed.svg
│ ├── phone-off.svg
│ ├── phone-outgoing.svg
│ ├── phone.svg
│ ├── pi-square.svg
│ ├── pi.svg
│ ├── piano.svg
│ ├── pickaxe.svg
│ ├── picture-in-picture-2.svg
│ ├── picture-in-picture.svg
│ ├── pie-chart.svg
│ ├── piggy-bank.svg
│ ├── pilcrow-left.svg
│ ├── pilcrow-right.svg
│ ├── pilcrow-square.svg
│ ├── pilcrow.svg
│ ├── pill-bottle.svg
│ ├── pill.svg
│ ├── pin-off.svg
│ ├── pin.svg
│ ├── pipette.svg
│ ├── pizza.svg
│ ├── plane-landing.svg
│ ├── plane-takeoff.svg
│ ├── plane.svg
│ ├── play-circle.svg
│ ├── play-square.svg
│ ├── play.svg
│ ├── plug-2.svg
│ ├── plug-zap-2.svg
│ ├── plug-zap.svg
│ ├── plug.svg
│ ├── plus-circle.svg
│ ├── plus-square.svg
│ ├── plus.svg
│ ├── pocket-knife.svg
│ ├── pocket.svg
│ ├── podcast.svg
│ ├── pointer-off.svg
│ ├── pointer.svg
│ ├── popcorn.svg
│ ├── popsicle.svg
│ ├── pound-sterling.svg
│ ├── power-circle.svg
│ ├── power-off.svg
│ ├── power-square.svg
│ ├── power.svg
│ ├── presentation.svg
│ ├── printer-check.svg
│ ├── printer.svg
│ ├── projector.svg
│ ├── proportions.svg
│ ├── puzzle.svg
│ ├── pyramid.svg
│ ├── qr-code.svg
│ ├── quote.svg
│ ├── rabbit.svg
│ ├── radar.svg
│ ├── radiation.svg
│ ├── radical.svg
│ ├── radio-receiver.svg
│ ├── radio-tower.svg
│ ├── radio.svg
│ ├── radius.svg
│ ├── rail-symbol.svg
│ ├── rainbow.svg
│ ├── rat.svg
│ ├── ratio.svg
│ ├── receipt-cent.svg
│ ├── receipt-euro.svg
│ ├── receipt-indian-rupee.svg
│ ├── receipt-japanese-yen.svg
│ ├── receipt-pound-sterling.svg
│ ├── receipt-russian-ruble.svg
│ ├── receipt-swiss-franc.svg
│ ├── receipt-text.svg
│ ├── receipt.svg
│ ├── rectangle-ellipsis.svg
│ ├── rectangle-horizontal.svg
│ ├── rectangle-vertical.svg
│ ├── recycle.svg
│ ├── redo-2.svg
│ ├── redo-dot.svg
│ ├── redo.svg
│ ├── refresh-ccw-dot.svg
│ ├── refresh-ccw.svg
│ ├── refresh-cw-off.svg
│ ├── refresh-cw.svg
│ ├── refrigerator.svg
│ ├── regex.svg
│ ├── remove-formatting.svg
│ ├── repeat-1.svg
│ ├── repeat-2.svg
│ ├── repeat.svg
│ ├── replace-all.svg
│ ├── replace.svg
│ ├── reply-all.svg
│ ├── reply.svg
│ ├── rewind.svg
│ ├── ribbon.svg
│ ├── rocket.svg
│ ├── rocking-chair.svg
│ ├── roller-coaster.svg
│ ├── rotate-3d.svg
│ ├── rotate-ccw-square.svg
│ ├── rotate-ccw.svg
│ ├── rotate-cw-square.svg
│ ├── rotate-cw.svg
│ ├── route-off.svg
│ ├── route.svg
│ ├── router.svg
│ ├── rows-2.svg
│ ├── rows-3.svg
│ ├── rows-4.svg
│ ├── rss.svg
│ ├── ruler.svg
│ ├── russian-ruble.svg
│ ├── sailboat.svg
│ ├── salad.svg
│ ├── sandwich.svg
│ ├── satellite-dish.svg
│ ├── satellite.svg
│ ├── save-all.svg
│ ├── save-off.svg
│ ├── save.svg
│ ├── scale-3d.svg
│ ├── scale.svg
│ ├── scaling.svg
│ ├── scan-barcode.svg
│ ├── scan-eye.svg
│ ├── scan-face.svg
│ ├── scan-heart.svg
│ ├── scan-line.svg
│ ├── scan-qr-code.svg
│ ├── scan-search.svg
│ ├── scan-text.svg
│ ├── scan.svg
│ ├── scatter-chart.svg
│ ├── school-2.svg
│ ├── school.svg
│ ├── scissors-line-dashed.svg
│ ├── scissors-square-dashed-bottom.svg
│ ├── scissors-square.svg
│ ├── scissors.svg
│ ├── screen-share-off.svg
│ ├── screen-share.svg
│ ├── scroll-text.svg
│ ├── scroll.svg
│ ├── search-check.svg
│ ├── search-code.svg
│ ├── search-slash.svg
│ ├── search-x.svg
│ ├── search.svg
│ ├── section.svg
│ ├── send-horizontal.svg
│ ├── send-to-back.svg
│ ├── send.svg
│ ├── separator-horizontal.svg
│ ├── separator-vertical.svg
│ ├── server-cog.svg
│ ├── server-crash.svg
│ ├── server-off.svg
│ ├── server.svg
│ ├── settings-2.svg
│ ├── settings.svg
│ ├── shapes.svg
│ ├── share-2.svg
│ ├── share.svg
│ ├── sheet.svg
│ ├── shell.svg
│ ├── shield-alert.svg
│ ├── shield-ban.svg
│ ├── shield-check.svg
│ ├── shield-close.svg
│ ├── shield-ellipsis.svg
│ ├── shield-half.svg
│ ├── shield-minus.svg
│ ├── shield-off.svg
│ ├── shield-plus.svg
│ ├── shield-question.svg
│ ├── shield-x.svg
│ ├── shield.svg
│ ├── ship-wheel.svg
│ ├── ship.svg
│ ├── shirt.svg
│ ├── shopping-bag.svg
│ ├── shopping-basket.svg
│ ├── shopping-cart.svg
│ ├── shovel.svg
│ ├── shower-head.svg
│ ├── shrink.svg
│ ├── shrub.svg
│ ├── shuffle.svg
│ ├── sidebar-close.svg
│ ├── sidebar-open.svg
│ ├── sidebar.svg
│ ├── sigma-square.svg
│ ├── sigma.svg
│ ├── signal-high.svg
│ ├── signal-low.svg
│ ├── signal-medium.svg
│ ├── signal-zero.svg
│ ├── signal.svg
│ ├── signature.svg
│ ├── signpost-big.svg
│ ├── signpost.svg
│ ├── siren.svg
│ ├── skip-back.svg
│ ├── skip-forward.svg
│ ├── skull.svg
│ ├── slack.svg
│ ├── slash-square.svg
│ ├── slash.svg
│ ├── slice.svg
│ ├── sliders-horizontal.svg
│ ├── sliders-vertical.svg
│ ├── sliders.svg
│ ├── smartphone-charging.svg
│ ├── smartphone-nfc.svg
│ ├── smartphone.svg
│ ├── smile-plus.svg
│ ├── smile.svg
│ ├── snail.svg
│ ├── snowflake.svg
│ ├── sofa.svg
│ ├── sort-asc.svg
│ ├── sort-desc.svg
│ ├── soup.svg
│ ├── space.svg
│ ├── spade.svg
│ ├── sparkle.svg
│ ├── sparkles.svg
│ ├── speaker.svg
│ ├── speech.svg
│ ├── spell-check-2.svg
│ ├── spell-check.svg
│ ├── spline.svg
│ ├── split-square-horizontal.svg
│ ├── split-square-vertical.svg
│ ├── split.svg
│ ├── spray-can.svg
│ ├── sprout.svg
│ ├── square-activity.svg
│ ├── square-arrow-down-left.svg
│ ├── square-arrow-down-right.svg
│ ├── square-arrow-down.svg
│ ├── square-arrow-left.svg
│ ├── square-arrow-out-down-left.svg
│ ├── square-arrow-out-down-right.svg
│ ├── square-arrow-out-up-left.svg
│ ├── square-arrow-out-up-right.svg
│ ├── square-arrow-right.svg
│ ├── square-arrow-up-left.svg
│ ├── square-arrow-up-right.svg
│ ├── square-arrow-up.svg
│ ├── square-asterisk.svg
│ ├── square-bottom-dashed-scissors.svg
│ ├── square-chart-gantt.svg
│ ├── square-check-big.svg
│ ├── square-check.svg
│ ├── square-chevron-down.svg
│ ├── square-chevron-left.svg
│ ├── square-chevron-right.svg
│ ├── square-chevron-up.svg
│ ├── square-code.svg
│ ├── square-dashed-bottom-code.svg
│ ├── square-dashed-bottom.svg
│ ├── square-dashed-kanban.svg
│ ├── square-dashed-mouse-pointer.svg
│ ├── square-dashed.svg
│ ├── square-divide.svg
│ ├── square-dot.svg
│ ├── square-equal.svg
│ ├── square-function.svg
│ ├── square-gantt-chart.svg
│ ├── square-kanban.svg
│ ├── square-library.svg
│ ├── square-m.svg
│ ├── square-menu.svg
│ ├── square-minus.svg
│ ├── square-mouse-pointer.svg
│ ├── square-parking-off.svg
│ ├── square-parking.svg
│ ├── square-pen.svg
│ ├── square-percent.svg
│ ├── square-pi.svg
│ ├── square-pilcrow.svg
│ ├── square-play.svg
│ ├── square-plus.svg
│ ├── square-power.svg
│ ├── square-radical.svg
│ ├── square-scissors.svg
│ ├── square-sigma.svg
│ ├── square-slash.svg
│ ├── square-split-horizontal.svg
│ ├── square-split-vertical.svg
│ ├── square-square.svg
│ ├── square-stack.svg
│ ├── square-terminal.svg
│ ├── square-user-round.svg
│ ├── square-user.svg
│ ├── square-x.svg
│ ├── square.svg
│ ├── squircle.svg
│ ├── squirrel.svg
│ ├── stamp.svg
│ ├── star-half.svg
│ ├── star-off.svg
│ ├── star.svg
│ ├── step-back.svg
│ ├── step-forward.svg
│ ├── stethoscope.svg
│ ├── sticker.svg
│ ├── sticky-note.svg
│ ├── stop-circle.svg
│ ├── store.svg
│ ├── stretch-horizontal.svg
│ ├── stretch-vertical.svg
│ ├── strikethrough.svg
│ ├── subscript.svg
│ ├── sun-dim.svg
│ ├── sun-medium.svg
│ ├── sun-moon.svg
│ ├── sun-snow.svg
│ ├── sun.svg
│ ├── sunrise.svg
│ ├── sunset.svg
│ ├── superscript.svg
│ ├── swatch-book.svg
│ ├── swiss-franc.svg
│ ├── switch-camera.svg
│ ├── sword.svg
│ ├── swords.svg
│ ├── syringe.svg
│ ├── table-2.svg
│ ├── table-cells-merge.svg
│ ├── table-cells-split.svg
│ ├── table-columns-split.svg
│ ├── table-of-contents.svg
│ ├── table-properties.svg
│ ├── table-rows-split.svg
│ ├── table.svg
│ ├── tablet-smartphone.svg
│ ├── tablet.svg
│ ├── tablets.svg
│ ├── tag.svg
│ ├── tags.svg
│ ├── tally-1.svg
│ ├── tally-2.svg
│ ├── tally-3.svg
│ ├── tally-4.svg
│ ├── tally-5.svg
│ ├── tangent.svg
│ ├── target.svg
│ ├── telescope.svg
│ ├── tent-tree.svg
│ ├── tent.svg
│ ├── terminal-square.svg
│ ├── terminal.svg
│ ├── test-tube-2.svg
│ ├── test-tube-diagonal.svg
│ ├── test-tube.svg
│ ├── test-tubes.svg
│ ├── text-cursor-input.svg
│ ├── text-cursor.svg
│ ├── text-quote.svg
│ ├── text-search.svg
│ ├── text-select.svg
│ ├── text.svg
│ ├── theater.svg
│ ├── thermometer-snowflake.svg
│ ├── thermometer-sun.svg
│ ├── thermometer.svg
│ ├── thumbs-down.svg
│ ├── thumbs-up.svg
│ ├── ticket-check.svg
│ ├── ticket-minus.svg
│ ├── ticket-percent.svg
│ ├── ticket-plus.svg
│ ├── ticket-slash.svg
│ ├── ticket-x.svg
│ ├── ticket.svg
│ ├── tickets-plane.svg
│ ├── tickets.svg
│ ├── timer-off.svg
│ ├── timer-reset.svg
│ ├── timer.svg
│ ├── toggle-left.svg
│ ├── toggle-right.svg
│ ├── toilet.svg
│ ├── tornado.svg
│ ├── torus.svg
│ ├── touchpad-off.svg
│ ├── touchpad.svg
│ ├── tower-control.svg
│ ├── toy-brick.svg
│ ├── tractor.svg
│ ├── traffic-cone.svg
│ ├── train-front-tunnel.svg
│ ├── train-front.svg
│ ├── train-track.svg
│ ├── train.svg
│ ├── tram-front.svg
│ ├── trash-2.svg
│ ├── trash.svg
│ ├── tree-deciduous.svg
│ ├── tree-palm.svg
│ ├── tree-pine.svg
│ ├── trees.svg
│ ├── trello.svg
│ ├── trending-down.svg
│ ├── trending-up-down.svg
│ ├── trending-up.svg
│ ├── triangle-alert.svg
│ ├── triangle-dashed.svg
│ ├── triangle-right.svg
│ ├── triangle.svg
│ ├── trophy.svg
│ ├── truck.svg
│ ├── turtle.svg
│ ├── tv-2.svg
│ ├── tv-minimal-play.svg
│ ├── tv-minimal.svg
│ ├── tv.svg
│ ├── twitch.svg
│ ├── twitter.svg
│ ├── type-outline.svg
│ ├── type.svg
│ ├── umbrella-off.svg
│ ├── umbrella.svg
│ ├── underline.svg
│ ├── undo-2.svg
│ ├── undo-dot.svg
│ ├── undo.svg
│ ├── unfold-horizontal.svg
│ ├── unfold-vertical.svg
│ ├── ungroup.svg
│ ├── university.svg
│ ├── unlink-2.svg
│ ├── unlink.svg
│ ├── unlock-keyhole.svg
│ ├── unlock.svg
│ ├── unplug.svg
│ ├── upload-cloud.svg
│ ├── upload.svg
│ ├── usb.svg
│ ├── user-check.svg
│ ├── user-cog.svg
│ ├── user-minus.svg
│ ├── user-pen.svg
│ ├── user-plus.svg
│ ├── user-round-check.svg
│ ├── user-round-cog.svg
│ ├── user-round-minus.svg
│ ├── user-round-pen.svg
│ ├── user-round-plus.svg
│ ├── user-round-search.svg
│ ├── user-round-x.svg
│ ├── user-round.svg
│ ├── user-search.svg
│ ├── user-x.svg
│ ├── user.svg
│ ├── users-round.svg
│ ├── users.svg
│ ├── utensils-crossed.svg
│ ├── utensils.svg
│ ├── utility-pole.svg
│ ├── variable.svg
│ ├── vault.svg
│ ├── vegan.svg
│ ├── venetian-mask.svg
│ ├── verified.svg
│ ├── vibrate-off.svg
│ ├── vibrate.svg
│ ├── video-off.svg
│ ├── video.svg
│ ├── videotape.svg
│ ├── view.svg
│ ├── voicemail.svg
│ ├── volleyball.svg
│ ├── volume-1.svg
│ ├── volume-2.svg
│ ├── volume-off.svg
│ ├── volume-x.svg
│ ├── volume.svg
│ ├── vote.svg
│ ├── wallet-2.svg
│ ├── wallet-cards.svg
│ ├── wallet-minimal.svg
│ ├── wallet.svg
│ ├── wallpaper.svg
│ ├── wand-2.svg
│ ├── wand-sparkles.svg
│ ├── wand.svg
│ ├── warehouse.svg
│ ├── washing-machine.svg
│ ├── watch.svg
│ ├── waves-ladder.svg
│ ├── waves.svg
│ ├── waypoints.svg
│ ├── webcam.svg
│ ├── webhook-off.svg
│ ├── webhook.svg
│ ├── weight.svg
│ ├── wheat-off.svg
│ ├── wheat.svg
│ ├── whole-word.svg
│ ├── wifi-high.svg
│ ├── wifi-low.svg
│ ├── wifi-off.svg
│ ├── wifi-zero.svg
│ ├── wifi.svg
│ ├── wind-arrow-down.svg
│ ├── wind.svg
│ ├── wine-off.svg
│ ├── wine.svg
│ ├── workflow.svg
│ ├── worm.svg
│ ├── wrap-text.svg
│ ├── wrench.svg
│ ├── x-circle.svg
│ ├── x-octagon.svg
│ ├── x-square.svg
│ ├── x.svg
│ ├── youtube.svg
│ ├── zap-off.svg
│ ├── zap.svg
│ ├── zoom-in.svg
│ └── zoom-out.svg
├── stripped.bin.gz
└── stripped
│ ├── a-arrow-down.svg
│ ├── a-arrow-up.svg
│ ├── a-large-small.svg
│ ├── accessibility.svg
│ ├── activity-square.svg
│ ├── activity.svg
│ ├── air-vent.svg
│ ├── airplay.svg
│ ├── alarm-check.svg
│ ├── alarm-clock-check.svg
│ ├── alarm-clock-minus.svg
│ ├── alarm-clock-off.svg
│ ├── alarm-clock-plus.svg
│ ├── alarm-clock.svg
│ ├── alarm-minus.svg
│ ├── alarm-plus.svg
│ ├── alarm-smoke.svg
│ ├── album.svg
│ ├── alert-circle.svg
│ ├── alert-octagon.svg
│ ├── alert-triangle.svg
│ ├── align-center-horizontal.svg
│ ├── align-center-vertical.svg
│ ├── align-center.svg
│ ├── align-end-horizontal.svg
│ ├── align-end-vertical.svg
│ ├── align-horizontal-distribute-center.svg
│ ├── align-horizontal-distribute-end.svg
│ ├── align-horizontal-distribute-start.svg
│ ├── align-horizontal-justify-center.svg
│ ├── align-horizontal-justify-end.svg
│ ├── align-horizontal-justify-start.svg
│ ├── align-horizontal-space-around.svg
│ ├── align-horizontal-space-between.svg
│ ├── align-justify.svg
│ ├── align-left.svg
│ ├── align-right.svg
│ ├── align-start-horizontal.svg
│ ├── align-start-vertical.svg
│ ├── align-vertical-distribute-center.svg
│ ├── align-vertical-distribute-end.svg
│ ├── align-vertical-distribute-start.svg
│ ├── align-vertical-justify-center.svg
│ ├── align-vertical-justify-end.svg
│ ├── align-vertical-justify-start.svg
│ ├── align-vertical-space-around.svg
│ ├── align-vertical-space-between.svg
│ ├── ambulance.svg
│ ├── ampersand.svg
│ ├── ampersands.svg
│ ├── amphora.svg
│ ├── anchor.svg
│ ├── angry.svg
│ ├── annoyed.svg
│ ├── antenna.svg
│ ├── anvil.svg
│ ├── aperture.svg
│ ├── app-window-mac.svg
│ ├── app-window.svg
│ ├── apple.svg
│ ├── archive-restore.svg
│ ├── archive-x.svg
│ ├── archive.svg
│ ├── area-chart.svg
│ ├── armchair.svg
│ ├── arrow-big-down-dash.svg
│ ├── arrow-big-down.svg
│ ├── arrow-big-left-dash.svg
│ ├── arrow-big-left.svg
│ ├── arrow-big-right-dash.svg
│ ├── arrow-big-right.svg
│ ├── arrow-big-up-dash.svg
│ ├── arrow-big-up.svg
│ ├── arrow-down-0-1.svg
│ ├── arrow-down-1-0.svg
│ ├── arrow-down-a-z.svg
│ ├── arrow-down-circle.svg
│ ├── arrow-down-from-line.svg
│ ├── arrow-down-left-from-circle.svg
│ ├── arrow-down-left-from-square.svg
│ ├── arrow-down-left-square.svg
│ ├── arrow-down-left.svg
│ ├── arrow-down-narrow-wide.svg
│ ├── arrow-down-right-from-circle.svg
│ ├── arrow-down-right-from-square.svg
│ ├── arrow-down-right-square.svg
│ ├── arrow-down-right.svg
│ ├── arrow-down-square.svg
│ ├── arrow-down-to-dot.svg
│ ├── arrow-down-to-line.svg
│ ├── arrow-down-up.svg
│ ├── arrow-down-wide-narrow.svg
│ ├── arrow-down-z-a.svg
│ ├── arrow-down.svg
│ ├── arrow-left-circle.svg
│ ├── arrow-left-from-line.svg
│ ├── arrow-left-right.svg
│ ├── arrow-left-square.svg
│ ├── arrow-left-to-line.svg
│ ├── arrow-left.svg
│ ├── arrow-right-circle.svg
│ ├── arrow-right-from-line.svg
│ ├── arrow-right-left.svg
│ ├── arrow-right-square.svg
│ ├── arrow-right-to-line.svg
│ ├── arrow-right.svg
│ ├── arrow-up-0-1.svg
│ ├── arrow-up-1-0.svg
│ ├── arrow-up-a-z.svg
│ ├── arrow-up-circle.svg
│ ├── arrow-up-down.svg
│ ├── arrow-up-from-dot.svg
│ ├── arrow-up-from-line.svg
│ ├── arrow-up-left-from-circle.svg
│ ├── arrow-up-left-from-square.svg
│ ├── arrow-up-left-square.svg
│ ├── arrow-up-left.svg
│ ├── arrow-up-narrow-wide.svg
│ ├── arrow-up-right-from-circle.svg
│ ├── arrow-up-right-from-square.svg
│ ├── arrow-up-right-square.svg
│ ├── arrow-up-right.svg
│ ├── arrow-up-square.svg
│ ├── arrow-up-to-line.svg
│ ├── arrow-up-wide-narrow.svg
│ ├── arrow-up-z-a.svg
│ ├── arrow-up.svg
│ ├── arrows-up-from-line.svg
│ ├── asterisk-square.svg
│ ├── asterisk.svg
│ ├── at-sign.svg
│ ├── atom.svg
│ ├── audio-lines.svg
│ ├── audio-waveform.svg
│ ├── award.svg
│ ├── axe.svg
│ ├── axis-3d.svg
│ ├── baby.svg
│ ├── backpack.svg
│ ├── badge-alert.svg
│ ├── badge-cent.svg
│ ├── badge-check.svg
│ ├── badge-dollar-sign.svg
│ ├── badge-euro.svg
│ ├── badge-help.svg
│ ├── badge-indian-rupee.svg
│ ├── badge-info.svg
│ ├── badge-japanese-yen.svg
│ ├── badge-minus.svg
│ ├── badge-percent.svg
│ ├── badge-plus.svg
│ ├── badge-pound-sterling.svg
│ ├── badge-russian-ruble.svg
│ ├── badge-swiss-franc.svg
│ ├── badge-x.svg
│ ├── badge.svg
│ ├── baggage-claim.svg
│ ├── ban.svg
│ ├── banana.svg
│ ├── bandage.svg
│ ├── banknote.svg
│ ├── bar-chart-2.svg
│ ├── bar-chart-3.svg
│ ├── bar-chart-4.svg
│ ├── bar-chart-big.svg
│ ├── bar-chart-horizontal-big.svg
│ ├── bar-chart-horizontal.svg
│ ├── bar-chart.svg
│ ├── barcode.svg
│ ├── baseline.svg
│ ├── bath.svg
│ ├── battery-charging.svg
│ ├── battery-full.svg
│ ├── battery-low.svg
│ ├── battery-medium.svg
│ ├── battery-plus.svg
│ ├── battery-warning.svg
│ ├── battery.svg
│ ├── beaker.svg
│ ├── bean-off.svg
│ ├── bean.svg
│ ├── bed-double.svg
│ ├── bed-single.svg
│ ├── bed.svg
│ ├── beef.svg
│ ├── beer-off.svg
│ ├── beer.svg
│ ├── bell-dot.svg
│ ├── bell-electric.svg
│ ├── bell-minus.svg
│ ├── bell-off.svg
│ ├── bell-plus.svg
│ ├── bell-ring.svg
│ ├── bell.svg
│ ├── between-horizontal-end.svg
│ ├── between-horizontal-start.svg
│ ├── between-vertical-end.svg
│ ├── between-vertical-start.svg
│ ├── biceps-flexed.svg
│ ├── bike.svg
│ ├── binary.svg
│ ├── binoculars.svg
│ ├── biohazard.svg
│ ├── bird.svg
│ ├── bitcoin.svg
│ ├── blend.svg
│ ├── blinds.svg
│ ├── blocks.svg
│ ├── bluetooth-connected.svg
│ ├── bluetooth-off.svg
│ ├── bluetooth-searching.svg
│ ├── bluetooth.svg
│ ├── bold.svg
│ ├── bolt.svg
│ ├── bomb.svg
│ ├── bone.svg
│ ├── book-a.svg
│ ├── book-audio.svg
│ ├── book-check.svg
│ ├── book-copy.svg
│ ├── book-dashed.svg
│ ├── book-down.svg
│ ├── book-headphones.svg
│ ├── book-heart.svg
│ ├── book-image.svg
│ ├── book-key.svg
│ ├── book-lock.svg
│ ├── book-marked.svg
│ ├── book-minus.svg
│ ├── book-open-check.svg
│ ├── book-open-text.svg
│ ├── book-open.svg
│ ├── book-plus.svg
│ ├── book-text.svg
│ ├── book-type.svg
│ ├── book-up-2.svg
│ ├── book-up.svg
│ ├── book-user.svg
│ ├── book-x.svg
│ ├── book.svg
│ ├── bookmark-check.svg
│ ├── bookmark-minus.svg
│ ├── bookmark-plus.svg
│ ├── bookmark-x.svg
│ ├── bookmark.svg
│ ├── boom-box.svg
│ ├── bot-message-square.svg
│ ├── bot-off.svg
│ ├── bot.svg
│ ├── box-select.svg
│ ├── box.svg
│ ├── boxes.svg
│ ├── braces.svg
│ ├── brackets.svg
│ ├── brain-circuit.svg
│ ├── brain-cog.svg
│ ├── brain.svg
│ ├── brick-wall.svg
│ ├── briefcase-business.svg
│ ├── briefcase-conveyor-belt.svg
│ ├── briefcase-medical.svg
│ ├── briefcase.svg
│ ├── bring-to-front.svg
│ ├── brush.svg
│ ├── bug-off.svg
│ ├── bug-play.svg
│ ├── bug.svg
│ ├── building-2.svg
│ ├── building.svg
│ ├── bus-front.svg
│ ├── bus.svg
│ ├── cable-car.svg
│ ├── cable.svg
│ ├── cake-slice.svg
│ ├── cake.svg
│ ├── calculator.svg
│ ├── calendar-1.svg
│ ├── calendar-arrow-down.svg
│ ├── calendar-arrow-up.svg
│ ├── calendar-check-2.svg
│ ├── calendar-check.svg
│ ├── calendar-clock.svg
│ ├── calendar-cog.svg
│ ├── calendar-days.svg
│ ├── calendar-fold.svg
│ ├── calendar-heart.svg
│ ├── calendar-minus-2.svg
│ ├── calendar-minus.svg
│ ├── calendar-off.svg
│ ├── calendar-plus-2.svg
│ ├── calendar-plus.svg
│ ├── calendar-range.svg
│ ├── calendar-search.svg
│ ├── calendar-sync.svg
│ ├── calendar-x-2.svg
│ ├── calendar-x.svg
│ ├── calendar.svg
│ ├── camera-off.svg
│ ├── camera.svg
│ ├── candlestick-chart.svg
│ ├── candy-cane.svg
│ ├── candy-off.svg
│ ├── candy.svg
│ ├── cannabis.svg
│ ├── captions-off.svg
│ ├── captions.svg
│ ├── car-front.svg
│ ├── car-taxi-front.svg
│ ├── car.svg
│ ├── caravan.svg
│ ├── carrot.svg
│ ├── case-lower.svg
│ ├── case-sensitive.svg
│ ├── case-upper.svg
│ ├── cassette-tape.svg
│ ├── cast.svg
│ ├── castle.svg
│ ├── cat.svg
│ ├── cctv.svg
│ ├── chart-area.svg
│ ├── chart-bar-big.svg
│ ├── chart-bar-decreasing.svg
│ ├── chart-bar-increasing.svg
│ ├── chart-bar-stacked.svg
│ ├── chart-bar.svg
│ ├── chart-candlestick.svg
│ ├── chart-column-big.svg
│ ├── chart-column-decreasing.svg
│ ├── chart-column-increasing.svg
│ ├── chart-column-stacked.svg
│ ├── chart-column.svg
│ ├── chart-gantt.svg
│ ├── chart-line.svg
│ ├── chart-network.svg
│ ├── chart-no-axes-column-decreasing.svg
│ ├── chart-no-axes-column-increasing.svg
│ ├── chart-no-axes-column.svg
│ ├── chart-no-axes-combined.svg
│ ├── chart-no-axes-gantt.svg
│ ├── chart-pie.svg
│ ├── chart-scatter.svg
│ ├── chart-spline.svg
│ ├── check-check.svg
│ ├── check-circle-2.svg
│ ├── check-circle.svg
│ ├── check-square-2.svg
│ ├── check-square.svg
│ ├── check.svg
│ ├── chef-hat.svg
│ ├── cherry.svg
│ ├── chevron-down-circle.svg
│ ├── chevron-down-square.svg
│ ├── chevron-down.svg
│ ├── chevron-first.svg
│ ├── chevron-last.svg
│ ├── chevron-left-circle.svg
│ ├── chevron-left-square.svg
│ ├── chevron-left.svg
│ ├── chevron-right-circle.svg
│ ├── chevron-right-square.svg
│ ├── chevron-right.svg
│ ├── chevron-up-circle.svg
│ ├── chevron-up-square.svg
│ ├── chevron-up.svg
│ ├── chevrons-down-up.svg
│ ├── chevrons-down.svg
│ ├── chevrons-left-right-ellipsis.svg
│ ├── chevrons-left-right.svg
│ ├── chevrons-left.svg
│ ├── chevrons-right-left.svg
│ ├── chevrons-right.svg
│ ├── chevrons-up-down.svg
│ ├── chevrons-up.svg
│ ├── chrome.svg
│ ├── church.svg
│ ├── cigarette-off.svg
│ ├── cigarette.svg
│ ├── circle-alert.svg
│ ├── circle-arrow-down.svg
│ ├── circle-arrow-left.svg
│ ├── circle-arrow-out-down-left.svg
│ ├── circle-arrow-out-down-right.svg
│ ├── circle-arrow-out-up-left.svg
│ ├── circle-arrow-out-up-right.svg
│ ├── circle-arrow-right.svg
│ ├── circle-arrow-up.svg
│ ├── circle-check-big.svg
│ ├── circle-check.svg
│ ├── circle-chevron-down.svg
│ ├── circle-chevron-left.svg
│ ├── circle-chevron-right.svg
│ ├── circle-chevron-up.svg
│ ├── circle-dashed.svg
│ ├── circle-divide.svg
│ ├── circle-dollar-sign.svg
│ ├── circle-dot-dashed.svg
│ ├── circle-dot.svg
│ ├── circle-ellipsis.svg
│ ├── circle-equal.svg
│ ├── circle-fading-arrow-up.svg
│ ├── circle-fading-plus.svg
│ ├── circle-gauge.svg
│ ├── circle-help.svg
│ ├── circle-minus.svg
│ ├── circle-off.svg
│ ├── circle-parking-off.svg
│ ├── circle-parking.svg
│ ├── circle-pause.svg
│ ├── circle-percent.svg
│ ├── circle-play.svg
│ ├── circle-plus.svg
│ ├── circle-power.svg
│ ├── circle-slash-2.svg
│ ├── circle-slash.svg
│ ├── circle-slashed.svg
│ ├── circle-stop.svg
│ ├── circle-user-round.svg
│ ├── circle-user.svg
│ ├── circle-x.svg
│ ├── circle.svg
│ ├── circuit-board.svg
│ ├── citrus.svg
│ ├── clapperboard.svg
│ ├── clipboard-check.svg
│ ├── clipboard-copy.svg
│ ├── clipboard-edit.svg
│ ├── clipboard-list.svg
│ ├── clipboard-minus.svg
│ ├── clipboard-paste.svg
│ ├── clipboard-pen-line.svg
│ ├── clipboard-pen.svg
│ ├── clipboard-plus.svg
│ ├── clipboard-signature.svg
│ ├── clipboard-type.svg
│ ├── clipboard-x.svg
│ ├── clipboard.svg
│ ├── clock-1.svg
│ ├── clock-10.svg
│ ├── clock-11.svg
│ ├── clock-12.svg
│ ├── clock-2.svg
│ ├── clock-3.svg
│ ├── clock-4.svg
│ ├── clock-5.svg
│ ├── clock-6.svg
│ ├── clock-7.svg
│ ├── clock-8.svg
│ ├── clock-9.svg
│ ├── clock-alert.svg
│ ├── clock-arrow-down.svg
│ ├── clock-arrow-up.svg
│ ├── clock.svg
│ ├── cloud-alert.svg
│ ├── cloud-cog.svg
│ ├── cloud-download.svg
│ ├── cloud-drizzle.svg
│ ├── cloud-fog.svg
│ ├── cloud-hail.svg
│ ├── cloud-lightning.svg
│ ├── cloud-moon-rain.svg
│ ├── cloud-moon.svg
│ ├── cloud-off.svg
│ ├── cloud-rain-wind.svg
│ ├── cloud-rain.svg
│ ├── cloud-snow.svg
│ ├── cloud-sun-rain.svg
│ ├── cloud-sun.svg
│ ├── cloud-upload.svg
│ ├── cloud.svg
│ ├── cloudy.svg
│ ├── clover.svg
│ ├── club.svg
│ ├── code-2.svg
│ ├── code-square.svg
│ ├── code-xml.svg
│ ├── code.svg
│ ├── codepen.svg
│ ├── codesandbox.svg
│ ├── coffee.svg
│ ├── cog.svg
│ ├── coins.svg
│ ├── columns-2.svg
│ ├── columns-3.svg
│ ├── columns-4.svg
│ ├── columns.svg
│ ├── combine.svg
│ ├── command.svg
│ ├── compass.svg
│ ├── component.svg
│ ├── computer.svg
│ ├── concierge-bell.svg
│ ├── cone.svg
│ ├── construction.svg
│ ├── contact-2.svg
│ ├── contact-round.svg
│ ├── contact.svg
│ ├── container.svg
│ ├── contrast.svg
│ ├── cookie.svg
│ ├── cooking-pot.svg
│ ├── copy-check.svg
│ ├── copy-minus.svg
│ ├── copy-plus.svg
│ ├── copy-slash.svg
│ ├── copy-x.svg
│ ├── copy.svg
│ ├── copyleft.svg
│ ├── copyright.svg
│ ├── corner-down-left.svg
│ ├── corner-down-right.svg
│ ├── corner-left-down.svg
│ ├── corner-left-up.svg
│ ├── corner-right-down.svg
│ ├── corner-right-up.svg
│ ├── corner-up-left.svg
│ ├── corner-up-right.svg
│ ├── cpu.svg
│ ├── creative-commons.svg
│ ├── credit-card.svg
│ ├── croissant.svg
│ ├── crop.svg
│ ├── cross.svg
│ ├── crosshair.svg
│ ├── crown.svg
│ ├── cuboid.svg
│ ├── cup-soda.svg
│ ├── curly-braces.svg
│ ├── currency.svg
│ ├── cylinder.svg
│ ├── dam.svg
│ ├── database-backup.svg
│ ├── database-zap.svg
│ ├── database.svg
│ ├── delete.svg
│ ├── dessert.svg
│ ├── diameter.svg
│ ├── diamond-minus.svg
│ ├── diamond-percent.svg
│ ├── diamond-plus.svg
│ ├── diamond.svg
│ ├── dice-1.svg
│ ├── dice-2.svg
│ ├── dice-3.svg
│ ├── dice-4.svg
│ ├── dice-5.svg
│ ├── dice-6.svg
│ ├── dices.svg
│ ├── diff.svg
│ ├── disc-2.svg
│ ├── disc-3.svg
│ ├── disc-album.svg
│ ├── disc.svg
│ ├── divide-circle.svg
│ ├── divide-square.svg
│ ├── divide.svg
│ ├── dna-off.svg
│ ├── dna.svg
│ ├── dock.svg
│ ├── dog.svg
│ ├── dollar-sign.svg
│ ├── donut.svg
│ ├── door-closed.svg
│ ├── door-open.svg
│ ├── dot-square.svg
│ ├── dot.svg
│ ├── download-cloud.svg
│ ├── download.svg
│ ├── drafting-compass.svg
│ ├── drama.svg
│ ├── dribbble.svg
│ ├── drill.svg
│ ├── droplet-off.svg
│ ├── droplet.svg
│ ├── droplets.svg
│ ├── drum.svg
│ ├── drumstick.svg
│ ├── dumbbell.svg
│ ├── ear-off.svg
│ ├── ear.svg
│ ├── earth-lock.svg
│ ├── earth.svg
│ ├── eclipse.svg
│ ├── edit-2.svg
│ ├── edit-3.svg
│ ├── edit.svg
│ ├── egg-fried.svg
│ ├── egg-off.svg
│ ├── egg.svg
│ ├── ellipsis-vertical.svg
│ ├── ellipsis.svg
│ ├── equal-approximately.svg
│ ├── equal-not.svg
│ ├── equal-square.svg
│ ├── equal.svg
│ ├── eraser.svg
│ ├── ethernet-port.svg
│ ├── euro.svg
│ ├── expand.svg
│ ├── external-link.svg
│ ├── eye-closed.svg
│ ├── eye-off.svg
│ ├── eye.svg
│ ├── facebook.svg
│ ├── factory.svg
│ ├── fan.svg
│ ├── fast-forward.svg
│ ├── feather.svg
│ ├── fence.svg
│ ├── ferris-wheel.svg
│ ├── figma.svg
│ ├── file-archive.svg
│ ├── file-audio-2.svg
│ ├── file-audio.svg
│ ├── file-axis-3d.svg
│ ├── file-badge-2.svg
│ ├── file-badge.svg
│ ├── file-bar-chart-2.svg
│ ├── file-bar-chart.svg
│ ├── file-box.svg
│ ├── file-chart-column-increasing.svg
│ ├── file-chart-column.svg
│ ├── file-chart-line.svg
│ ├── file-chart-pie.svg
│ ├── file-check-2.svg
│ ├── file-check.svg
│ ├── file-clock.svg
│ ├── file-code-2.svg
│ ├── file-code.svg
│ ├── file-cog-2.svg
│ ├── file-cog.svg
│ ├── file-diff.svg
│ ├── file-digit.svg
│ ├── file-down.svg
│ ├── file-edit.svg
│ ├── file-heart.svg
│ ├── file-image.svg
│ ├── file-input.svg
│ ├── file-json-2.svg
│ ├── file-json.svg
│ ├── file-key-2.svg
│ ├── file-key.svg
│ ├── file-line-chart.svg
│ ├── file-lock-2.svg
│ ├── file-lock.svg
│ ├── file-minus-2.svg
│ ├── file-minus.svg
│ ├── file-music.svg
│ ├── file-output.svg
│ ├── file-pen-line.svg
│ ├── file-pen.svg
│ ├── file-pie-chart.svg
│ ├── file-plus-2.svg
│ ├── file-plus.svg
│ ├── file-question.svg
│ ├── file-scan.svg
│ ├── file-search-2.svg
│ ├── file-search.svg
│ ├── file-signature.svg
│ ├── file-sliders.svg
│ ├── file-spreadsheet.svg
│ ├── file-stack.svg
│ ├── file-symlink.svg
│ ├── file-terminal.svg
│ ├── file-text.svg
│ ├── file-type-2.svg
│ ├── file-type.svg
│ ├── file-up.svg
│ ├── file-user.svg
│ ├── file-video-2.svg
│ ├── file-video.svg
│ ├── file-volume-2.svg
│ ├── file-volume.svg
│ ├── file-warning.svg
│ ├── file-x-2.svg
│ ├── file-x.svg
│ ├── file.svg
│ ├── files.svg
│ ├── film.svg
│ ├── filter-x.svg
│ ├── filter.svg
│ ├── fingerprint.svg
│ ├── fire-extinguisher.svg
│ ├── fish-off.svg
│ ├── fish-symbol.svg
│ ├── fish.svg
│ ├── flag-off.svg
│ ├── flag-triangle-left.svg
│ ├── flag-triangle-right.svg
│ ├── flag.svg
│ ├── flame-kindling.svg
│ ├── flame.svg
│ ├── flashlight-off.svg
│ ├── flashlight.svg
│ ├── flask-conical-off.svg
│ ├── flask-conical.svg
│ ├── flask-round.svg
│ ├── flip-horizontal-2.svg
│ ├── flip-horizontal.svg
│ ├── flip-vertical-2.svg
│ ├── flip-vertical.svg
│ ├── flower-2.svg
│ ├── flower.svg
│ ├── focus.svg
│ ├── fold-horizontal.svg
│ ├── fold-vertical.svg
│ ├── folder-archive.svg
│ ├── folder-check.svg
│ ├── folder-clock.svg
│ ├── folder-closed.svg
│ ├── folder-code.svg
│ ├── folder-cog-2.svg
│ ├── folder-cog.svg
│ ├── folder-dot.svg
│ ├── folder-down.svg
│ ├── folder-edit.svg
│ ├── folder-git-2.svg
│ ├── folder-git.svg
│ ├── folder-heart.svg
│ ├── folder-input.svg
│ ├── folder-kanban.svg
│ ├── folder-key.svg
│ ├── folder-lock.svg
│ ├── folder-minus.svg
│ ├── folder-open-dot.svg
│ ├── folder-open.svg
│ ├── folder-output.svg
│ ├── folder-pen.svg
│ ├── folder-plus.svg
│ ├── folder-root.svg
│ ├── folder-search-2.svg
│ ├── folder-search.svg
│ ├── folder-symlink.svg
│ ├── folder-sync.svg
│ ├── folder-tree.svg
│ ├── folder-up.svg
│ ├── folder-x.svg
│ ├── folder.svg
│ ├── folders.svg
│ ├── footprints.svg
│ ├── forklift.svg
│ ├── form-input.svg
│ ├── forward.svg
│ ├── frame.svg
│ ├── framer.svg
│ ├── frown.svg
│ ├── fuel.svg
│ ├── fullscreen.svg
│ ├── function-square.svg
│ ├── gallery-horizontal-end.svg
│ ├── gallery-horizontal.svg
│ ├── gallery-thumbnails.svg
│ ├── gallery-vertical-end.svg
│ ├── gallery-vertical.svg
│ ├── gamepad-2.svg
│ ├── gamepad.svg
│ ├── gantt-chart-square.svg
│ ├── gantt-chart.svg
│ ├── gauge-circle.svg
│ ├── gauge.svg
│ ├── gavel.svg
│ ├── gem.svg
│ ├── ghost.svg
│ ├── gift.svg
│ ├── git-branch-plus.svg
│ ├── git-branch.svg
│ ├── git-commit-horizontal.svg
│ ├── git-commit-vertical.svg
│ ├── git-commit.svg
│ ├── git-compare-arrows.svg
│ ├── git-compare.svg
│ ├── git-fork.svg
│ ├── git-graph.svg
│ ├── git-merge.svg
│ ├── git-pull-request-arrow.svg
│ ├── git-pull-request-closed.svg
│ ├── git-pull-request-create-arrow.svg
│ ├── git-pull-request-create.svg
│ ├── git-pull-request-draft.svg
│ ├── git-pull-request.svg
│ ├── github.svg
│ ├── gitlab.svg
│ ├── glass-water.svg
│ ├── glasses.svg
│ ├── globe-2.svg
│ ├── globe-lock.svg
│ ├── globe.svg
│ ├── goal.svg
│ ├── grab.svg
│ ├── graduation-cap.svg
│ ├── grape.svg
│ ├── grid-2x2-check.svg
│ ├── grid-2x2-plus.svg
│ ├── grid-2x2-x.svg
│ ├── grid-2x2.svg
│ ├── grid-3x3.svg
│ ├── grid.svg
│ ├── grip-horizontal.svg
│ ├── grip-vertical.svg
│ ├── grip.svg
│ ├── group.svg
│ ├── guitar.svg
│ ├── ham.svg
│ ├── hammer.svg
│ ├── hand-coins.svg
│ ├── hand-heart.svg
│ ├── hand-helping.svg
│ ├── hand-metal.svg
│ ├── hand-platter.svg
│ ├── hand.svg
│ ├── handshake.svg
│ ├── hard-drive-download.svg
│ ├── hard-drive-upload.svg
│ ├── hard-drive.svg
│ ├── hard-hat.svg
│ ├── hash.svg
│ ├── haze.svg
│ ├── hdmi-port.svg
│ ├── heading-1.svg
│ ├── heading-2.svg
│ ├── heading-3.svg
│ ├── heading-4.svg
│ ├── heading-5.svg
│ ├── heading-6.svg
│ ├── heading.svg
│ ├── headphone-off.svg
│ ├── headphones.svg
│ ├── headset.svg
│ ├── heart-crack.svg
│ ├── heart-handshake.svg
│ ├── heart-off.svg
│ ├── heart-pulse.svg
│ ├── heart.svg
│ ├── heater.svg
│ ├── help-circle.svg
│ ├── hexagon.svg
│ ├── highlighter.svg
│ ├── history.svg
│ ├── home.svg
│ ├── hop-off.svg
│ ├── hop.svg
│ ├── hospital.svg
│ ├── hotel.svg
│ ├── hourglass.svg
│ ├── house-plug.svg
│ ├── house-plus.svg
│ ├── house-wifi.svg
│ ├── house.svg
│ ├── ice-cream-2.svg
│ ├── ice-cream-bowl.svg
│ ├── ice-cream-cone.svg
│ ├── ice-cream.svg
│ ├── id-card.svg
│ ├── image-down.svg
│ ├── image-minus.svg
│ ├── image-off.svg
│ ├── image-play.svg
│ ├── image-plus.svg
│ ├── image-up.svg
│ ├── image-upscale.svg
│ ├── image.svg
│ ├── images.svg
│ ├── import.svg
│ ├── inbox.svg
│ ├── indent-decrease.svg
│ ├── indent-increase.svg
│ ├── indent.svg
│ ├── indian-rupee.svg
│ ├── infinity.svg
│ ├── info.svg
│ ├── inspect.svg
│ ├── inspection-panel.svg
│ ├── instagram.svg
│ ├── italic.svg
│ ├── iteration-ccw.svg
│ ├── iteration-cw.svg
│ ├── japanese-yen.svg
│ ├── joystick.svg
│ ├── kanban-square-dashed.svg
│ ├── kanban-square.svg
│ ├── kanban.svg
│ ├── key-round.svg
│ ├── key-square.svg
│ ├── key.svg
│ ├── keyboard-music.svg
│ ├── keyboard-off.svg
│ ├── keyboard.svg
│ ├── lamp-ceiling.svg
│ ├── lamp-desk.svg
│ ├── lamp-floor.svg
│ ├── lamp-wall-down.svg
│ ├── lamp-wall-up.svg
│ ├── lamp.svg
│ ├── land-plot.svg
│ ├── landmark.svg
│ ├── languages.svg
│ ├── laptop-2.svg
│ ├── laptop-minimal-check.svg
│ ├── laptop-minimal.svg
│ ├── laptop.svg
│ ├── lasso-select.svg
│ ├── lasso.svg
│ ├── laugh.svg
│ ├── layers-2.svg
│ ├── layers-3.svg
│ ├── layers.svg
│ ├── layout-dashboard.svg
│ ├── layout-grid.svg
│ ├── layout-list.svg
│ ├── layout-panel-left.svg
│ ├── layout-panel-top.svg
│ ├── layout-template.svg
│ ├── layout.svg
│ ├── leaf.svg
│ ├── leafy-green.svg
│ ├── lectern.svg
│ ├── letter-text.svg
│ ├── library-big.svg
│ ├── library-square.svg
│ ├── library.svg
│ ├── life-buoy.svg
│ ├── ligature.svg
│ ├── lightbulb-off.svg
│ ├── lightbulb.svg
│ ├── line-chart.svg
│ ├── link-2-off.svg
│ ├── link-2.svg
│ ├── link.svg
│ ├── linkedin.svg
│ ├── list-check.svg
│ ├── list-checks.svg
│ ├── list-collapse.svg
│ ├── list-end.svg
│ ├── list-filter-plus.svg
│ ├── list-filter.svg
│ ├── list-minus.svg
│ ├── list-music.svg
│ ├── list-ordered.svg
│ ├── list-plus.svg
│ ├── list-restart.svg
│ ├── list-start.svg
│ ├── list-todo.svg
│ ├── list-tree.svg
│ ├── list-video.svg
│ ├── list-x.svg
│ ├── list.svg
│ ├── loader-2.svg
│ ├── loader-circle.svg
│ ├── loader-pinwheel.svg
│ ├── loader.svg
│ ├── locate-fixed.svg
│ ├── locate-off.svg
│ ├── locate.svg
│ ├── lock-keyhole-open.svg
│ ├── lock-keyhole.svg
│ ├── lock-open.svg
│ ├── lock.svg
│ ├── log-in.svg
│ ├── log-out.svg
│ ├── logs.svg
│ ├── lollipop.svg
│ ├── luggage.svg
│ ├── m-square.svg
│ ├── magnet.svg
│ ├── mail-check.svg
│ ├── mail-minus.svg
│ ├── mail-open.svg
│ ├── mail-plus.svg
│ ├── mail-question.svg
│ ├── mail-search.svg
│ ├── mail-warning.svg
│ ├── mail-x.svg
│ ├── mail.svg
│ ├── mailbox.svg
│ ├── mails.svg
│ ├── map-pin-check-inside.svg
│ ├── map-pin-check.svg
│ ├── map-pin-house.svg
│ ├── map-pin-minus-inside.svg
│ ├── map-pin-minus.svg
│ ├── map-pin-off.svg
│ ├── map-pin-plus-inside.svg
│ ├── map-pin-plus.svg
│ ├── map-pin-x-inside.svg
│ ├── map-pin-x.svg
│ ├── map-pin.svg
│ ├── map-pinned.svg
│ ├── map-plus.svg
│ ├── map.svg
│ ├── martini.svg
│ ├── maximize-2.svg
│ ├── maximize.svg
│ ├── medal.svg
│ ├── megaphone-off.svg
│ ├── megaphone.svg
│ ├── meh.svg
│ ├── memory-stick.svg
│ ├── menu-square.svg
│ ├── menu.svg
│ ├── merge.svg
│ ├── message-circle-code.svg
│ ├── message-circle-dashed.svg
│ ├── message-circle-heart.svg
│ ├── message-circle-more.svg
│ ├── message-circle-off.svg
│ ├── message-circle-plus.svg
│ ├── message-circle-question.svg
│ ├── message-circle-reply.svg
│ ├── message-circle-warning.svg
│ ├── message-circle-x.svg
│ ├── message-circle.svg
│ ├── message-square-code.svg
│ ├── message-square-dashed.svg
│ ├── message-square-diff.svg
│ ├── message-square-dot.svg
│ ├── message-square-heart.svg
│ ├── message-square-lock.svg
│ ├── message-square-more.svg
│ ├── message-square-off.svg
│ ├── message-square-plus.svg
│ ├── message-square-quote.svg
│ ├── message-square-reply.svg
│ ├── message-square-share.svg
│ ├── message-square-text.svg
│ ├── message-square-warning.svg
│ ├── message-square-x.svg
│ ├── message-square.svg
│ ├── messages-square.svg
│ ├── mic-2.svg
│ ├── mic-off.svg
│ ├── mic-vocal.svg
│ ├── mic.svg
│ ├── microchip.svg
│ ├── microscope.svg
│ ├── microwave.svg
│ ├── milestone.svg
│ ├── milk-off.svg
│ ├── milk.svg
│ ├── minimize-2.svg
│ ├── minimize.svg
│ ├── minus-circle.svg
│ ├── minus-square.svg
│ ├── minus.svg
│ ├── monitor-check.svg
│ ├── monitor-cog.svg
│ ├── monitor-dot.svg
│ ├── monitor-down.svg
│ ├── monitor-off.svg
│ ├── monitor-pause.svg
│ ├── monitor-play.svg
│ ├── monitor-smartphone.svg
│ ├── monitor-speaker.svg
│ ├── monitor-stop.svg
│ ├── monitor-up.svg
│ ├── monitor-x.svg
│ ├── monitor.svg
│ ├── moon-star.svg
│ ├── moon.svg
│ ├── more-horizontal.svg
│ ├── more-vertical.svg
│ ├── mountain-snow.svg
│ ├── mountain.svg
│ ├── mouse-off.svg
│ ├── mouse-pointer-2.svg
│ ├── mouse-pointer-ban.svg
│ ├── mouse-pointer-click.svg
│ ├── mouse-pointer-square-dashed.svg
│ ├── mouse-pointer-square.svg
│ ├── mouse-pointer.svg
│ ├── mouse.svg
│ ├── move-3d.svg
│ ├── move-diagonal-2.svg
│ ├── move-diagonal.svg
│ ├── move-down-left.svg
│ ├── move-down-right.svg
│ ├── move-down.svg
│ ├── move-horizontal.svg
│ ├── move-left.svg
│ ├── move-right.svg
│ ├── move-up-left.svg
│ ├── move-up-right.svg
│ ├── move-up.svg
│ ├── move-vertical.svg
│ ├── move.svg
│ ├── music-2.svg
│ ├── music-3.svg
│ ├── music-4.svg
│ ├── music.svg
│ ├── navigation-2-off.svg
│ ├── navigation-2.svg
│ ├── navigation-off.svg
│ ├── navigation.svg
│ ├── network.svg
│ ├── newspaper.svg
│ ├── nfc.svg
│ ├── notebook-pen.svg
│ ├── notebook-tabs.svg
│ ├── notebook-text.svg
│ ├── notebook.svg
│ ├── notepad-text-dashed.svg
│ ├── notepad-text.svg
│ ├── nut-off.svg
│ ├── nut.svg
│ ├── octagon-alert.svg
│ ├── octagon-minus.svg
│ ├── octagon-pause.svg
│ ├── octagon-x.svg
│ ├── octagon.svg
│ ├── omega.svg
│ ├── option.svg
│ ├── orbit.svg
│ ├── origami.svg
│ ├── outdent.svg
│ ├── package-2.svg
│ ├── package-check.svg
│ ├── package-minus.svg
│ ├── package-open.svg
│ ├── package-plus.svg
│ ├── package-search.svg
│ ├── package-x.svg
│ ├── package.svg
│ ├── paint-bucket.svg
│ ├── paint-roller.svg
│ ├── paintbrush-2.svg
│ ├── paintbrush-vertical.svg
│ ├── paintbrush.svg
│ ├── palette.svg
│ ├── palmtree.svg
│ ├── panel-bottom-close.svg
│ ├── panel-bottom-dashed.svg
│ ├── panel-bottom-open.svg
│ ├── panel-bottom.svg
│ ├── panel-left-close.svg
│ ├── panel-left-dashed.svg
│ ├── panel-left-open.svg
│ ├── panel-left.svg
│ ├── panel-right-close.svg
│ ├── panel-right-dashed.svg
│ ├── panel-right-open.svg
│ ├── panel-right.svg
│ ├── panel-top-close.svg
│ ├── panel-top-dashed.svg
│ ├── panel-top-open.svg
│ ├── panel-top.svg
│ ├── panels-left-bottom.svg
│ ├── panels-right-bottom.svg
│ ├── panels-top-left.svg
│ ├── paperclip.svg
│ ├── parentheses.svg
│ ├── parking-circle-off.svg
│ ├── parking-circle.svg
│ ├── parking-meter.svg
│ ├── parking-square-off.svg
│ ├── parking-square.svg
│ ├── party-popper.svg
│ ├── pause-circle.svg
│ ├── pause-octagon.svg
│ ├── pause.svg
│ ├── paw-print.svg
│ ├── pc-case.svg
│ ├── pen-line.svg
│ ├── pen-off.svg
│ ├── pen-tool.svg
│ ├── pen.svg
│ ├── pencil-line.svg
│ ├── pencil-off.svg
│ ├── pencil-ruler.svg
│ ├── pencil.svg
│ ├── pentagon.svg
│ ├── percent-circle.svg
│ ├── percent-diamond.svg
│ ├── percent-square.svg
│ ├── percent.svg
│ ├── person-standing.svg
│ ├── philippine-peso.svg
│ ├── phone-call.svg
│ ├── phone-forwarded.svg
│ ├── phone-incoming.svg
│ ├── phone-missed.svg
│ ├── phone-off.svg
│ ├── phone-outgoing.svg
│ ├── phone.svg
│ ├── pi-square.svg
│ ├── pi.svg
│ ├── piano.svg
│ ├── pickaxe.svg
│ ├── picture-in-picture-2.svg
│ ├── picture-in-picture.svg
│ ├── pie-chart.svg
│ ├── piggy-bank.svg
│ ├── pilcrow-left.svg
│ ├── pilcrow-right.svg
│ ├── pilcrow-square.svg
│ ├── pilcrow.svg
│ ├── pill-bottle.svg
│ ├── pill.svg
│ ├── pin-off.svg
│ ├── pin.svg
│ ├── pipette.svg
│ ├── pizza.svg
│ ├── plane-landing.svg
│ ├── plane-takeoff.svg
│ ├── plane.svg
│ ├── play-circle.svg
│ ├── play-square.svg
│ ├── play.svg
│ ├── plug-2.svg
│ ├── plug-zap-2.svg
│ ├── plug-zap.svg
│ ├── plug.svg
│ ├── plus-circle.svg
│ ├── plus-square.svg
│ ├── plus.svg
│ ├── pocket-knife.svg
│ ├── pocket.svg
│ ├── podcast.svg
│ ├── pointer-off.svg
│ ├── pointer.svg
│ ├── popcorn.svg
│ ├── popsicle.svg
│ ├── pound-sterling.svg
│ ├── power-circle.svg
│ ├── power-off.svg
│ ├── power-square.svg
│ ├── power.svg
│ ├── presentation.svg
│ ├── printer-check.svg
│ ├── printer.svg
│ ├── projector.svg
│ ├── proportions.svg
│ ├── puzzle.svg
│ ├── pyramid.svg
│ ├── qr-code.svg
│ ├── quote.svg
│ ├── rabbit.svg
│ ├── radar.svg
│ ├── radiation.svg
│ ├── radical.svg
│ ├── radio-receiver.svg
│ ├── radio-tower.svg
│ ├── radio.svg
│ ├── radius.svg
│ ├── rail-symbol.svg
│ ├── rainbow.svg
│ ├── rat.svg
│ ├── ratio.svg
│ ├── receipt-cent.svg
│ ├── receipt-euro.svg
│ ├── receipt-indian-rupee.svg
│ ├── receipt-japanese-yen.svg
│ ├── receipt-pound-sterling.svg
│ ├── receipt-russian-ruble.svg
│ ├── receipt-swiss-franc.svg
│ ├── receipt-text.svg
│ ├── receipt.svg
│ ├── rectangle-ellipsis.svg
│ ├── rectangle-horizontal.svg
│ ├── rectangle-vertical.svg
│ ├── recycle.svg
│ ├── redo-2.svg
│ ├── redo-dot.svg
│ ├── redo.svg
│ ├── refresh-ccw-dot.svg
│ ├── refresh-ccw.svg
│ ├── refresh-cw-off.svg
│ ├── refresh-cw.svg
│ ├── refrigerator.svg
│ ├── regex.svg
│ ├── remove-formatting.svg
│ ├── repeat-1.svg
│ ├── repeat-2.svg
│ ├── repeat.svg
│ ├── replace-all.svg
│ ├── replace.svg
│ ├── reply-all.svg
│ ├── reply.svg
│ ├── rewind.svg
│ ├── ribbon.svg
│ ├── rocket.svg
│ ├── rocking-chair.svg
│ ├── roller-coaster.svg
│ ├── rotate-3d.svg
│ ├── rotate-ccw-square.svg
│ ├── rotate-ccw.svg
│ ├── rotate-cw-square.svg
│ ├── rotate-cw.svg
│ ├── route-off.svg
│ ├── route.svg
│ ├── router.svg
│ ├── rows-2.svg
│ ├── rows-3.svg
│ ├── rows-4.svg
│ ├── rss.svg
│ ├── ruler.svg
│ ├── russian-ruble.svg
│ ├── sailboat.svg
│ ├── salad.svg
│ ├── sandwich.svg
│ ├── satellite-dish.svg
│ ├── satellite.svg
│ ├── save-all.svg
│ ├── save-off.svg
│ ├── save.svg
│ ├── scale-3d.svg
│ ├── scale.svg
│ ├── scaling.svg
│ ├── scan-barcode.svg
│ ├── scan-eye.svg
│ ├── scan-face.svg
│ ├── scan-heart.svg
│ ├── scan-line.svg
│ ├── scan-qr-code.svg
│ ├── scan-search.svg
│ ├── scan-text.svg
│ ├── scan.svg
│ ├── scatter-chart.svg
│ ├── school-2.svg
│ ├── school.svg
│ ├── scissors-line-dashed.svg
│ ├── scissors-square-dashed-bottom.svg
│ ├── scissors-square.svg
│ ├── scissors.svg
│ ├── screen-share-off.svg
│ ├── screen-share.svg
│ ├── scroll-text.svg
│ ├── scroll.svg
│ ├── search-check.svg
│ ├── search-code.svg
│ ├── search-slash.svg
│ ├── search-x.svg
│ ├── search.svg
│ ├── section.svg
│ ├── send-horizontal.svg
│ ├── send-to-back.svg
│ ├── send.svg
│ ├── separator-horizontal.svg
│ ├── separator-vertical.svg
│ ├── server-cog.svg
│ ├── server-crash.svg
│ ├── server-off.svg
│ ├── server.svg
│ ├── settings-2.svg
│ ├── settings.svg
│ ├── shapes.svg
│ ├── share-2.svg
│ ├── share.svg
│ ├── sheet.svg
│ ├── shell.svg
│ ├── shield-alert.svg
│ ├── shield-ban.svg
│ ├── shield-check.svg
│ ├── shield-close.svg
│ ├── shield-ellipsis.svg
│ ├── shield-half.svg
│ ├── shield-minus.svg
│ ├── shield-off.svg
│ ├── shield-plus.svg
│ ├── shield-question.svg
│ ├── shield-x.svg
│ ├── shield.svg
│ ├── ship-wheel.svg
│ ├── ship.svg
│ ├── shirt.svg
│ ├── shopping-bag.svg
│ ├── shopping-basket.svg
│ ├── shopping-cart.svg
│ ├── shovel.svg
│ ├── shower-head.svg
│ ├── shrink.svg
│ ├── shrub.svg
│ ├── shuffle.svg
│ ├── sidebar-close.svg
│ ├── sidebar-open.svg
│ ├── sidebar.svg
│ ├── sigma-square.svg
│ ├── sigma.svg
│ ├── signal-high.svg
│ ├── signal-low.svg
│ ├── signal-medium.svg
│ ├── signal-zero.svg
│ ├── signal.svg
│ ├── signature.svg
│ ├── signpost-big.svg
│ ├── signpost.svg
│ ├── siren.svg
│ ├── skip-back.svg
│ ├── skip-forward.svg
│ ├── skull.svg
│ ├── slack.svg
│ ├── slash-square.svg
│ ├── slash.svg
│ ├── slice.svg
│ ├── sliders-horizontal.svg
│ ├── sliders-vertical.svg
│ ├── sliders.svg
│ ├── smartphone-charging.svg
│ ├── smartphone-nfc.svg
│ ├── smartphone.svg
│ ├── smile-plus.svg
│ ├── smile.svg
│ ├── snail.svg
│ ├── snowflake.svg
│ ├── sofa.svg
│ ├── sort-asc.svg
│ ├── sort-desc.svg
│ ├── soup.svg
│ ├── space.svg
│ ├── spade.svg
│ ├── sparkle.svg
│ ├── sparkles.svg
│ ├── speaker.svg
│ ├── speech.svg
│ ├── spell-check-2.svg
│ ├── spell-check.svg
│ ├── spline.svg
│ ├── split-square-horizontal.svg
│ ├── split-square-vertical.svg
│ ├── split.svg
│ ├── spray-can.svg
│ ├── sprout.svg
│ ├── square-activity.svg
│ ├── square-arrow-down-left.svg
│ ├── square-arrow-down-right.svg
│ ├── square-arrow-down.svg
│ ├── square-arrow-left.svg
│ ├── square-arrow-out-down-left.svg
│ ├── square-arrow-out-down-right.svg
│ ├── square-arrow-out-up-left.svg
│ ├── square-arrow-out-up-right.svg
│ ├── square-arrow-right.svg
│ ├── square-arrow-up-left.svg
│ ├── square-arrow-up-right.svg
│ ├── square-arrow-up.svg
│ ├── square-asterisk.svg
│ ├── square-bottom-dashed-scissors.svg
│ ├── square-chart-gantt.svg
│ ├── square-check-big.svg
│ ├── square-check.svg
│ ├── square-chevron-down.svg
│ ├── square-chevron-left.svg
│ ├── square-chevron-right.svg
│ ├── square-chevron-up.svg
│ ├── square-code.svg
│ ├── square-dashed-bottom-code.svg
│ ├── square-dashed-bottom.svg
│ ├── square-dashed-kanban.svg
│ ├── square-dashed-mouse-pointer.svg
│ ├── square-dashed.svg
│ ├── square-divide.svg
│ ├── square-dot.svg
│ ├── square-equal.svg
│ ├── square-function.svg
│ ├── square-gantt-chart.svg
│ ├── square-kanban.svg
│ ├── square-library.svg
│ ├── square-m.svg
│ ├── square-menu.svg
│ ├── square-minus.svg
│ ├── square-mouse-pointer.svg
│ ├── square-parking-off.svg
│ ├── square-parking.svg
│ ├── square-pen.svg
│ ├── square-percent.svg
│ ├── square-pi.svg
│ ├── square-pilcrow.svg
│ ├── square-play.svg
│ ├── square-plus.svg
│ ├── square-power.svg
│ ├── square-radical.svg
│ ├── square-scissors.svg
│ ├── square-sigma.svg
│ ├── square-slash.svg
│ ├── square-split-horizontal.svg
│ ├── square-split-vertical.svg
│ ├── square-square.svg
│ ├── square-stack.svg
│ ├── square-terminal.svg
│ ├── square-user-round.svg
│ ├── square-user.svg
│ ├── square-x.svg
│ ├── square.svg
│ ├── squircle.svg
│ ├── squirrel.svg
│ ├── stamp.svg
│ ├── star-half.svg
│ ├── star-off.svg
│ ├── star.svg
│ ├── step-back.svg
│ ├── step-forward.svg
│ ├── stethoscope.svg
│ ├── sticker.svg
│ ├── sticky-note.svg
│ ├── stop-circle.svg
│ ├── store.svg
│ ├── stretch-horizontal.svg
│ ├── stretch-vertical.svg
│ ├── strikethrough.svg
│ ├── subscript.svg
│ ├── sun-dim.svg
│ ├── sun-medium.svg
│ ├── sun-moon.svg
│ ├── sun-snow.svg
│ ├── sun.svg
│ ├── sunrise.svg
│ ├── sunset.svg
│ ├── superscript.svg
│ ├── swatch-book.svg
│ ├── swiss-franc.svg
│ ├── switch-camera.svg
│ ├── sword.svg
│ ├── swords.svg
│ ├── syringe.svg
│ ├── table-2.svg
│ ├── table-cells-merge.svg
│ ├── table-cells-split.svg
│ ├── table-columns-split.svg
│ ├── table-of-contents.svg
│ ├── table-properties.svg
│ ├── table-rows-split.svg
│ ├── table.svg
│ ├── tablet-smartphone.svg
│ ├── tablet.svg
│ ├── tablets.svg
│ ├── tag.svg
│ ├── tags.svg
│ ├── tally-1.svg
│ ├── tally-2.svg
│ ├── tally-3.svg
│ ├── tally-4.svg
│ ├── tally-5.svg
│ ├── tangent.svg
│ ├── target.svg
│ ├── telescope.svg
│ ├── tent-tree.svg
│ ├── tent.svg
│ ├── terminal-square.svg
│ ├── terminal.svg
│ ├── test-tube-2.svg
│ ├── test-tube-diagonal.svg
│ ├── test-tube.svg
│ ├── test-tubes.svg
│ ├── text-cursor-input.svg
│ ├── text-cursor.svg
│ ├── text-quote.svg
│ ├── text-search.svg
│ ├── text-select.svg
│ ├── text.svg
│ ├── theater.svg
│ ├── thermometer-snowflake.svg
│ ├── thermometer-sun.svg
│ ├── thermometer.svg
│ ├── thumbs-down.svg
│ ├── thumbs-up.svg
│ ├── ticket-check.svg
│ ├── ticket-minus.svg
│ ├── ticket-percent.svg
│ ├── ticket-plus.svg
│ ├── ticket-slash.svg
│ ├── ticket-x.svg
│ ├── ticket.svg
│ ├── tickets-plane.svg
│ ├── tickets.svg
│ ├── timer-off.svg
│ ├── timer-reset.svg
│ ├── timer.svg
│ ├── toggle-left.svg
│ ├── toggle-right.svg
│ ├── toilet.svg
│ ├── tornado.svg
│ ├── torus.svg
│ ├── touchpad-off.svg
│ ├── touchpad.svg
│ ├── tower-control.svg
│ ├── toy-brick.svg
│ ├── tractor.svg
│ ├── traffic-cone.svg
│ ├── train-front-tunnel.svg
│ ├── train-front.svg
│ ├── train-track.svg
│ ├── train.svg
│ ├── tram-front.svg
│ ├── trash-2.svg
│ ├── trash.svg
│ ├── tree-deciduous.svg
│ ├── tree-palm.svg
│ ├── tree-pine.svg
│ ├── trees.svg
│ ├── trello.svg
│ ├── trending-down.svg
│ ├── trending-up-down.svg
│ ├── trending-up.svg
│ ├── triangle-alert.svg
│ ├── triangle-dashed.svg
│ ├── triangle-right.svg
│ ├── triangle.svg
│ ├── trophy.svg
│ ├── truck.svg
│ ├── turtle.svg
│ ├── tv-2.svg
│ ├── tv-minimal-play.svg
│ ├── tv-minimal.svg
│ ├── tv.svg
│ ├── twitch.svg
│ ├── twitter.svg
│ ├── type-outline.svg
│ ├── type.svg
│ ├── umbrella-off.svg
│ ├── umbrella.svg
│ ├── underline.svg
│ ├── undo-2.svg
│ ├── undo-dot.svg
│ ├── undo.svg
│ ├── unfold-horizontal.svg
│ ├── unfold-vertical.svg
│ ├── ungroup.svg
│ ├── university.svg
│ ├── unlink-2.svg
│ ├── unlink.svg
│ ├── unlock-keyhole.svg
│ ├── unlock.svg
│ ├── unplug.svg
│ ├── upload-cloud.svg
│ ├── upload.svg
│ ├── usb.svg
│ ├── user-check.svg
│ ├── user-cog.svg
│ ├── user-minus.svg
│ ├── user-pen.svg
│ ├── user-plus.svg
│ ├── user-round-check.svg
│ ├── user-round-cog.svg
│ ├── user-round-minus.svg
│ ├── user-round-pen.svg
│ ├── user-round-plus.svg
│ ├── user-round-search.svg
│ ├── user-round-x.svg
│ ├── user-round.svg
│ ├── user-search.svg
│ ├── user-x.svg
│ ├── user.svg
│ ├── users-round.svg
│ ├── users.svg
│ ├── utensils-crossed.svg
│ ├── utensils.svg
│ ├── utility-pole.svg
│ ├── variable.svg
│ ├── vault.svg
│ ├── vegan.svg
│ ├── venetian-mask.svg
│ ├── verified.svg
│ ├── vibrate-off.svg
│ ├── vibrate.svg
│ ├── video-off.svg
│ ├── video.svg
│ ├── videotape.svg
│ ├── view.svg
│ ├── voicemail.svg
│ ├── volleyball.svg
│ ├── volume-1.svg
│ ├── volume-2.svg
│ ├── volume-off.svg
│ ├── volume-x.svg
│ ├── volume.svg
│ ├── vote.svg
│ ├── wallet-2.svg
│ ├── wallet-cards.svg
│ ├── wallet-minimal.svg
│ ├── wallet.svg
│ ├── wallpaper.svg
│ ├── wand-2.svg
│ ├── wand-sparkles.svg
│ ├── wand.svg
│ ├── warehouse.svg
│ ├── washing-machine.svg
│ ├── watch.svg
│ ├── waves-ladder.svg
│ ├── waves.svg
│ ├── waypoints.svg
│ ├── webcam.svg
│ ├── webhook-off.svg
│ ├── webhook.svg
│ ├── weight.svg
│ ├── wheat-off.svg
│ ├── wheat.svg
│ ├── whole-word.svg
│ ├── wifi-high.svg
│ ├── wifi-low.svg
│ ├── wifi-off.svg
│ ├── wifi-zero.svg
│ ├── wifi.svg
│ ├── wind-arrow-down.svg
│ ├── wind.svg
│ ├── wine-off.svg
│ ├── wine.svg
│ ├── workflow.svg
│ ├── worm.svg
│ ├── wrap-text.svg
│ ├── wrench.svg
│ ├── x-circle.svg
│ ├── x-octagon.svg
│ ├── x-square.svg
│ ├── x.svg
│ ├── youtube.svg
│ ├── zap-off.svg
│ ├── zap.svg
│ ├── zoom-in.svg
│ └── zoom-out.svg
├── lib
├── lucide-rails.rb
└── lucide-rails
│ ├── icon_provider.rb
│ ├── lucide_version.rb
│ ├── rails_helper.rb
│ ├── railtie.rb
│ └── version.rb
├── lucide-rails.gemspec
└── spec
├── internal
├── app
│ ├── assets
│ │ └── config
│ │ │ └── manifest.js
│ ├── controllers
│ │ └── index_controller.rb
│ └── views
│ │ └── index
│ │ ├── index.html.erb
│ │ ├── issue14.html.erb
│ │ └── size_option.html.erb
├── config
│ ├── database.yml
│ ├── routes.rb
│ └── storage.yml
├── db
│ └── schema.rb
├── log
│ └── .gitignore
└── public
│ └── favicon.ico
├── lucide-rails
├── icon_provider_spec.rb
└── lucide_rails_spec.rb
├── requests
└── lucide_spec.rb
└── spec_helper.rb
/.gitattributes:
--------------------------------------------------------------------------------
1 | icons/**/* linguist-vendored binary
2 |
--------------------------------------------------------------------------------
/.rspec:
--------------------------------------------------------------------------------
1 | --format documentation
2 | --color
3 | --require spec_helper
4 |
--------------------------------------------------------------------------------
/bin/setup:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | set -euo pipefail
3 | IFS=$'\n\t'
4 | set -vx
5 |
6 | bundle install
7 |
8 | # Do any other automated setup that you need to do here
9 |
--------------------------------------------------------------------------------
/icons/stripped.bin.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/heyvito/lucide-rails/6ec344c579de99aa0cb03901ad4f9e096d8cedba/icons/stripped.bin.gz
--------------------------------------------------------------------------------
/icons/stripped/a-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/a-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/a-large-small.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/activity-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/activity.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/airplay.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/album.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/alert-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/alert-triangle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-center.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-end-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-end-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-horizontal-justify-center.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-horizontal-justify-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-horizontal-justify-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-horizontal-space-around.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-justify.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-start-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-start-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-vertical-justify-center.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-vertical-justify-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-vertical-justify-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/align-vertical-space-around.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ampersand.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/anchor.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/annoyed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/antenna.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/app-window-mac.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/app-window.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/archive.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/area-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-down-dash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-left-dash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-right-dash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-up-dash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-big-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-from-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-left-from-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-left-from-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-left-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-narrow-wide.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-right-from-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-right-from-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-right-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-to-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-to-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down-wide-narrow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left-from-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left-to-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right-from-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right-to-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-from-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-from-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-left-from-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-left-from-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-left-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-narrow-wide.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-right-from-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-right-from-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-right-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-to-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up-wide-narrow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/arrows-up-from-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/asterisk-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/asterisk.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/at-sign.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/audio-lines.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/audio-waveform.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/axe.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/axis-3d.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ban.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/banknote.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-horizontal-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bar-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/barcode.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/baseline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/battery-low.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/battery.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/beaker.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bed-single.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/between-horizontal-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/between-horizontal-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/between-vertical-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/between-vertical-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/blend.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/blocks.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bluetooth-connected.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bluetooth-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bluetooth-searching.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bluetooth.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bold.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bomb.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-a.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-marked.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-text.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/book.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bookmark-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bookmark-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bookmark-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bookmark-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/bookmark.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/brackets.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/briefcase.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/calendar-1.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/calendar-minus-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/calendar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/camera.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/captions.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/case-lower.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/case-sensitive.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/case-upper.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-bar-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-bar-decreasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-bar-increasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-bar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-column-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-column-decreasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-column-increasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-column.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-gantt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-line.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-no-axes-column-decreasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-no-axes-column-increasing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-no-axes-column.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-no-axes-gantt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chart-spline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check-circle-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check-square-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-down-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-down-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-first.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-last.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-left-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-left-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-right-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-right-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-up-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-up-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevron-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-down-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-left-right-ellipsis.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-left-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-right-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-up-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/chevrons-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-alert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-out-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-out-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-out-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-out-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-check-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-chevron-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-chevron-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-chevron-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-chevron-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-dollar-sign.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-ellipsis.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-equal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-gauge.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-help.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-parking-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-parking.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-pause.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-percent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-power.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-slash-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-slashed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-stop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-user-round.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-user.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clipboard.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-1.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-10.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-11.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-12.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-5.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-6.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-7.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-8.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-9.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-alert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/clock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-alert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-download.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-fog.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-lightning.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-moon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-rain-wind.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-rain.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud-upload.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloud.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cloudy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/club.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/code-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/code-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/code-xml.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/coins.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/columns-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/columns-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/columns-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/columns.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/command.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/compass.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/computer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/contrast.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/copy.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/copyleft.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/copyright.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-left-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-left-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-right-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-right-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/corner-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/credit-card.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/crop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/cylinder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/database.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/diamond.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dice-1.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dice-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dice-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/diff.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/disc-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/disc-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/disc-album.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/disc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/divide.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dollar-sign.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/donut.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/door-closed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dot-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/download-cloud.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/download.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/droplet.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ear.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/eclipse.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/edit-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/edit-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/edit.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/egg.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ellipsis-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ellipsis.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/equal-approximately.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/equal-not.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/equal-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/equal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/eraser.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/euro.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/external-link.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/eye.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/facebook.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/fast-forward.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-check-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-diff.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-minus-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-plus-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file-warning.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/file.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/filter-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/filter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/fish-symbol.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/flag-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/flag-triangle-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/flag-triangle-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/flag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/flask-round.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/folder.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/form-input.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/forward.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/framer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/function-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gallery-horizontal-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gallery-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gallery-vertical-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gallery-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gantt-chart-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gantt-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gauge-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gauge.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/gem.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ghost.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/git-branch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/git-commit-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/git-commit-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/git-commit.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/git-merge.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/globe.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/goal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/grid-2x2-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/grid-2x2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/grid-3x3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/hdmi-port.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heading-1.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heading-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heading-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heading-6.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heading.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/headphones.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/heart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/help-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/hexagon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/highlighter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/history.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/home.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ice-cream-cone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ice-cream.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/image.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/import.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/indent-decrease.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/indent-increase.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/indian-rupee.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/infinity.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/info.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/inspect.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/italic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/iteration-ccw.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/iteration-cw.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/japanese-yen.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/kanban-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/kanban.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/key.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lamp-ceiling.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lamp-floor.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lamp-wall-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lamp-wall-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lamp.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/laptop-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/laptop-minimal-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/laptop-minimal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/laptop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/layout.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/leaf.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/library-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/library.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/line-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/link-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/link.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-checks.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-collapse.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-end.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-filter-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-filter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-start.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-tree.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/list.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/loader-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/loader-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lock-keyhole-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lock-keyhole.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lock-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/log-in.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/log-out.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/lollipop.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/m-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/magnet.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mail.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mails.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/map-pin-check-inside.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/map-pin-minus-inside.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/map-pin.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/martini.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/megaphone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/menu-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/menu.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/merge.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-more.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-question.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-reply.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-warning.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-share.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-text.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-warning.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/message-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/messages-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mic-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mic.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/minus-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/minus-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/monitor-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/monitor.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/moon-star.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/moon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/more-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/more-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mountain-snow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mountain.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mouse-pointer-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mouse-pointer-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/mouse.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-3d.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-diagonal-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-diagonal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/move-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/music-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/music-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/music-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/music.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/navigation-2-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/navigation-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/navigation-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/navigation.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/omega.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/option.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-bottom-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-bottom-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-bottom.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-left-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-left-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-right-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-right-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-top-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-top-dashed.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-top-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panel-top.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panels-left-bottom.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panels-right-bottom.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/panels-top-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/parentheses.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/parking-circle-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/parking-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/parking-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pause-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pause-octagon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pause.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pc-case.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pen.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pentagon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/percent-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/percent-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/percent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/person-standing.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/philippine-peso.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pi-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pi.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/picture-in-picture-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pie-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pilcrow-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pilcrow-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pilcrow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pill.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/play-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/play-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/plug-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/plug.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/plus-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/plus-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pocket.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/popsicle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pound-sterling.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/power-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/power-off.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/power-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/power.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/presentation.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/proportions.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/pyramid.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/radical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/radio-receiver.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rail-symbol.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rainbow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ratio.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/receipt-euro.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rectangle-ellipsis.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rectangle-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rectangle-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/redo-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/redo-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/redo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/refrigerator.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/remove-formatting.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/repeat-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/repeat.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/reply-all.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/reply.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rewind.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rotate-ccw-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rotate-ccw.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rotate-cw-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rotate-cw.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/route.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rows-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rows-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rows-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/rss.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/russian-ruble.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sailboat.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/satellite-dish.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/scale-3d.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/scaling.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/search-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/search-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/search-slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/search-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/section.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/separator-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/separator-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/settings-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/share.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/shell.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/shield-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/shopping-bag.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/shovel.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/shrub.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sidebar-close.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sidebar-open.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sidebar.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sigma-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sigma.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signal-high.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signal-low.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signal-medium.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signal-zero.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/signpost-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/skip-back.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/skip-forward.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/slash-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/slice.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/smartphone-charging.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/smartphone.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sort-asc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sort-desc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/space.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/speaker.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/spell-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/spline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/split.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-activity.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-out-down-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-out-down-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-out-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-out-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-up-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-up-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-arrow-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-asterisk.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-chart-gantt.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-check-big.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-chevron-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-chevron-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-chevron-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-chevron-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-dashed-bottom.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-equal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-function.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-gantt-chart.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-kanban.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-library.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-m.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-menu.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-parking.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-percent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-pi.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-power.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-radical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-sigma.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-terminal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-user-round.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-user.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/squircle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/step-back.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/step-forward.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/sticky-note.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/stop-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/stretch-horizontal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/stretch-vertical.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/strikethrough.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/swiss-franc.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/table-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/table-cells-split.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/table-properties.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/table.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tablet.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tablets.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tally-1.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tally-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tally-3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tally-4.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tally-5.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/target.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tent.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/terminal-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/terminal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/test-tube-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/test-tube-diagonal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/test-tube.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/text-cursor.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/text-quote.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/text-search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/text.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/thermometer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ticket-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ticket-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ticket-slash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/timer-reset.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/timer.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/toggle-left.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/toggle-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tornado.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/torus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/touchpad.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/trash.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tree-deciduous.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/trello.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/trending-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/trending-up-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/trending-up.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/triangle-alert.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/triangle-right.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/triangle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tv-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tv-minimal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/tv.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/twitch.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/twitter.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/type.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/umbrella.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/underline.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/undo-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/undo-dot.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/undo.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/ungroup.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/unlink-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/unlock-keyhole.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/unlock.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/upload-cloud.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/upload.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-round-check.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-round-minus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-round-plus.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-round-x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-round.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user-search.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/user.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/users-round.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/utensils.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/vegan.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/vibrate.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/video.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/voicemail.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/vote.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wallet-2.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wallet-minimal.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/webcam.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/weight.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wifi-high.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wifi-low.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wifi-zero.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wifi.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wind-arrow-down.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wind.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/wine.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/workflow.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/x-circle.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/x-octagon.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/x-square.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/x.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/icons/stripped/zoom-out.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/lib/lucide-rails/lucide_version.rb:
--------------------------------------------------------------------------------
1 | # frozen_string_literal: true
2 |
3 | module LucideRails
4 | LUCIDE_VERSION = "0.473.0"
5 | end
6 |
--------------------------------------------------------------------------------
/lib/lucide-rails/version.rb:
--------------------------------------------------------------------------------
1 | # frozen_string_literal: true
2 |
3 | module LucideRails
4 | VERSION = "0.6.0"
5 | end
6 |
--------------------------------------------------------------------------------
/spec/internal/app/assets/config/manifest.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/heyvito/lucide-rails/6ec344c579de99aa0cb03901ad4f9e096d8cedba/spec/internal/app/assets/config/manifest.js
--------------------------------------------------------------------------------
/spec/internal/app/views/index/index.html.erb:
--------------------------------------------------------------------------------
1 | <%= lucide_icon('accessibility', custom_attr: 'yay') %>
2 |
--------------------------------------------------------------------------------
/spec/internal/app/views/index/issue14.html.erb:
--------------------------------------------------------------------------------
1 | <%= lucide_icon('accessibility', width: '10px', height: '20px') %>
2 |
--------------------------------------------------------------------------------
/spec/internal/app/views/index/size_option.html.erb:
--------------------------------------------------------------------------------
1 | <%= lucide_icon('accessibility', size: '30px') %>
2 |
--------------------------------------------------------------------------------
/spec/internal/config/database.yml:
--------------------------------------------------------------------------------
1 | test:
2 | adapter: sqlite3
3 | database: db/combustion_test.sqlite
4 |
--------------------------------------------------------------------------------
/spec/internal/config/storage.yml:
--------------------------------------------------------------------------------
1 | test:
2 | service: Disk
3 | root: /gem/tmp/storage
4 |
--------------------------------------------------------------------------------
/spec/internal/log/.gitignore:
--------------------------------------------------------------------------------
1 | *.log
--------------------------------------------------------------------------------
/spec/internal/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/heyvito/lucide-rails/6ec344c579de99aa0cb03901ad4f9e096d8cedba/spec/internal/public/favicon.ico
--------------------------------------------------------------------------------