Repository: ismamz/react-bootstrap-icons Branch: master Commit: 1c735685a64f Files: 2090 Total size: 2.8 MB Directory structure: gitextract_uxkms7vr/ ├── .babelrc ├── .eslintrc ├── .gitignore ├── .npmignore ├── .prettierrc ├── LICENSE.md ├── README.md ├── bin/ │ └── build.js ├── package.json ├── rollup.config.js └── src/ ├── icons/ │ ├── 0-circle-fill.js │ ├── 0-circle.js │ ├── 0-square-fill.js │ ├── 0-square.js │ ├── 1-circle-fill.js │ ├── 1-circle.js │ ├── 1-square-fill.js │ ├── 1-square.js │ ├── 123.js │ ├── 2-circle-fill.js │ ├── 2-circle.js │ ├── 2-square-fill.js │ ├── 2-square.js │ ├── 3-circle-fill.js │ ├── 3-circle.js │ ├── 3-square-fill.js │ ├── 3-square.js │ ├── 4-circle-fill.js │ ├── 4-circle.js │ ├── 4-square-fill.js │ ├── 4-square.js │ ├── 5-circle-fill.js │ ├── 5-circle.js │ ├── 5-square-fill.js │ ├── 5-square.js │ ├── 6-circle-fill.js │ ├── 6-circle.js │ ├── 6-square-fill.js │ ├── 6-square.js │ ├── 7-circle-fill.js │ ├── 7-circle.js │ ├── 7-square-fill.js │ ├── 7-square.js │ ├── 8-circle-fill.js │ ├── 8-circle.js │ ├── 8-square-fill.js │ ├── 8-square.js │ ├── 9-circle-fill.js │ ├── 9-circle.js │ ├── 9-square-fill.js │ ├── 9-square.js │ ├── activity.js │ ├── airplane-engines-fill.js │ ├── airplane-engines.js │ ├── airplane-fill.js │ ├── airplane.js │ ├── alarm-fill.js │ ├── alarm.js │ ├── alexa.js │ ├── align-bottom.js │ ├── align-center.js │ ├── align-end.js │ ├── align-middle.js │ ├── align-start.js │ ├── align-top.js │ ├── alipay.js │ ├── alphabet-uppercase.js │ ├── alphabet.js │ ├── alt.js │ ├── amazon.js │ ├── amd.js │ ├── android.js │ ├── android2.js │ ├── anthropic.js │ ├── app-indicator.js │ ├── app.js │ ├── apple-music.js │ ├── apple.js │ ├── archive-fill.js │ ├── archive.js │ ├── arrow-90deg-down.js │ ├── arrow-90deg-left.js │ ├── arrow-90deg-right.js │ ├── arrow-90deg-up.js │ ├── arrow-bar-down.js │ ├── arrow-bar-left.js │ ├── arrow-bar-right.js │ ├── arrow-bar-up.js │ ├── arrow-clockwise.js │ ├── arrow-counterclockwise.js │ ├── arrow-down-circle-fill.js │ ├── arrow-down-circle.js │ ├── arrow-down-left-circle-fill.js │ ├── arrow-down-left-circle.js │ ├── arrow-down-left-square-fill.js │ ├── arrow-down-left-square.js │ ├── arrow-down-left.js │ ├── arrow-down-right-circle-fill.js │ ├── arrow-down-right-circle.js │ ├── arrow-down-right-square-fill.js │ ├── arrow-down-right-square.js │ ├── arrow-down-right.js │ ├── arrow-down-short.js │ ├── arrow-down-square-fill.js │ ├── arrow-down-square.js │ ├── arrow-down-up.js │ ├── arrow-down.js │ ├── arrow-left-circle-fill.js │ ├── arrow-left-circle.js │ ├── arrow-left-right.js │ ├── arrow-left-short.js │ ├── arrow-left-square-fill.js │ ├── arrow-left-square.js │ ├── arrow-left.js │ ├── arrow-repeat.js │ ├── arrow-return-left.js │ ├── arrow-return-right.js │ ├── arrow-right-circle-fill.js │ ├── arrow-right-circle.js │ ├── arrow-right-short.js │ ├── arrow-right-square-fill.js │ ├── arrow-right-square.js │ ├── arrow-right.js │ ├── arrow-through-heart-fill.js │ ├── arrow-through-heart.js │ ├── arrow-up-circle-fill.js │ ├── arrow-up-circle.js │ ├── arrow-up-left-circle-fill.js │ ├── arrow-up-left-circle.js │ ├── arrow-up-left-square-fill.js │ ├── arrow-up-left-square.js │ ├── arrow-up-left.js │ ├── arrow-up-right-circle-fill.js │ ├── arrow-up-right-circle.js │ ├── arrow-up-right-square-fill.js │ ├── arrow-up-right-square.js │ ├── arrow-up-right.js │ ├── arrow-up-short.js │ ├── arrow-up-square-fill.js │ ├── arrow-up-square.js │ ├── arrow-up.js │ ├── arrows-angle-contract.js │ ├── arrows-angle-expand.js │ ├── arrows-collapse-vertical.js │ ├── arrows-collapse.js │ ├── arrows-expand-vertical.js │ ├── arrows-expand.js │ ├── arrows-fullscreen.js │ ├── arrows-move.js │ ├── arrows-vertical.js │ ├── arrows.js │ ├── aspect-ratio-fill.js │ ├── aspect-ratio.js │ ├── asterisk.js │ ├── at.js │ ├── award-fill.js │ ├── award.js │ ├── back.js │ ├── backpack-fill.js │ ├── backpack.js │ ├── backpack2-fill.js │ ├── backpack2.js │ ├── backpack3-fill.js │ ├── backpack3.js │ ├── backpack4-fill.js │ ├── backpack4.js │ ├── backspace-fill.js │ ├── backspace-reverse-fill.js │ ├── backspace-reverse.js │ ├── backspace.js │ ├── badge-3d-fill.js │ ├── badge-3d.js │ ├── badge-4k-fill.js │ ├── badge-4k.js │ ├── badge-8k-fill.js │ ├── badge-8k.js │ ├── badge-ad-fill.js │ ├── badge-ad.js │ ├── badge-ar-fill.js │ ├── badge-ar.js │ ├── badge-cc-fill.js │ ├── badge-cc.js │ ├── badge-hd-fill.js │ ├── badge-hd.js │ ├── badge-sd-fill.js │ ├── badge-sd.js │ ├── badge-tm-fill.js │ ├── badge-tm.js │ ├── badge-vo-fill.js │ ├── badge-vo.js │ ├── badge-vr-fill.js │ ├── badge-vr.js │ ├── badge-wc-fill.js │ ├── badge-wc.js │ ├── bag-check-fill.js │ ├── bag-check.js │ ├── bag-dash-fill.js │ ├── bag-dash.js │ ├── bag-fill.js │ ├── bag-heart-fill.js │ ├── bag-heart.js │ ├── bag-plus-fill.js │ ├── bag-plus.js │ ├── bag-x-fill.js │ ├── bag-x.js │ ├── bag.js │ ├── balloon-fill.js │ ├── balloon-heart-fill.js │ ├── balloon-heart.js │ ├── balloon.js │ ├── ban-fill.js │ ├── ban.js │ ├── bandaid-fill.js │ ├── bandaid.js │ ├── bank.js │ ├── bank2.js │ ├── bar-chart-fill.js │ ├── bar-chart-line-fill.js │ ├── bar-chart-line.js │ ├── bar-chart-steps.js │ ├── bar-chart.js │ ├── basket-fill.js │ ├── basket.js │ ├── basket2-fill.js │ ├── basket2.js │ ├── basket3-fill.js │ ├── basket3.js │ ├── battery-charging.js │ ├── battery-full.js │ ├── battery-half.js │ ├── battery-low.js │ ├── battery.js │ ├── beaker-fill.js │ ├── beaker.js │ ├── behance.js │ ├── bell-fill.js │ ├── bell-slash-fill.js │ ├── bell-slash.js │ ├── bell.js │ ├── bezier.js │ ├── bezier2.js │ ├── bicycle.js │ ├── bing.js │ ├── binoculars-fill.js │ ├── binoculars.js │ ├── blockquote-left.js │ ├── blockquote-right.js │ ├── bluesky.js │ ├── bluetooth.js │ ├── body-text.js │ ├── book-fill.js │ ├── book-half.js │ ├── book.js │ ├── bookmark-check-fill.js │ ├── bookmark-check.js │ ├── bookmark-dash-fill.js │ ├── bookmark-dash.js │ ├── bookmark-fill.js │ ├── bookmark-heart-fill.js │ ├── bookmark-heart.js │ ├── bookmark-plus-fill.js │ ├── bookmark-plus.js │ ├── bookmark-star-fill.js │ ├── bookmark-star.js │ ├── bookmark-x-fill.js │ ├── bookmark-x.js │ ├── bookmark.js │ ├── bookmarks-fill.js │ ├── bookmarks.js │ ├── bookshelf.js │ ├── boombox-fill.js │ ├── boombox.js │ ├── bootstrap-fill.js │ ├── bootstrap-reboot.js │ ├── bootstrap.js │ ├── border-all.js │ ├── border-bottom.js │ ├── border-center.js │ ├── border-inner.js │ ├── border-left.js │ ├── border-middle.js │ ├── border-outer.js │ ├── border-right.js │ ├── border-style.js │ ├── border-top.js │ ├── border-width.js │ ├── border.js │ ├── bounding-box-circles.js │ ├── bounding-box.js │ ├── box-arrow-down-left.js │ ├── box-arrow-down-right.js │ ├── box-arrow-down.js │ ├── box-arrow-in-down-left.js │ ├── box-arrow-in-down-right.js │ ├── box-arrow-in-down.js │ ├── box-arrow-in-left.js │ ├── box-arrow-in-right.js │ ├── box-arrow-in-up-left.js │ ├── box-arrow-in-up-right.js │ ├── box-arrow-in-up.js │ ├── box-arrow-left.js │ ├── box-arrow-right.js │ ├── box-arrow-up-left.js │ ├── box-arrow-up-right.js │ ├── box-arrow-up.js │ ├── box-fill.js │ ├── box-seam-fill.js │ ├── box-seam.js │ ├── box.js │ ├── box2-fill.js │ ├── box2-heart-fill.js │ ├── box2-heart.js │ ├── box2.js │ ├── boxes.js │ ├── braces-asterisk.js │ ├── braces.js │ ├── bricks.js │ ├── briefcase-fill.js │ ├── briefcase.js │ ├── brightness-alt-high-fill.js │ ├── brightness-alt-high.js │ ├── brightness-alt-low-fill.js │ ├── brightness-alt-low.js │ ├── brightness-high-fill.js │ ├── brightness-high.js │ ├── brightness-low-fill.js │ ├── brightness-low.js │ ├── brilliance.js │ ├── broadcast-pin.js │ ├── broadcast.js │ ├── browser-chrome.js │ ├── browser-edge.js │ ├── browser-firefox.js │ ├── browser-safari.js │ ├── brush-fill.js │ ├── brush.js │ ├── bucket-fill.js │ ├── bucket.js │ ├── bug-fill.js │ ├── bug.js │ ├── building-add.js │ ├── building-check.js │ ├── building-dash.js │ ├── building-down.js │ ├── building-exclamation.js │ ├── building-fill-add.js │ ├── building-fill-check.js │ ├── building-fill-dash.js │ ├── building-fill-down.js │ ├── building-fill-exclamation.js │ ├── building-fill-gear.js │ ├── building-fill-lock.js │ ├── building-fill-slash.js │ ├── building-fill-up.js │ ├── building-fill-x.js │ ├── building-fill.js │ ├── building-gear.js │ ├── building-lock.js │ ├── building-slash.js │ ├── building-up.js │ ├── building-x.js │ ├── building.js │ ├── buildings-fill.js │ ├── buildings.js │ ├── bullseye.js │ ├── bus-front-fill.js │ ├── bus-front.js │ ├── c-circle-fill.js │ ├── c-circle.js │ ├── c-square-fill.js │ ├── c-square.js │ ├── cake-fill.js │ ├── cake.js │ ├── cake2-fill.js │ ├── cake2.js │ ├── calculator-fill.js │ ├── calculator.js │ ├── calendar-check-fill.js │ ├── calendar-check.js │ ├── calendar-date-fill.js │ ├── calendar-date.js │ ├── calendar-day-fill.js │ ├── calendar-day.js │ ├── calendar-event-fill.js │ ├── calendar-event.js │ ├── calendar-fill.js │ ├── calendar-heart-fill.js │ ├── calendar-heart.js │ ├── calendar-minus-fill.js │ ├── calendar-minus.js │ ├── calendar-month-fill.js │ ├── calendar-month.js │ ├── calendar-plus-fill.js │ ├── calendar-plus.js │ ├── calendar-range-fill.js │ ├── calendar-range.js │ ├── calendar-week-fill.js │ ├── calendar-week.js │ ├── calendar-x-fill.js │ ├── calendar-x.js │ ├── calendar.js │ ├── calendar2-check-fill.js │ ├── calendar2-check.js │ ├── calendar2-date-fill.js │ ├── calendar2-date.js │ ├── calendar2-day-fill.js │ ├── calendar2-day.js │ ├── calendar2-event-fill.js │ ├── calendar2-event.js │ ├── calendar2-fill.js │ ├── calendar2-heart-fill.js │ ├── calendar2-heart.js │ ├── calendar2-minus-fill.js │ ├── calendar2-minus.js │ ├── calendar2-month-fill.js │ ├── calendar2-month.js │ ├── calendar2-plus-fill.js │ ├── calendar2-plus.js │ ├── calendar2-range-fill.js │ ├── calendar2-range.js │ ├── calendar2-week-fill.js │ ├── calendar2-week.js │ ├── calendar2-x-fill.js │ ├── calendar2-x.js │ ├── calendar2.js │ ├── calendar3-event-fill.js │ ├── calendar3-event.js │ ├── calendar3-fill.js │ ├── calendar3-range-fill.js │ ├── calendar3-range.js │ ├── calendar3-week-fill.js │ ├── calendar3-week.js │ ├── calendar3.js │ ├── calendar4-event.js │ ├── calendar4-range.js │ ├── calendar4-week.js │ ├── calendar4.js │ ├── camera-fill.js │ ├── camera-reels-fill.js │ ├── camera-reels.js │ ├── camera-video-fill.js │ ├── camera-video-off-fill.js │ ├── camera-video-off.js │ ├── camera-video.js │ ├── camera.js │ ├── camera2.js │ ├── capslock-fill.js │ ├── capslock.js │ ├── capsule-pill.js │ ├── capsule.js │ ├── car-front-fill.js │ ├── car-front.js │ ├── card-checklist.js │ ├── card-heading.js │ ├── card-image.js │ ├── card-list.js │ ├── card-text.js │ ├── caret-down-fill.js │ ├── caret-down-square-fill.js │ ├── caret-down-square.js │ ├── caret-down.js │ ├── caret-left-fill.js │ ├── caret-left-square-fill.js │ ├── caret-left-square.js │ ├── caret-left.js │ ├── caret-right-fill.js │ ├── caret-right-square-fill.js │ ├── caret-right-square.js │ ├── caret-right.js │ ├── caret-up-fill.js │ ├── caret-up-square-fill.js │ ├── caret-up-square.js │ ├── caret-up.js │ ├── cart-check-fill.js │ ├── cart-check.js │ ├── cart-dash-fill.js │ ├── cart-dash.js │ ├── cart-fill.js │ ├── cart-plus-fill.js │ ├── cart-plus.js │ ├── cart-x-fill.js │ ├── cart-x.js │ ├── cart.js │ ├── cart2.js │ ├── cart3.js │ ├── cart4.js │ ├── cash-coin.js │ ├── cash-stack.js │ ├── cash.js │ ├── cassette-fill.js │ ├── cassette.js │ ├── cast.js │ ├── cc-circle-fill.js │ ├── cc-circle.js │ ├── cc-square-fill.js │ ├── cc-square.js │ ├── chat-dots-fill.js │ ├── chat-dots.js │ ├── chat-fill.js │ ├── chat-heart-fill.js │ ├── chat-heart.js │ ├── chat-left-dots-fill.js │ ├── chat-left-dots.js │ ├── chat-left-fill.js │ ├── chat-left-heart-fill.js │ ├── chat-left-heart.js │ ├── chat-left-quote-fill.js │ ├── chat-left-quote.js │ ├── chat-left-text-fill.js │ ├── chat-left-text.js │ ├── chat-left.js │ ├── chat-quote-fill.js │ ├── chat-quote.js │ ├── chat-right-dots-fill.js │ ├── chat-right-dots.js │ ├── chat-right-fill.js │ ├── chat-right-heart-fill.js │ ├── chat-right-heart.js │ ├── chat-right-quote-fill.js │ ├── chat-right-quote.js │ ├── chat-right-text-fill.js │ ├── chat-right-text.js │ ├── chat-right.js │ ├── chat-square-dots-fill.js │ ├── chat-square-dots.js │ ├── chat-square-fill.js │ ├── chat-square-heart-fill.js │ ├── chat-square-heart.js │ ├── chat-square-quote-fill.js │ ├── chat-square-quote.js │ ├── chat-square-text-fill.js │ ├── chat-square-text.js │ ├── chat-square.js │ ├── chat-text-fill.js │ ├── chat-text.js │ ├── chat.js │ ├── check-all.js │ ├── check-circle-fill.js │ ├── check-circle.js │ ├── check-lg.js │ ├── check-square-fill.js │ ├── check-square.js │ ├── check.js │ ├── check2-all.js │ ├── check2-circle.js │ ├── check2-square.js │ ├── check2.js │ ├── chevron-bar-contract.js │ ├── chevron-bar-down.js │ ├── chevron-bar-expand.js │ ├── chevron-bar-left.js │ ├── chevron-bar-right.js │ ├── chevron-bar-up.js │ ├── chevron-compact-down.js │ ├── chevron-compact-left.js │ ├── chevron-compact-right.js │ ├── chevron-compact-up.js │ ├── chevron-contract.js │ ├── chevron-double-down.js │ ├── chevron-double-left.js │ ├── chevron-double-right.js │ ├── chevron-double-up.js │ ├── chevron-down.js │ ├── chevron-expand.js │ ├── chevron-left.js │ ├── chevron-right.js │ ├── chevron-up.js │ ├── circle-fill.js │ ├── circle-half.js │ ├── circle-square.js │ ├── circle.js │ ├── claude.js │ ├── clipboard-check-fill.js │ ├── clipboard-check.js │ ├── clipboard-data-fill.js │ ├── clipboard-data.js │ ├── clipboard-fill.js │ ├── clipboard-heart-fill.js │ ├── clipboard-heart.js │ ├── clipboard-minus-fill.js │ ├── clipboard-minus.js │ ├── clipboard-plus-fill.js │ ├── clipboard-plus.js │ ├── clipboard-pulse.js │ ├── clipboard-x-fill.js │ ├── clipboard-x.js │ ├── clipboard.js │ ├── clipboard2-check-fill.js │ ├── clipboard2-check.js │ ├── clipboard2-data-fill.js │ ├── clipboard2-data.js │ ├── clipboard2-fill.js │ ├── clipboard2-heart-fill.js │ ├── clipboard2-heart.js │ ├── clipboard2-minus-fill.js │ ├── clipboard2-minus.js │ ├── clipboard2-plus-fill.js │ ├── clipboard2-plus.js │ ├── clipboard2-pulse-fill.js │ ├── clipboard2-pulse.js │ ├── clipboard2-x-fill.js │ ├── clipboard2-x.js │ ├── clipboard2.js │ ├── clock-fill.js │ ├── clock-history.js │ ├── clock.js │ ├── cloud-arrow-down-fill.js │ ├── cloud-arrow-down.js │ ├── cloud-arrow-up-fill.js │ ├── cloud-arrow-up.js │ ├── cloud-check-fill.js │ ├── cloud-check.js │ ├── cloud-download-fill.js │ ├── cloud-download.js │ ├── cloud-drizzle-fill.js │ ├── cloud-drizzle.js │ ├── cloud-fill.js │ ├── cloud-fog-fill.js │ ├── cloud-fog.js │ ├── cloud-fog2-fill.js │ ├── cloud-fog2.js │ ├── cloud-hail-fill.js │ ├── cloud-hail.js │ ├── cloud-haze-fill.js │ ├── cloud-haze.js │ ├── cloud-haze2-fill.js │ ├── cloud-haze2.js │ ├── cloud-lightning-fill.js │ ├── cloud-lightning-rain-fill.js │ ├── cloud-lightning-rain.js │ ├── cloud-lightning.js │ ├── cloud-minus-fill.js │ ├── cloud-minus.js │ ├── cloud-moon-fill.js │ ├── cloud-moon.js │ ├── cloud-plus-fill.js │ ├── cloud-plus.js │ ├── cloud-rain-fill.js │ ├── cloud-rain-heavy-fill.js │ ├── cloud-rain-heavy.js │ ├── cloud-rain.js │ ├── cloud-slash-fill.js │ ├── cloud-slash.js │ ├── cloud-sleet-fill.js │ ├── cloud-sleet.js │ ├── cloud-snow-fill.js │ ├── cloud-snow.js │ ├── cloud-sun-fill.js │ ├── cloud-sun.js │ ├── cloud-upload-fill.js │ ├── cloud-upload.js │ ├── cloud.js │ ├── clouds-fill.js │ ├── clouds.js │ ├── cloudy-fill.js │ ├── cloudy.js │ ├── code-slash.js │ ├── code-square.js │ ├── code.js │ ├── coin.js │ ├── collection-fill.js │ ├── collection-play-fill.js │ ├── collection-play.js │ ├── collection.js │ ├── columns-gap.js │ ├── columns.js │ ├── command.js │ ├── compass-fill.js │ ├── compass.js │ ├── cone-striped.js │ ├── cone.js │ ├── controller.js │ ├── cookie.js │ ├── copy.js │ ├── cpu-fill.js │ ├── cpu.js │ ├── credit-card-2-back-fill.js │ ├── credit-card-2-back.js │ ├── credit-card-2-front-fill.js │ ├── credit-card-2-front.js │ ├── credit-card-fill.js │ ├── credit-card.js │ ├── crop.js │ ├── crosshair.js │ ├── crosshair2.js │ ├── css.js │ ├── cup-fill.js │ ├── cup-hot-fill.js │ ├── cup-hot.js │ ├── cup-straw.js │ ├── cup.js │ ├── currency-bitcoin.js │ ├── currency-dollar.js │ ├── currency-euro.js │ ├── currency-exchange.js │ ├── currency-pound.js │ ├── currency-rupee.js │ ├── currency-yen.js │ ├── cursor-fill.js │ ├── cursor-text.js │ ├── cursor.js │ ├── dash-circle-dotted.js │ ├── dash-circle-fill.js │ ├── dash-circle.js │ ├── dash-lg.js │ ├── dash-square-dotted.js │ ├── dash-square-fill.js │ ├── dash-square.js │ ├── dash.js │ ├── database-add.js │ ├── database-check.js │ ├── database-dash.js │ ├── database-down.js │ ├── database-exclamation.js │ ├── database-fill-add.js │ ├── database-fill-check.js │ ├── database-fill-dash.js │ ├── database-fill-down.js │ ├── database-fill-exclamation.js │ ├── database-fill-gear.js │ ├── database-fill-lock.js │ ├── database-fill-slash.js │ ├── database-fill-up.js │ ├── database-fill-x.js │ ├── database-fill.js │ ├── database-gear.js │ ├── database-lock.js │ ├── database-slash.js │ ├── database-up.js │ ├── database-x.js │ ├── database.js │ ├── device-hdd-fill.js │ ├── device-hdd.js │ ├── device-ssd-fill.js │ ├── device-ssd.js │ ├── diagram-2-fill.js │ ├── diagram-2.js │ ├── diagram-3-fill.js │ ├── diagram-3.js │ ├── diamond-fill.js │ ├── diamond-half.js │ ├── diamond.js │ ├── dice-1-fill.js │ ├── dice-1.js │ ├── dice-2-fill.js │ ├── dice-2.js │ ├── dice-3-fill.js │ ├── dice-3.js │ ├── dice-4-fill.js │ ├── dice-4.js │ ├── dice-5-fill.js │ ├── dice-5.js │ ├── dice-6-fill.js │ ├── dice-6.js │ ├── disc-fill.js │ ├── disc.js │ ├── discord.js │ ├── display-fill.js │ ├── display.js │ ├── displayport-fill.js │ ├── displayport.js │ ├── distribute-horizontal.js │ ├── distribute-vertical.js │ ├── door-closed-fill.js │ ├── door-closed.js │ ├── door-open-fill.js │ ├── door-open.js │ ├── dot.js │ ├── download.js │ ├── dpad-fill.js │ ├── dpad.js │ ├── dribbble.js │ ├── dropbox.js │ ├── droplet-fill.js │ ├── droplet-half.js │ ├── droplet.js │ ├── duffle-fill.js │ ├── duffle.js │ ├── ear-fill.js │ ├── ear.js │ ├── earbuds.js │ ├── easel-fill.js │ ├── easel.js │ ├── easel2-fill.js │ ├── easel2.js │ ├── easel3-fill.js │ ├── easel3.js │ ├── egg-fill.js │ ├── egg-fried.js │ ├── egg.js │ ├── eject-fill.js │ ├── eject.js │ ├── emoji-angry-fill.js │ ├── emoji-angry.js │ ├── emoji-astonished-fill.js │ ├── emoji-astonished.js │ ├── emoji-dizzy-fill.js │ ├── emoji-dizzy.js │ ├── emoji-expressionless-fill.js │ ├── emoji-expressionless.js │ ├── emoji-frown-fill.js │ ├── emoji-frown.js │ ├── emoji-grimace-fill.js │ ├── emoji-grimace.js │ ├── emoji-grin-fill.js │ ├── emoji-grin.js │ ├── emoji-heart-eyes-fill.js │ ├── emoji-heart-eyes.js │ ├── emoji-kiss-fill.js │ ├── emoji-kiss.js │ ├── emoji-laughing-fill.js │ ├── emoji-laughing.js │ ├── emoji-neutral-fill.js │ ├── emoji-neutral.js │ ├── emoji-smile-fill.js │ ├── emoji-smile-upside-down-fill.js │ ├── emoji-smile-upside-down.js │ ├── emoji-smile.js │ ├── emoji-sunglasses-fill.js │ ├── emoji-sunglasses.js │ ├── emoji-surprise-fill.js │ ├── emoji-surprise.js │ ├── emoji-tear-fill.js │ ├── emoji-tear.js │ ├── emoji-wink-fill.js │ ├── emoji-wink.js │ ├── envelope-arrow-down-fill.js │ ├── envelope-arrow-down.js │ ├── envelope-arrow-up-fill.js │ ├── envelope-arrow-up.js │ ├── envelope-at-fill.js │ ├── envelope-at.js │ ├── envelope-check-fill.js │ ├── envelope-check.js │ ├── envelope-dash-fill.js │ ├── envelope-dash.js │ ├── envelope-exclamation-fill.js │ ├── envelope-exclamation.js │ ├── envelope-fill.js │ ├── envelope-heart-fill.js │ ├── envelope-heart.js │ ├── envelope-open-fill.js │ ├── envelope-open-heart-fill.js │ ├── envelope-open-heart.js │ ├── envelope-open.js │ ├── envelope-paper-fill.js │ ├── envelope-paper-heart-fill.js │ ├── envelope-paper-heart.js │ ├── envelope-paper.js │ ├── envelope-plus-fill.js │ ├── envelope-plus.js │ ├── envelope-slash-fill.js │ ├── envelope-slash.js │ ├── envelope-x-fill.js │ ├── envelope-x.js │ ├── envelope.js │ ├── eraser-fill.js │ ├── eraser.js │ ├── escape.js │ ├── ethernet.js │ ├── ev-front-fill.js │ ├── ev-front.js │ ├── ev-station-fill.js │ ├── ev-station.js │ ├── exclamation-circle-fill.js │ ├── exclamation-circle.js │ ├── exclamation-diamond-fill.js │ ├── exclamation-diamond.js │ ├── exclamation-lg.js │ ├── exclamation-octagon-fill.js │ ├── exclamation-octagon.js │ ├── exclamation-square-fill.js │ ├── exclamation-square.js │ ├── exclamation-triangle-fill.js │ ├── exclamation-triangle.js │ ├── exclamation.js │ ├── exclude.js │ ├── explicit-fill.js │ ├── explicit.js │ ├── exposure.js │ ├── eye-fill.js │ ├── eye-slash-fill.js │ ├── eye-slash.js │ ├── eye.js │ ├── eyedropper.js │ ├── eyeglasses.js │ ├── facebook.js │ ├── fan.js │ ├── fast-forward-btn-fill.js │ ├── fast-forward-btn.js │ ├── fast-forward-circle-fill.js │ ├── fast-forward-circle.js │ ├── fast-forward-fill.js │ ├── fast-forward.js │ ├── feather.js │ ├── feather2.js │ ├── file-arrow-down-fill.js │ ├── file-arrow-down.js │ ├── file-arrow-up-fill.js │ ├── file-arrow-up.js │ ├── file-bar-graph-fill.js │ ├── file-bar-graph.js │ ├── file-binary-fill.js │ ├── file-binary.js │ ├── file-break-fill.js │ ├── file-break.js │ ├── file-check-fill.js │ ├── file-check.js │ ├── file-code-fill.js │ ├── file-code.js │ ├── file-diff-fill.js │ ├── file-diff.js │ ├── file-earmark-arrow-down-fill.js │ ├── file-earmark-arrow-down.js │ ├── file-earmark-arrow-up-fill.js │ ├── file-earmark-arrow-up.js │ ├── file-earmark-bar-graph-fill.js │ ├── file-earmark-bar-graph.js │ ├── file-earmark-binary-fill.js │ ├── file-earmark-binary.js │ ├── file-earmark-break-fill.js │ ├── file-earmark-break.js │ ├── file-earmark-check-fill.js │ ├── file-earmark-check.js │ ├── file-earmark-code-fill.js │ ├── file-earmark-code.js │ ├── file-earmark-diff-fill.js │ ├── file-earmark-diff.js │ ├── file-earmark-easel-fill.js │ ├── file-earmark-easel.js │ ├── file-earmark-excel-fill.js │ ├── file-earmark-excel.js │ ├── file-earmark-fill.js │ ├── file-earmark-font-fill.js │ ├── file-earmark-font.js │ ├── file-earmark-image-fill.js │ ├── file-earmark-image.js │ ├── file-earmark-lock-fill.js │ ├── file-earmark-lock.js │ ├── file-earmark-lock2-fill.js │ ├── file-earmark-lock2.js │ ├── file-earmark-medical-fill.js │ ├── file-earmark-medical.js │ ├── file-earmark-minus-fill.js │ ├── file-earmark-minus.js │ ├── file-earmark-music-fill.js │ ├── file-earmark-music.js │ ├── file-earmark-pdf-fill.js │ ├── file-earmark-pdf.js │ ├── file-earmark-person-fill.js │ ├── file-earmark-person.js │ ├── file-earmark-play-fill.js │ ├── file-earmark-play.js │ ├── file-earmark-plus-fill.js │ ├── file-earmark-plus.js │ ├── file-earmark-post-fill.js │ ├── file-earmark-post.js │ ├── file-earmark-ppt-fill.js │ ├── file-earmark-ppt.js │ ├── file-earmark-richtext-fill.js │ ├── file-earmark-richtext.js │ ├── file-earmark-ruled-fill.js │ ├── file-earmark-ruled.js │ ├── file-earmark-slides-fill.js │ ├── file-earmark-slides.js │ ├── file-earmark-spreadsheet-fill.js │ ├── file-earmark-spreadsheet.js │ ├── file-earmark-text-fill.js │ ├── file-earmark-text.js │ ├── file-earmark-word-fill.js │ ├── file-earmark-word.js │ ├── file-earmark-x-fill.js │ ├── file-earmark-x.js │ ├── file-earmark-zip-fill.js │ ├── file-earmark-zip.js │ ├── file-earmark.js │ ├── file-easel-fill.js │ ├── file-easel.js │ ├── file-excel-fill.js │ ├── file-excel.js │ ├── file-fill.js │ ├── file-font-fill.js │ ├── file-font.js │ ├── file-image-fill.js │ ├── file-image.js │ ├── file-lock-fill.js │ ├── file-lock.js │ ├── file-lock2-fill.js │ ├── file-lock2.js │ ├── file-medical-fill.js │ ├── file-medical.js │ ├── file-minus-fill.js │ ├── file-minus.js │ ├── file-music-fill.js │ ├── file-music.js │ ├── file-pdf-fill.js │ ├── file-pdf.js │ ├── file-person-fill.js │ ├── file-person.js │ ├── file-play-fill.js │ ├── file-play.js │ ├── file-plus-fill.js │ ├── file-plus.js │ ├── file-post-fill.js │ ├── file-post.js │ ├── file-ppt-fill.js │ ├── file-ppt.js │ ├── file-richtext-fill.js │ ├── file-richtext.js │ ├── file-ruled-fill.js │ ├── file-ruled.js │ ├── file-slides-fill.js │ ├── file-slides.js │ ├── file-spreadsheet-fill.js │ ├── file-spreadsheet.js │ ├── file-text-fill.js │ ├── file-text.js │ ├── file-word-fill.js │ ├── file-word.js │ ├── file-x-fill.js │ ├── file-x.js │ ├── file-zip-fill.js │ ├── file-zip.js │ ├── file.js │ ├── files-alt.js │ ├── files.js │ ├── filetype-aac.js │ ├── filetype-ai.js │ ├── filetype-bmp.js │ ├── filetype-cs.js │ ├── filetype-css.js │ ├── filetype-csv.js │ ├── filetype-doc.js │ ├── filetype-docx.js │ ├── filetype-exe.js │ ├── filetype-gif.js │ ├── filetype-heic.js │ ├── filetype-html.js │ ├── filetype-java.js │ ├── filetype-jpg.js │ ├── filetype-js.js │ ├── filetype-json.js │ ├── filetype-jsx.js │ ├── filetype-key.js │ ├── filetype-m4p.js │ ├── filetype-md.js │ ├── filetype-mdx.js │ ├── filetype-mov.js │ ├── filetype-mp3.js │ ├── filetype-mp4.js │ ├── filetype-otf.js │ ├── filetype-pdf.js │ ├── filetype-php.js │ ├── filetype-png.js │ ├── filetype-ppt.js │ ├── filetype-pptx.js │ ├── filetype-psd.js │ ├── filetype-py.js │ ├── filetype-raw.js │ ├── filetype-rb.js │ ├── filetype-sass.js │ ├── filetype-scss.js │ ├── filetype-sh.js │ ├── filetype-sql.js │ ├── filetype-svg.js │ ├── filetype-tiff.js │ ├── filetype-tsx.js │ ├── filetype-ttf.js │ ├── filetype-txt.js │ ├── filetype-wav.js │ ├── filetype-woff.js │ ├── filetype-xls.js │ ├── filetype-xlsx.js │ ├── filetype-xml.js │ ├── filetype-yml.js │ ├── film.js │ ├── filter-circle-fill.js │ ├── filter-circle.js │ ├── filter-left.js │ ├── filter-right.js │ ├── filter-square-fill.js │ ├── filter-square.js │ ├── filter.js │ ├── fingerprint.js │ ├── fire.js │ ├── flag-fill.js │ ├── flag.js │ ├── flask-fill.js │ ├── flask-florence-fill.js │ ├── flask-florence.js │ ├── flask.js │ ├── floppy-fill.js │ ├── floppy.js │ ├── floppy2-fill.js │ ├── floppy2.js │ ├── flower1.js │ ├── flower2.js │ ├── flower3.js │ ├── folder-check.js │ ├── folder-fill.js │ ├── folder-minus.js │ ├── folder-plus.js │ ├── folder-symlink-fill.js │ ├── folder-symlink.js │ ├── folder-x.js │ ├── folder.js │ ├── folder2-open.js │ ├── folder2.js │ ├── fonts.js │ ├── fork-knife.js │ ├── forward-fill.js │ ├── forward.js │ ├── front.js │ ├── fuel-pump-diesel-fill.js │ ├── fuel-pump-diesel.js │ ├── fuel-pump-fill.js │ ├── fuel-pump.js │ ├── fullscreen-exit.js │ ├── fullscreen.js │ ├── funnel-fill.js │ ├── funnel.js │ ├── gear-fill.js │ ├── gear-wide-connected.js │ ├── gear-wide.js │ ├── gear.js │ ├── gem.js │ ├── gender-ambiguous.js │ ├── gender-female.js │ ├── gender-male.js │ ├── gender-neuter.js │ ├── gender-trans.js │ ├── geo-alt-fill.js │ ├── geo-alt.js │ ├── geo-fill.js │ ├── geo.js │ ├── gift-fill.js │ ├── gift.js │ ├── git.js │ ├── github.js │ ├── gitlab.js │ ├── globe-americas-fill.js │ ├── globe-americas.js │ ├── globe-asia-australia-fill.js │ ├── globe-asia-australia.js │ ├── globe-central-south-asia-fill.js │ ├── globe-central-south-asia.js │ ├── globe-europe-africa-fill.js │ ├── globe-europe-africa.js │ ├── globe.js │ ├── globe2.js │ ├── google-play.js │ ├── google.js │ ├── gpu-card.js │ ├── graph-down-arrow.js │ ├── graph-down.js │ ├── graph-up-arrow.js │ ├── graph-up.js │ ├── grid-1x2-fill.js │ ├── grid-1x2.js │ ├── grid-3x2-gap-fill.js │ ├── grid-3x2-gap.js │ ├── grid-3x2.js │ ├── grid-3x3-gap-fill.js │ ├── grid-3x3-gap.js │ ├── grid-3x3.js │ ├── grid-fill.js │ ├── grid.js │ ├── grip-horizontal.js │ ├── grip-vertical.js │ ├── h-circle-fill.js │ ├── h-circle.js │ ├── h-square-fill.js │ ├── h-square.js │ ├── hammer.js │ ├── hand-index-fill.js │ ├── hand-index-thumb-fill.js │ ├── hand-index-thumb.js │ ├── hand-index.js │ ├── hand-thumbs-down-fill.js │ ├── hand-thumbs-down.js │ ├── hand-thumbs-up-fill.js │ ├── hand-thumbs-up.js │ ├── handbag-fill.js │ ├── handbag.js │ ├── hash.js │ ├── hdd-fill.js │ ├── hdd-network-fill.js │ ├── hdd-network.js │ ├── hdd-rack-fill.js │ ├── hdd-rack.js │ ├── hdd-stack-fill.js │ ├── hdd-stack.js │ ├── hdd.js │ ├── hdmi-fill.js │ ├── hdmi.js │ ├── headphones.js │ ├── headset-vr.js │ ├── headset.js │ ├── heart-arrow.js │ ├── heart-fill.js │ ├── heart-half.js │ ├── heart-pulse-fill.js │ ├── heart-pulse.js │ ├── heart.js │ ├── heartbreak-fill.js │ ├── heartbreak.js │ ├── hearts.js │ ├── heptagon-fill.js │ ├── heptagon-half.js │ ├── heptagon.js │ ├── hexagon-fill.js │ ├── hexagon-half.js │ ├── hexagon.js │ ├── highlighter.js │ ├── highlights.js │ ├── hospital-fill.js │ ├── hospital.js │ ├── hourglass-bottom.js │ ├── hourglass-split.js │ ├── hourglass-top.js │ ├── hourglass.js │ ├── house-add-fill.js │ ├── house-add.js │ ├── house-check-fill.js │ ├── house-check.js │ ├── house-dash-fill.js │ ├── house-dash.js │ ├── house-door-fill.js │ ├── house-door.js │ ├── house-down-fill.js │ ├── house-down.js │ ├── house-exclamation-fill.js │ ├── house-exclamation.js │ ├── house-fill.js │ ├── house-gear-fill.js │ ├── house-gear.js │ ├── house-heart-fill.js │ ├── house-heart.js │ ├── house-lock-fill.js │ ├── house-lock.js │ ├── house-slash-fill.js │ ├── house-slash.js │ ├── house-up-fill.js │ ├── house-up.js │ ├── house-x-fill.js │ ├── house-x.js │ ├── house.js │ ├── houses-fill.js │ ├── houses.js │ ├── hr.js │ ├── hurricane.js │ ├── hypnotize.js │ ├── image-alt.js │ ├── image-fill.js │ ├── image.js │ ├── images.js │ ├── inbox-fill.js │ ├── inbox.js │ ├── inboxes-fill.js │ ├── inboxes.js │ ├── incognito.js │ ├── indent.js │ ├── infinity.js │ ├── info-circle-fill.js │ ├── info-circle.js │ ├── info-lg.js │ ├── info-square-fill.js │ ├── info-square.js │ ├── info.js │ ├── input-cursor-text.js │ ├── input-cursor.js │ ├── instagram.js │ ├── intersect.js │ ├── javascript.js │ ├── journal-album.js │ ├── journal-arrow-down.js │ ├── journal-arrow-up.js │ ├── journal-bookmark-fill.js │ ├── journal-bookmark.js │ ├── journal-check.js │ ├── journal-code.js │ ├── journal-medical.js │ ├── journal-minus.js │ ├── journal-plus.js │ ├── journal-richtext.js │ ├── journal-text.js │ ├── journal-x.js │ ├── journal.js │ ├── journals.js │ ├── joystick.js │ ├── justify-left.js │ ├── justify-right.js │ ├── justify.js │ ├── kanban-fill.js │ ├── kanban.js │ ├── key-fill.js │ ├── key.js │ ├── keyboard-fill.js │ ├── keyboard.js │ ├── ladder.js │ ├── lamp-fill.js │ ├── lamp.js │ ├── laptop-fill.js │ ├── laptop.js │ ├── layer-backward.js │ ├── layer-forward.js │ ├── layers-fill.js │ ├── layers-half.js │ ├── layers.js │ ├── layout-sidebar-inset-reverse.js │ ├── layout-sidebar-inset.js │ ├── layout-sidebar-reverse.js │ ├── layout-sidebar.js │ ├── layout-split.js │ ├── layout-text-sidebar-reverse.js │ ├── layout-text-sidebar.js │ ├── layout-text-window-reverse.js │ ├── layout-text-window.js │ ├── layout-three-columns.js │ ├── layout-wtf.js │ ├── leaf-fill.js │ ├── leaf.js │ ├── life-preserver.js │ ├── lightbulb-fill.js │ ├── lightbulb-off-fill.js │ ├── lightbulb-off.js │ ├── lightbulb.js │ ├── lightning-charge-fill.js │ ├── lightning-charge.js │ ├── lightning-fill.js │ ├── lightning.js │ ├── line.js │ ├── link-45deg.js │ ├── link.js │ ├── linkedin.js │ ├── list-check.js │ ├── list-columns-reverse.js │ ├── list-columns.js │ ├── list-nested.js │ ├── list-ol.js │ ├── list-stars.js │ ├── list-task.js │ ├── list-ul.js │ ├── list.js │ ├── lock-fill.js │ ├── lock.js │ ├── luggage-fill.js │ ├── luggage.js │ ├── lungs-fill.js │ ├── lungs.js │ ├── magic.js │ ├── magnet-fill.js │ ├── magnet.js │ ├── mailbox-flag.js │ ├── mailbox.js │ ├── mailbox2-flag.js │ ├── mailbox2.js │ ├── map-fill.js │ ├── map.js │ ├── markdown-fill.js │ ├── markdown.js │ ├── marker-tip.js │ ├── mask.js │ ├── mastodon.js │ ├── measuring-cup-fill.js │ ├── measuring-cup.js │ ├── medium.js │ ├── megaphone-fill.js │ ├── megaphone.js │ ├── memory.js │ ├── menu-app-fill.js │ ├── menu-app.js │ ├── menu-button-fill.js │ ├── menu-button-wide-fill.js │ ├── menu-button-wide.js │ ├── menu-button.js │ ├── menu-down.js │ ├── menu-up.js │ ├── messenger.js │ ├── meta.js │ ├── mic-fill.js │ ├── mic-mute-fill.js │ ├── mic-mute.js │ ├── mic.js │ ├── microsoft-teams.js │ ├── microsoft.js │ ├── minecart-loaded.js │ ├── minecart.js │ ├── modem-fill.js │ ├── modem.js │ ├── moisture.js │ ├── moon-fill.js │ ├── moon-stars-fill.js │ ├── moon-stars.js │ ├── moon.js │ ├── mortarboard-fill.js │ ├── mortarboard.js │ ├── motherboard-fill.js │ ├── motherboard.js │ ├── mouse-fill.js │ ├── mouse.js │ ├── mouse2-fill.js │ ├── mouse2.js │ ├── mouse3-fill.js │ ├── mouse3.js │ ├── music-note-beamed.js │ ├── music-note-list.js │ ├── music-note.js │ ├── music-player-fill.js │ ├── music-player.js │ ├── newspaper.js │ ├── nintendo-switch.js │ ├── node-minus-fill.js │ ├── node-minus.js │ ├── node-plus-fill.js │ ├── node-plus.js │ ├── noise-reduction.js │ ├── nut-fill.js │ ├── nut.js │ ├── nvidia.js │ ├── nvme-fill.js │ ├── nvme.js │ ├── octagon-fill.js │ ├── octagon-half.js │ ├── octagon.js │ ├── openai.js │ ├── opencollective.js │ ├── optical-audio-fill.js │ ├── optical-audio.js │ ├── option.js │ ├── outlet.js │ ├── p-circle-fill.js │ ├── p-circle.js │ ├── p-square-fill.js │ ├── p-square.js │ ├── paint-bucket.js │ ├── palette-fill.js │ ├── palette.js │ ├── palette2.js │ ├── paperclip.js │ ├── paragraph.js │ ├── pass-fill.js │ ├── pass.js │ ├── passport-fill.js │ ├── passport.js │ ├── patch-check-fill.js │ ├── patch-check.js │ ├── patch-exclamation-fill.js │ ├── patch-exclamation.js │ ├── patch-minus-fill.js │ ├── patch-minus.js │ ├── patch-plus-fill.js │ ├── patch-plus.js │ ├── patch-question-fill.js │ ├── patch-question.js │ ├── pause-btn-fill.js │ ├── pause-btn.js │ ├── pause-circle-fill.js │ ├── pause-circle.js │ ├── pause-fill.js │ ├── pause.js │ ├── paypal.js │ ├── pc-display-horizontal.js │ ├── pc-display.js │ ├── pc-horizontal.js │ ├── pc.js │ ├── pci-card-network.js │ ├── pci-card-sound.js │ ├── pci-card.js │ ├── peace-fill.js │ ├── peace.js │ ├── pen-fill.js │ ├── pen.js │ ├── pencil-fill.js │ ├── pencil-square.js │ ├── pencil.js │ ├── pentagon-fill.js │ ├── pentagon-half.js │ ├── pentagon.js │ ├── people-fill.js │ ├── people.js │ ├── percent.js │ ├── perplexity.js │ ├── person-add.js │ ├── person-arms-up.js │ ├── person-badge-fill.js │ ├── person-badge.js │ ├── person-bounding-box.js │ ├── person-check-fill.js │ ├── person-check.js │ ├── person-circle.js │ ├── person-dash-fill.js │ ├── person-dash.js │ ├── person-down.js │ ├── person-exclamation.js │ ├── person-fill-add.js │ ├── person-fill-check.js │ ├── person-fill-dash.js │ ├── person-fill-down.js │ ├── person-fill-exclamation.js │ ├── person-fill-gear.js │ ├── person-fill-lock.js │ ├── person-fill-slash.js │ ├── person-fill-up.js │ ├── person-fill-x.js │ ├── person-fill.js │ ├── person-gear.js │ ├── person-heart.js │ ├── person-hearts.js │ ├── person-lines-fill.js │ ├── person-lock.js │ ├── person-plus-fill.js │ ├── person-plus.js │ ├── person-raised-hand.js │ ├── person-rolodex.js │ ├── person-slash.js │ ├── person-square.js │ ├── person-standing-dress.js │ ├── person-standing.js │ ├── person-up.js │ ├── person-vcard-fill.js │ ├── person-vcard.js │ ├── person-video.js │ ├── person-video2.js │ ├── person-video3.js │ ├── person-walking.js │ ├── person-wheelchair.js │ ├── person-workspace.js │ ├── person-x-fill.js │ ├── person-x.js │ ├── person.js │ ├── phone-fill.js │ ├── phone-flip.js │ ├── phone-landscape-fill.js │ ├── phone-landscape.js │ ├── phone-vibrate-fill.js │ ├── phone-vibrate.js │ ├── phone.js │ ├── pie-chart-fill.js │ ├── pie-chart.js │ ├── piggy-bank-fill.js │ ├── piggy-bank.js │ ├── pin-angle-fill.js │ ├── pin-angle.js │ ├── pin-fill.js │ ├── pin-map-fill.js │ ├── pin-map.js │ ├── pin.js │ ├── pinterest.js │ ├── pip-fill.js │ ├── pip.js │ ├── play-btn-fill.js │ ├── play-btn.js │ ├── play-circle-fill.js │ ├── play-circle.js │ ├── play-fill.js │ ├── play.js │ ├── playstation.js │ ├── plug-fill.js │ ├── plug.js │ ├── plugin.js │ ├── plus-circle-dotted.js │ ├── plus-circle-fill.js │ ├── plus-circle.js │ ├── plus-lg.js │ ├── plus-slash-minus.js │ ├── plus-square-dotted.js │ ├── plus-square-fill.js │ ├── plus-square.js │ ├── plus.js │ ├── postage-fill.js │ ├── postage-heart-fill.js │ ├── postage-heart.js │ ├── postage.js │ ├── postcard-fill.js │ ├── postcard-heart-fill.js │ ├── postcard-heart.js │ ├── postcard.js │ ├── power.js │ ├── prescription.js │ ├── prescription2.js │ ├── printer-fill.js │ ├── printer.js │ ├── projector-fill.js │ ├── projector.js │ ├── puzzle-fill.js │ ├── puzzle.js │ ├── qr-code-scan.js │ ├── qr-code.js │ ├── question-circle-fill.js │ ├── question-circle.js │ ├── question-diamond-fill.js │ ├── question-diamond.js │ ├── question-lg.js │ ├── question-octagon-fill.js │ ├── question-octagon.js │ ├── question-square-fill.js │ ├── question-square.js │ ├── question.js │ ├── quora.js │ ├── quote.js │ ├── r-circle-fill.js │ ├── r-circle.js │ ├── r-square-fill.js │ ├── r-square.js │ ├── radar.js │ ├── radioactive.js │ ├── rainbow.js │ ├── receipt-cutoff.js │ ├── receipt.js │ ├── reception-0.js │ ├── reception-1.js │ ├── reception-2.js │ ├── reception-3.js │ ├── reception-4.js │ ├── record-btn-fill.js │ ├── record-btn.js │ ├── record-circle-fill.js │ ├── record-circle.js │ ├── record-fill.js │ ├── record.js │ ├── record2-fill.js │ ├── record2.js │ ├── recycle.js │ ├── reddit.js │ ├── regex.js │ ├── repeat-1.js │ ├── repeat.js │ ├── reply-all-fill.js │ ├── reply-all.js │ ├── reply-fill.js │ ├── reply.js │ ├── rewind-btn-fill.js │ ├── rewind-btn.js │ ├── rewind-circle-fill.js │ ├── rewind-circle.js │ ├── rewind-fill.js │ ├── rewind.js │ ├── robot.js │ ├── rocket-fill.js │ ├── rocket-takeoff-fill.js │ ├── rocket-takeoff.js │ ├── rocket.js │ ├── router-fill.js │ ├── router.js │ ├── rss-fill.js │ ├── rss.js │ ├── rulers.js │ ├── safe-fill.js │ ├── safe.js │ ├── safe2-fill.js │ ├── safe2.js │ ├── save-fill.js │ ├── save.js │ ├── save2-fill.js │ ├── save2.js │ ├── scissors.js │ ├── scooter.js │ ├── screwdriver.js │ ├── sd-card-fill.js │ ├── sd-card.js │ ├── search-heart-fill.js │ ├── search-heart.js │ ├── search.js │ ├── segmented-nav.js │ ├── send-arrow-down-fill.js │ ├── send-arrow-down.js │ ├── send-arrow-up-fill.js │ ├── send-arrow-up.js │ ├── send-check-fill.js │ ├── send-check.js │ ├── send-dash-fill.js │ ├── send-dash.js │ ├── send-exclamation-fill.js │ ├── send-exclamation.js │ ├── send-fill.js │ ├── send-plus-fill.js │ ├── send-plus.js │ ├── send-slash-fill.js │ ├── send-slash.js │ ├── send-x-fill.js │ ├── send-x.js │ ├── send.js │ ├── server.js │ ├── shadows.js │ ├── share-fill.js │ ├── share.js │ ├── shield-check.js │ ├── shield-exclamation.js │ ├── shield-fill-check.js │ ├── shield-fill-exclamation.js │ ├── shield-fill-minus.js │ ├── shield-fill-plus.js │ ├── shield-fill-x.js │ ├── shield-fill.js │ ├── shield-lock-fill.js │ ├── shield-lock.js │ ├── shield-minus.js │ ├── shield-plus.js │ ├── shield-shaded.js │ ├── shield-slash-fill.js │ ├── shield-slash.js │ ├── shield-x.js │ ├── shield.js │ ├── shift-fill.js │ ├── shift.js │ ├── shop-window.js │ ├── shop.js │ ├── shuffle.js │ ├── sign-dead-end-fill.js │ ├── sign-dead-end.js │ ├── sign-do-not-enter-fill.js │ ├── sign-do-not-enter.js │ ├── sign-intersection-fill.js │ ├── sign-intersection-side-fill.js │ ├── sign-intersection-side.js │ ├── sign-intersection-t-fill.js │ ├── sign-intersection-t.js │ ├── sign-intersection-y-fill.js │ ├── sign-intersection-y.js │ ├── sign-intersection.js │ ├── sign-merge-left-fill.js │ ├── sign-merge-left.js │ ├── sign-merge-right-fill.js │ ├── sign-merge-right.js │ ├── sign-no-left-turn-fill.js │ ├── sign-no-left-turn.js │ ├── sign-no-parking-fill.js │ ├── sign-no-parking.js │ ├── sign-no-right-turn-fill.js │ ├── sign-no-right-turn.js │ ├── sign-railroad-fill.js │ ├── sign-railroad.js │ ├── sign-stop-fill.js │ ├── sign-stop-lights-fill.js │ ├── sign-stop-lights.js │ ├── sign-stop.js │ ├── sign-turn-left-fill.js │ ├── sign-turn-left.js │ ├── sign-turn-right-fill.js │ ├── sign-turn-right.js │ ├── sign-turn-slight-left-fill.js │ ├── sign-turn-slight-left.js │ ├── sign-turn-slight-right-fill.js │ ├── sign-turn-slight-right.js │ ├── sign-yield-fill.js │ ├── sign-yield.js │ ├── signal.js │ ├── signpost-2-fill.js │ ├── signpost-2.js │ ├── signpost-fill.js │ ├── signpost-split-fill.js │ ├── signpost-split.js │ ├── signpost.js │ ├── sim-fill.js │ ├── sim-slash-fill.js │ ├── sim-slash.js │ ├── sim.js │ ├── sina-weibo.js │ ├── skip-backward-btn-fill.js │ ├── skip-backward-btn.js │ ├── skip-backward-circle-fill.js │ ├── skip-backward-circle.js │ ├── skip-backward-fill.js │ ├── skip-backward.js │ ├── skip-end-btn-fill.js │ ├── skip-end-btn.js │ ├── skip-end-circle-fill.js │ ├── skip-end-circle.js │ ├── skip-end-fill.js │ ├── skip-end.js │ ├── skip-forward-btn-fill.js │ ├── skip-forward-btn.js │ ├── skip-forward-circle-fill.js │ ├── skip-forward-circle.js │ ├── skip-forward-fill.js │ ├── skip-forward.js │ ├── skip-start-btn-fill.js │ ├── skip-start-btn.js │ ├── skip-start-circle-fill.js │ ├── skip-start-circle.js │ ├── skip-start-fill.js │ ├── skip-start.js │ ├── skype.js │ ├── slack.js │ ├── slash-circle-fill.js │ ├── slash-circle.js │ ├── slash-lg.js │ ├── slash-square-fill.js │ ├── slash-square.js │ ├── slash.js │ ├── sliders.js │ ├── sliders2-vertical.js │ ├── sliders2.js │ ├── smartwatch.js │ ├── snapchat.js │ ├── snow.js │ ├── snow2.js │ ├── snow3.js │ ├── sort-alpha-down-alt.js │ ├── sort-alpha-down.js │ ├── sort-alpha-up-alt.js │ ├── sort-alpha-up.js │ ├── sort-down-alt.js │ ├── sort-down.js │ ├── sort-numeric-down-alt.js │ ├── sort-numeric-down.js │ ├── sort-numeric-up-alt.js │ ├── sort-numeric-up.js │ ├── sort-up-alt.js │ ├── sort-up.js │ ├── soundwave.js │ ├── sourceforge.js │ ├── speaker-fill.js │ ├── speaker.js │ ├── speedometer.js │ ├── speedometer2.js │ ├── spellcheck.js │ ├── spotify.js │ ├── square-fill.js │ ├── square-half.js │ ├── square.js │ ├── stack-overflow.js │ ├── stack.js │ ├── star-fill.js │ ├── star-half.js │ ├── star.js │ ├── stars.js │ ├── steam.js │ ├── stickies-fill.js │ ├── stickies.js │ ├── sticky-fill.js │ ├── sticky.js │ ├── stop-btn-fill.js │ ├── stop-btn.js │ ├── stop-circle-fill.js │ ├── stop-circle.js │ ├── stop-fill.js │ ├── stop.js │ ├── stoplights-fill.js │ ├── stoplights.js │ ├── stopwatch-fill.js │ ├── stopwatch.js │ ├── strava.js │ ├── stripe.js │ ├── subscript.js │ ├── substack.js │ ├── subtract.js │ ├── suit-club-fill.js │ ├── suit-club.js │ ├── suit-diamond-fill.js │ ├── suit-diamond.js │ ├── suit-heart-fill.js │ ├── suit-heart.js │ ├── suit-spade-fill.js │ ├── suit-spade.js │ ├── suitcase-fill.js │ ├── suitcase-lg-fill.js │ ├── suitcase-lg.js │ ├── suitcase.js │ ├── suitcase2-fill.js │ ├── suitcase2.js │ ├── sun-fill.js │ ├── sun.js │ ├── sunglasses.js │ ├── sunrise-fill.js │ ├── sunrise.js │ ├── sunset-fill.js │ ├── sunset.js │ ├── superscript.js │ ├── symmetry-horizontal.js │ ├── symmetry-vertical.js │ ├── table.js │ ├── tablet-fill.js │ ├── tablet-landscape-fill.js │ ├── tablet-landscape.js │ ├── tablet.js │ ├── tag-fill.js │ ├── tag.js │ ├── tags-fill.js │ ├── tags.js │ ├── taxi-front-fill.js │ ├── taxi-front.js │ ├── telegram.js │ ├── telephone-fill.js │ ├── telephone-forward-fill.js │ ├── telephone-forward.js │ ├── telephone-inbound-fill.js │ ├── telephone-inbound.js │ ├── telephone-minus-fill.js │ ├── telephone-minus.js │ ├── telephone-outbound-fill.js │ ├── telephone-outbound.js │ ├── telephone-plus-fill.js │ ├── telephone-plus.js │ ├── telephone-x-fill.js │ ├── telephone-x.js │ ├── telephone.js │ ├── tencent-qq.js │ ├── terminal-dash.js │ ├── terminal-fill.js │ ├── terminal-plus.js │ ├── terminal-split.js │ ├── terminal-x.js │ ├── terminal.js │ ├── text-center.js │ ├── text-indent-left.js │ ├── text-indent-right.js │ ├── text-left.js │ ├── text-paragraph.js │ ├── text-right.js │ ├── text-wrap.js │ ├── textarea-resize.js │ ├── textarea-t.js │ ├── textarea.js │ ├── thermometer-half.js │ ├── thermometer-high.js │ ├── thermometer-low.js │ ├── thermometer-snow.js │ ├── thermometer-sun.js │ ├── thermometer.js │ ├── threads-fill.js │ ├── threads.js │ ├── three-dots-vertical.js │ ├── three-dots.js │ ├── thunderbolt-fill.js │ ├── thunderbolt.js │ ├── ticket-detailed-fill.js │ ├── ticket-detailed.js │ ├── ticket-fill.js │ ├── ticket-perforated-fill.js │ ├── ticket-perforated.js │ ├── ticket.js │ ├── tiktok.js │ ├── toggle-off.js │ ├── toggle-on.js │ ├── toggle2-off.js │ ├── toggle2-on.js │ ├── toggles.js │ ├── toggles2.js │ ├── tools.js │ ├── tornado.js │ ├── train-freight-front-fill.js │ ├── train-freight-front.js │ ├── train-front-fill.js │ ├── train-front.js │ ├── train-lightrail-front-fill.js │ ├── train-lightrail-front.js │ ├── translate.js │ ├── transparency.js │ ├── trash-fill.js │ ├── trash.js │ ├── trash2-fill.js │ ├── trash2.js │ ├── trash3-fill.js │ ├── trash3.js │ ├── tree-fill.js │ ├── tree.js │ ├── trello.js │ ├── triangle-fill.js │ ├── triangle-half.js │ ├── triangle.js │ ├── trophy-fill.js │ ├── trophy.js │ ├── tropical-storm.js │ ├── truck-flatbed.js │ ├── truck-front-fill.js │ ├── truck-front.js │ ├── truck.js │ ├── tsunami.js │ ├── tux.js │ ├── tv-fill.js │ ├── tv.js │ ├── twitch.js │ ├── twitter-x.js │ ├── twitter.js │ ├── type-bold.js │ ├── type-h1.js │ ├── type-h2.js │ ├── type-h3.js │ ├── type-h4.js │ ├── type-h5.js │ ├── type-h6.js │ ├── type-italic.js │ ├── type-strikethrough.js │ ├── type-underline.js │ ├── type.js │ ├── typescript.js │ ├── ubuntu.js │ ├── ui-checks-grid.js │ ├── ui-checks.js │ ├── ui-radios-grid.js │ ├── ui-radios.js │ ├── umbrella-fill.js │ ├── umbrella.js │ ├── unindent.js │ ├── union.js │ ├── unity.js │ ├── universal-access-circle.js │ ├── universal-access.js │ ├── unlock-fill.js │ ├── unlock.js │ ├── unlock2-fill.js │ ├── unlock2.js │ ├── upc-scan.js │ ├── upc.js │ ├── upload.js │ ├── usb-c-fill.js │ ├── usb-c.js │ ├── usb-drive-fill.js │ ├── usb-drive.js │ ├── usb-fill.js │ ├── usb-micro-fill.js │ ├── usb-micro.js │ ├── usb-mini-fill.js │ ├── usb-mini.js │ ├── usb-plug-fill.js │ ├── usb-plug.js │ ├── usb-symbol.js │ ├── usb.js │ ├── valentine.js │ ├── valentine2.js │ ├── vector-pen.js │ ├── view-list.js │ ├── view-stacked.js │ ├── vignette.js │ ├── vimeo.js │ ├── vinyl-fill.js │ ├── vinyl.js │ ├── virus.js │ ├── virus2.js │ ├── voicemail.js │ ├── volume-down-fill.js │ ├── volume-down.js │ ├── volume-mute-fill.js │ ├── volume-mute.js │ ├── volume-off-fill.js │ ├── volume-off.js │ ├── volume-up-fill.js │ ├── volume-up.js │ ├── vr.js │ ├── wallet-fill.js │ ├── wallet.js │ ├── wallet2.js │ ├── watch.js │ ├── water.js │ ├── webcam-fill.js │ ├── webcam.js │ ├── wechat.js │ ├── whatsapp.js │ ├── wifi-1.js │ ├── wifi-2.js │ ├── wifi-off.js │ ├── wifi.js │ ├── wikipedia.js │ ├── wind.js │ ├── window-dash.js │ ├── window-desktop.js │ ├── window-dock.js │ ├── window-fullscreen.js │ ├── window-plus.js │ ├── window-sidebar.js │ ├── window-split.js │ ├── window-stack.js │ ├── window-x.js │ ├── window.js │ ├── windows.js │ ├── wordpress.js │ ├── wrench-adjustable-circle-fill.js │ ├── wrench-adjustable-circle.js │ ├── wrench-adjustable.js │ ├── wrench.js │ ├── x-circle-fill.js │ ├── x-circle.js │ ├── x-diamond-fill.js │ ├── x-diamond.js │ ├── x-lg.js │ ├── x-octagon-fill.js │ ├── x-octagon.js │ ├── x-square-fill.js │ ├── x-square.js │ ├── x.js │ ├── xbox.js │ ├── yelp.js │ ├── yin-yang.js │ ├── youtube.js │ ├── zoom-in.js │ └── zoom-out.js ├── index.d.ts └── index.js ================================================ FILE CONTENTS ================================================ ================================================ FILE: .babelrc ================================================ { "presets": [ ["@babel/env", { "modules": false }], "@babel/react" ], "plugins": [ "@babel/proposal-object-rest-spread" ] } ================================================ FILE: .eslintrc ================================================ { "extends": "airbnb", "rules": { "arrow-body-style": 0, "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }] } } ================================================ FILE: .gitignore ================================================ node_modules dist build .DS_Store .vscode package-lock.json _demo ================================================ FILE: .npmignore ================================================ bin src .babelrc ================================================ FILE: .prettierrc ================================================ { "singleQuote": true, "trailingComma": "none", "bracketSpacing": true, "semi": true, "arrowParens": "avoid", "jsxSingleQuote": false, "printWidth": 80, "tabWidth": 2, "useTabs": false } ================================================ FILE: LICENSE.md ================================================ MIT License Copyright (c) 2022 Ismael Martínez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # React Bootstrap Icons The brand new [Bootstrap Icons library](https://icons.getbootstrap.com/) to use as React components. > Currently v1.13.1, over **2000 icons!** ![bootstrap-icons](https://user-images.githubusercontent.com/39626451/192898250-711e2281-ab03-433a-afeb-4ad542b68a5b.png) ## Installation ```bash npm install react-bootstrap-icons --save ``` or ```bash yarn add react-bootstrap-icons ``` ## Usage ```jsx import { ArrowRight } from 'react-bootstrap-icons'; export default function App() { return ; } ``` Icons can be configured with inline props: ```jsx ``` You can pass whatever props you want: ```jsx ``` You can also include the whole icon pack: ```jsx import * as Icon from 'react-bootstrap-icons'; export default function App() { return ; } ``` The icon names are the `PascalCase` version of the original name. For those icons whose name begins with a number, the `Icon` prefix will be used. Examples: `arrow-right` → `ArrowRight`, `1-circle` → `Icon1Circle`. You can also create an `Icon` component and pass it the icon name as a prop: ```jsx import * as icons from 'react-bootstrap-icons'; interface IconProps extends icons.IconProps { // Cannot use "name" as it is a valid SVG attribute // "iconName", "filename", "icon" will do it instead iconName: keyof typeof icons; } export const Icon = ({ iconName, ...props }: IconProps) => { const BootstrapIcon = icons[iconName]; return ; } ``` ```jsx import { Icon } from './Icon'; export default function App() { return ( ); } ``` ## IconProps | Name | Type | Description | | ------------ | ---------------- | ---------------------------------------------- | | `color?` | string | color of the icon | | `size?` | string \| number | size of the icon (`width` and `height`) | | `title?` | string | provides an accessible, short-text description | | `className?` | string | `bi bi-{icon-name}` and add your own classes | ## Figma Plugin You can install it from the Figma app: [Bootstrap Icons Plugin for Figma](https://www.figma.com/community/plugin/868341386266170307/Bootstrap-Icons) ## More options Other ways to use Boostrap icons: [https://icons.getbootstrap.com/#usage](https://icons.getbootstrap.com/#usage) ## License - react-bootstrap-icons are open-sourced ([MIT](https://github.com/ismamz/react-bootstrap-icons/blob/master/LICENSE.md)) - Bootstrap Icons are open-sourced ([MIT](https://github.com/twbs/icons/blob/main/LICENSE)). ## Collaborators - [@kwnath](https://github.com/kwnath) ================================================ FILE: bin/build.js ================================================ const path = require('path'); const fs = require('fs'); const upperCamelCase = require('uppercamelcase'); const format = require('prettier-eslint'); const iconsDir = path.join(__dirname, '../node_modules/bootstrap-icons/icons'); const rootDir = path.join(__dirname, '..'); const dir = path.join(rootDir, 'src/icons'); if (!fs.existsSync(dir)) { fs.mkdirSync(dir); } const initialTypeDefinitions = `/// import { FC, SVGAttributes } from 'react'; export interface IconProps extends SVGAttributes { color?: string; size?: string | number; title?: string; className?: string; } export type Icon = FC; `; fs.writeFileSync( path.join(rootDir, 'src', 'index.d.ts'), initialTypeDefinitions, 'utf-8' ); fs.writeFileSync(path.join(rootDir, 'src', 'index.js'), '', 'utf-8'); let n = 0; fs.readdirSync(iconsDir).forEach(file => { const svg = fs.readFileSync(`${iconsDir}/${file}`, 'utf8'); const svgContent = svg.replace(/]*>|<\/svg>/g, ''); const fileName = file.split('.')[0]; let ComponentName = upperCamelCase(fileName); if (ComponentName.match(/^\d/)) ComponentName = `Icon${ComponentName}`; const preComponent = ` import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ${ComponentName} = forwardRef(({ color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref) => { return ( {title ? {title} : null} ${svgContent} ); }); ${ComponentName}.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ${ComponentName}; `; const component = format({ text: preComponent, eslintConfig: { extends: 'airbnb' }, prettierOptions: { singleQuote: true, trailingComma: 'none', bracketSpacing: true, semi: true, arrowParens: 'avoid', jsxSingleQuote: false, printWidth: 80, tabWidth: 2, useTabs: false, parser: 'flow' } }); fs.writeFileSync( path.join(rootDir, 'src/icons', `${fileName}.js`), component, 'utf-8' ); const exportString = `export { default as ${ComponentName} } from './icons/${fileName}';\r\n`; fs.appendFileSync( path.join(rootDir, 'src', 'index.js'), exportString, 'utf-8' ); const exportTypeString = `export const ${ComponentName}: Icon;\n`; fs.appendFileSync( path.join(rootDir, 'src', 'index.d.ts'), exportTypeString, 'utf-8' ); console.log(`${fileName} was created.`); n++; }); console.log(`\nSuccess! ${n} icons were created.`); ================================================ FILE: package.json ================================================ { "name": "react-bootstrap-icons", "version": "1.11.6", "description": "React component for Bootstrap Icons", "main": "build/index.js", "module": "dist/index.js", "repository": "https://github.com/ismamz/react-bootstrap-icons", "author": "Ismael Martínez", "license": "MIT", "sideEffects": false, "typings": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "rm -rf src/icons && node bin/build.js", "build:bundle": "rm -rf build && rollup --config rollup.config.js", "build:es": "rm -rf dist && babel src --out-dir dist --copy-files", "build": "concurrently \"npm:build:*\"", "prepare": "npm run build" }, "keywords": [ "react", "icons", "svg", "bootstrap" ], "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "bootstrap-icons": "^1.13.1", "concurrently": "^7.1.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.1", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.2", "prettier-eslint": "^9.0.0", "rollup": "^1.16.4", "rollup-plugin-babel": "^4.3.3", "uppercamelcase": "^3.0.0" }, "peerDependencies": { "react": ">=16.8.6" }, "dependencies": { "prop-types": "^15.7.2" } } ================================================ FILE: rollup.config.js ================================================ import babel from 'rollup-plugin-babel'; export default { input: 'src/index.js', output: { file: 'build/index.js', format: 'cjs', }, external: ['react', 'prop-types'], plugins: [ babel({ exclude: 'node_modules/**', }), ], }; ================================================ FILE: src/icons/0-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon0CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon0CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon0CircleFill; ================================================ FILE: src/icons/0-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon0Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon0Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon0Circle; ================================================ FILE: src/icons/0-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon0SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon0SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon0SquareFill; ================================================ FILE: src/icons/0-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon0Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon0Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon0Square; ================================================ FILE: src/icons/1-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon1CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon1CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon1CircleFill; ================================================ FILE: src/icons/1-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon1Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon1Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon1Circle; ================================================ FILE: src/icons/1-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon1SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon1SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon1SquareFill; ================================================ FILE: src/icons/1-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon1Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon1Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon1Square; ================================================ FILE: src/icons/123.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon123 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon123.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon123; ================================================ FILE: src/icons/2-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon2CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon2CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon2CircleFill; ================================================ FILE: src/icons/2-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon2Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon2Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon2Circle; ================================================ FILE: src/icons/2-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon2SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon2SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon2SquareFill; ================================================ FILE: src/icons/2-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon2Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon2Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon2Square; ================================================ FILE: src/icons/3-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon3CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon3CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon3CircleFill; ================================================ FILE: src/icons/3-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon3Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon3Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon3Circle; ================================================ FILE: src/icons/3-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon3SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon3SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon3SquareFill; ================================================ FILE: src/icons/3-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon3Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon3Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon3Square; ================================================ FILE: src/icons/4-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon4CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon4CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon4CircleFill; ================================================ FILE: src/icons/4-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon4Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon4Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon4Circle; ================================================ FILE: src/icons/4-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon4SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon4SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon4SquareFill; ================================================ FILE: src/icons/4-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon4Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon4Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon4Square; ================================================ FILE: src/icons/5-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon5CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon5CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon5CircleFill; ================================================ FILE: src/icons/5-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon5Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon5Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon5Circle; ================================================ FILE: src/icons/5-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon5SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon5SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon5SquareFill; ================================================ FILE: src/icons/5-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon5Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon5Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon5Square; ================================================ FILE: src/icons/6-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon6CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon6CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon6CircleFill; ================================================ FILE: src/icons/6-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon6Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon6Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon6Circle; ================================================ FILE: src/icons/6-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon6SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon6SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon6SquareFill; ================================================ FILE: src/icons/6-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon6Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon6Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon6Square; ================================================ FILE: src/icons/7-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon7CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon7CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon7CircleFill; ================================================ FILE: src/icons/7-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon7Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon7Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon7Circle; ================================================ FILE: src/icons/7-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon7SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon7SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon7SquareFill; ================================================ FILE: src/icons/7-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon7Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon7Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon7Square; ================================================ FILE: src/icons/8-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon8CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon8CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon8CircleFill; ================================================ FILE: src/icons/8-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon8Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon8Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon8Circle; ================================================ FILE: src/icons/8-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon8SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon8SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon8SquareFill; ================================================ FILE: src/icons/8-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon8Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon8Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon8Square; ================================================ FILE: src/icons/9-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon9CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon9CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon9CircleFill; ================================================ FILE: src/icons/9-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon9Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon9Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon9Circle; ================================================ FILE: src/icons/9-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon9SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon9SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon9SquareFill; ================================================ FILE: src/icons/9-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Icon9Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Icon9Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Icon9Square; ================================================ FILE: src/icons/activity.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Activity = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Activity.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Activity; ================================================ FILE: src/icons/airplane-engines-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AirplaneEnginesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AirplaneEnginesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AirplaneEnginesFill; ================================================ FILE: src/icons/airplane-engines.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AirplaneEngines = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AirplaneEngines.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AirplaneEngines; ================================================ FILE: src/icons/airplane-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AirplaneFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AirplaneFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AirplaneFill; ================================================ FILE: src/icons/airplane.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Airplane = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Airplane.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Airplane; ================================================ FILE: src/icons/alarm-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlarmFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlarmFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlarmFill; ================================================ FILE: src/icons/alarm.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Alarm = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Alarm.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Alarm; ================================================ FILE: src/icons/alexa.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Alexa = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Alexa.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Alexa; ================================================ FILE: src/icons/align-bottom.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignBottom = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignBottom.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignBottom; ================================================ FILE: src/icons/align-center.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignCenter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignCenter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignCenter; ================================================ FILE: src/icons/align-end.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignEnd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignEnd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignEnd; ================================================ FILE: src/icons/align-middle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignMiddle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignMiddle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignMiddle; ================================================ FILE: src/icons/align-start.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignStart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignStart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignStart; ================================================ FILE: src/icons/align-top.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlignTop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlignTop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlignTop; ================================================ FILE: src/icons/alipay.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Alipay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Alipay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Alipay; ================================================ FILE: src/icons/alphabet-uppercase.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AlphabetUppercase = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AlphabetUppercase.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AlphabetUppercase; ================================================ FILE: src/icons/alphabet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Alphabet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Alphabet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Alphabet; ================================================ FILE: src/icons/alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Alt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Alt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Alt; ================================================ FILE: src/icons/amazon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Amazon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Amazon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Amazon; ================================================ FILE: src/icons/amd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Amd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Amd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Amd; ================================================ FILE: src/icons/android.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Android = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Android.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Android; ================================================ FILE: src/icons/android2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Android2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Android2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Android2; ================================================ FILE: src/icons/anthropic.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Anthropic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Anthropic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Anthropic; ================================================ FILE: src/icons/app-indicator.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AppIndicator = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AppIndicator.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AppIndicator; ================================================ FILE: src/icons/app.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const App = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); App.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default App; ================================================ FILE: src/icons/apple-music.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AppleMusic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AppleMusic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AppleMusic; ================================================ FILE: src/icons/apple.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Apple = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Apple.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Apple; ================================================ FILE: src/icons/archive-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArchiveFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArchiveFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArchiveFill; ================================================ FILE: src/icons/archive.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Archive = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Archive.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Archive; ================================================ FILE: src/icons/arrow-90deg-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Arrow90degDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Arrow90degDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Arrow90degDown; ================================================ FILE: src/icons/arrow-90deg-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Arrow90degLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Arrow90degLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Arrow90degLeft; ================================================ FILE: src/icons/arrow-90deg-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Arrow90degRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Arrow90degRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Arrow90degRight; ================================================ FILE: src/icons/arrow-90deg-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Arrow90degUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Arrow90degUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Arrow90degUp; ================================================ FILE: src/icons/arrow-bar-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowBarDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowBarDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowBarDown; ================================================ FILE: src/icons/arrow-bar-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowBarLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowBarLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowBarLeft; ================================================ FILE: src/icons/arrow-bar-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowBarRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowBarRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowBarRight; ================================================ FILE: src/icons/arrow-bar-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowBarUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowBarUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowBarUp; ================================================ FILE: src/icons/arrow-clockwise.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowClockwise = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowClockwise.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowClockwise; ================================================ FILE: src/icons/arrow-counterclockwise.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowCounterclockwise = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowCounterclockwise.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowCounterclockwise; ================================================ FILE: src/icons/arrow-down-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownCircleFill; ================================================ FILE: src/icons/arrow-down-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownCircle; ================================================ FILE: src/icons/arrow-down-left-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownLeftCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownLeftCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownLeftCircleFill; ================================================ FILE: src/icons/arrow-down-left-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownLeftCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownLeftCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownLeftCircle; ================================================ FILE: src/icons/arrow-down-left-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownLeftSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownLeftSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownLeftSquareFill; ================================================ FILE: src/icons/arrow-down-left-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownLeftSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownLeftSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownLeftSquare; ================================================ FILE: src/icons/arrow-down-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownLeft; ================================================ FILE: src/icons/arrow-down-right-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownRightCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownRightCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownRightCircleFill; ================================================ FILE: src/icons/arrow-down-right-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownRightCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownRightCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownRightCircle; ================================================ FILE: src/icons/arrow-down-right-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownRightSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownRightSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownRightSquareFill; ================================================ FILE: src/icons/arrow-down-right-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownRightSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownRightSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownRightSquare; ================================================ FILE: src/icons/arrow-down-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownRight; ================================================ FILE: src/icons/arrow-down-short.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownShort = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownShort.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownShort; ================================================ FILE: src/icons/arrow-down-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownSquareFill; ================================================ FILE: src/icons/arrow-down-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownSquare; ================================================ FILE: src/icons/arrow-down-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDownUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDownUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDownUp; ================================================ FILE: src/icons/arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowDown; ================================================ FILE: src/icons/arrow-left-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftCircleFill; ================================================ FILE: src/icons/arrow-left-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftCircle; ================================================ FILE: src/icons/arrow-left-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftRight; ================================================ FILE: src/icons/arrow-left-short.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftShort = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftShort.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftShort; ================================================ FILE: src/icons/arrow-left-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftSquareFill; ================================================ FILE: src/icons/arrow-left-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeftSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeftSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeftSquare; ================================================ FILE: src/icons/arrow-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowLeft; ================================================ FILE: src/icons/arrow-repeat.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRepeat = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRepeat.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRepeat; ================================================ FILE: src/icons/arrow-return-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowReturnLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowReturnLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowReturnLeft; ================================================ FILE: src/icons/arrow-return-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowReturnRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowReturnRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowReturnRight; ================================================ FILE: src/icons/arrow-right-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRightCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRightCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRightCircleFill; ================================================ FILE: src/icons/arrow-right-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRightCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRightCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRightCircle; ================================================ FILE: src/icons/arrow-right-short.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRightShort = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRightShort.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRightShort; ================================================ FILE: src/icons/arrow-right-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRightSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRightSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRightSquareFill; ================================================ FILE: src/icons/arrow-right-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRightSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRightSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRightSquare; ================================================ FILE: src/icons/arrow-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowRight; ================================================ FILE: src/icons/arrow-through-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowThroughHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowThroughHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowThroughHeartFill; ================================================ FILE: src/icons/arrow-through-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowThroughHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowThroughHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowThroughHeart; ================================================ FILE: src/icons/arrow-up-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpCircleFill; ================================================ FILE: src/icons/arrow-up-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpCircle; ================================================ FILE: src/icons/arrow-up-left-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpLeftCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpLeftCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpLeftCircleFill; ================================================ FILE: src/icons/arrow-up-left-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpLeftCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpLeftCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpLeftCircle; ================================================ FILE: src/icons/arrow-up-left-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpLeftSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpLeftSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpLeftSquareFill; ================================================ FILE: src/icons/arrow-up-left-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpLeftSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpLeftSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpLeftSquare; ================================================ FILE: src/icons/arrow-up-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpLeft; ================================================ FILE: src/icons/arrow-up-right-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpRightCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpRightCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpRightCircleFill; ================================================ FILE: src/icons/arrow-up-right-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpRightCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpRightCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpRightCircle; ================================================ FILE: src/icons/arrow-up-right-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpRightSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpRightSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpRightSquareFill; ================================================ FILE: src/icons/arrow-up-right-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpRightSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpRightSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpRightSquare; ================================================ FILE: src/icons/arrow-up-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpRight; ================================================ FILE: src/icons/arrow-up-short.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpShort = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpShort.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpShort; ================================================ FILE: src/icons/arrow-up-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpSquareFill; ================================================ FILE: src/icons/arrow-up-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUpSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUpSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUpSquare; ================================================ FILE: src/icons/arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowUp; ================================================ FILE: src/icons/arrows-angle-contract.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsAngleContract = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsAngleContract.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsAngleContract; ================================================ FILE: src/icons/arrows-angle-expand.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsAngleExpand = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsAngleExpand.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsAngleExpand; ================================================ FILE: src/icons/arrows-collapse-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsCollapseVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsCollapseVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsCollapseVertical; ================================================ FILE: src/icons/arrows-collapse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsCollapse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsCollapse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsCollapse; ================================================ FILE: src/icons/arrows-expand-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsExpandVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsExpandVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsExpandVertical; ================================================ FILE: src/icons/arrows-expand.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsExpand = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsExpand.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsExpand; ================================================ FILE: src/icons/arrows-fullscreen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsFullscreen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsFullscreen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsFullscreen; ================================================ FILE: src/icons/arrows-move.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsMove = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsMove.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsMove; ================================================ FILE: src/icons/arrows-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ArrowsVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ArrowsVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ArrowsVertical; ================================================ FILE: src/icons/arrows.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Arrows = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Arrows.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Arrows; ================================================ FILE: src/icons/aspect-ratio-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AspectRatioFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AspectRatioFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AspectRatioFill; ================================================ FILE: src/icons/aspect-ratio.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AspectRatio = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AspectRatio.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AspectRatio; ================================================ FILE: src/icons/asterisk.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Asterisk = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Asterisk.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Asterisk; ================================================ FILE: src/icons/at.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const At = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); At.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default At; ================================================ FILE: src/icons/award-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const AwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); AwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default AwardFill; ================================================ FILE: src/icons/award.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Award = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Award.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Award; ================================================ FILE: src/icons/back.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Back = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Back.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Back; ================================================ FILE: src/icons/backpack-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BackpackFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BackpackFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BackpackFill; ================================================ FILE: src/icons/backpack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack; ================================================ FILE: src/icons/backpack2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack2Fill; ================================================ FILE: src/icons/backpack2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack2; ================================================ FILE: src/icons/backpack3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack3Fill; ================================================ FILE: src/icons/backpack3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack3; ================================================ FILE: src/icons/backpack4-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack4Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack4Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack4Fill; ================================================ FILE: src/icons/backpack4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backpack4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backpack4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backpack4; ================================================ FILE: src/icons/backspace-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BackspaceFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BackspaceFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BackspaceFill; ================================================ FILE: src/icons/backspace-reverse-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BackspaceReverseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BackspaceReverseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BackspaceReverseFill; ================================================ FILE: src/icons/backspace-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BackspaceReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BackspaceReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BackspaceReverse; ================================================ FILE: src/icons/backspace.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Backspace = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Backspace.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Backspace; ================================================ FILE: src/icons/badge-3d-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge3dFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge3dFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge3dFill; ================================================ FILE: src/icons/badge-3d.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge3d = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge3d.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge3d; ================================================ FILE: src/icons/badge-4k-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge4kFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge4kFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge4kFill; ================================================ FILE: src/icons/badge-4k.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge4k = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge4k.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge4k; ================================================ FILE: src/icons/badge-8k-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge8kFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge8kFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge8kFill; ================================================ FILE: src/icons/badge-8k.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Badge8k = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Badge8k.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Badge8k; ================================================ FILE: src/icons/badge-ad-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeAdFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeAdFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeAdFill; ================================================ FILE: src/icons/badge-ad.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeAd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeAd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeAd; ================================================ FILE: src/icons/badge-ar-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeArFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeArFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeArFill; ================================================ FILE: src/icons/badge-ar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeAr = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeAr.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeAr; ================================================ FILE: src/icons/badge-cc-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeCcFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeCcFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeCcFill; ================================================ FILE: src/icons/badge-cc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeCc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeCc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeCc; ================================================ FILE: src/icons/badge-hd-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeHdFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeHdFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeHdFill; ================================================ FILE: src/icons/badge-hd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeHd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeHd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeHd; ================================================ FILE: src/icons/badge-sd-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeSdFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeSdFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeSdFill; ================================================ FILE: src/icons/badge-sd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeSd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeSd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeSd; ================================================ FILE: src/icons/badge-tm-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeTmFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeTmFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeTmFill; ================================================ FILE: src/icons/badge-tm.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeTm = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeTm.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeTm; ================================================ FILE: src/icons/badge-vo-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeVoFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeVoFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeVoFill; ================================================ FILE: src/icons/badge-vo.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeVo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeVo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeVo; ================================================ FILE: src/icons/badge-vr-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeVrFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeVrFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeVrFill; ================================================ FILE: src/icons/badge-vr.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeVr = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeVr.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeVr; ================================================ FILE: src/icons/badge-wc-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeWcFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeWcFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeWcFill; ================================================ FILE: src/icons/badge-wc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BadgeWc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BadgeWc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BadgeWc; ================================================ FILE: src/icons/bag-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagCheckFill; ================================================ FILE: src/icons/bag-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagCheck; ================================================ FILE: src/icons/bag-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagDashFill; ================================================ FILE: src/icons/bag-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagDash; ================================================ FILE: src/icons/bag-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagFill; ================================================ FILE: src/icons/bag-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagHeartFill; ================================================ FILE: src/icons/bag-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagHeart; ================================================ FILE: src/icons/bag-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagPlusFill; ================================================ FILE: src/icons/bag-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagPlus; ================================================ FILE: src/icons/bag-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagXFill; ================================================ FILE: src/icons/bag-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BagX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BagX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BagX; ================================================ FILE: src/icons/bag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bag; ================================================ FILE: src/icons/balloon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BalloonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BalloonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BalloonFill; ================================================ FILE: src/icons/balloon-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BalloonHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BalloonHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BalloonHeartFill; ================================================ FILE: src/icons/balloon-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BalloonHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BalloonHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BalloonHeart; ================================================ FILE: src/icons/balloon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Balloon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Balloon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Balloon; ================================================ FILE: src/icons/ban-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BanFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BanFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BanFill; ================================================ FILE: src/icons/ban.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ban = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ban.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ban; ================================================ FILE: src/icons/bandaid-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BandaidFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BandaidFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BandaidFill; ================================================ FILE: src/icons/bandaid.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bandaid = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bandaid.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bandaid; ================================================ FILE: src/icons/bank.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bank = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bank.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bank; ================================================ FILE: src/icons/bank2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bank2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bank2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bank2; ================================================ FILE: src/icons/bar-chart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BarChartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BarChartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BarChartFill; ================================================ FILE: src/icons/bar-chart-line-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BarChartLineFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BarChartLineFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BarChartLineFill; ================================================ FILE: src/icons/bar-chart-line.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BarChartLine = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BarChartLine.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BarChartLine; ================================================ FILE: src/icons/bar-chart-steps.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BarChartSteps = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BarChartSteps.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BarChartSteps; ================================================ FILE: src/icons/bar-chart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BarChart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BarChart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BarChart; ================================================ FILE: src/icons/basket-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BasketFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BasketFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BasketFill; ================================================ FILE: src/icons/basket.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Basket = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Basket.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Basket; ================================================ FILE: src/icons/basket2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Basket2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Basket2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Basket2Fill; ================================================ FILE: src/icons/basket2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Basket2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Basket2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Basket2; ================================================ FILE: src/icons/basket3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Basket3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Basket3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Basket3Fill; ================================================ FILE: src/icons/basket3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Basket3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Basket3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Basket3; ================================================ FILE: src/icons/battery-charging.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BatteryCharging = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BatteryCharging.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BatteryCharging; ================================================ FILE: src/icons/battery-full.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BatteryFull = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BatteryFull.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BatteryFull; ================================================ FILE: src/icons/battery-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BatteryHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BatteryHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BatteryHalf; ================================================ FILE: src/icons/battery-low.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BatteryLow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BatteryLow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BatteryLow; ================================================ FILE: src/icons/battery.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Battery = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Battery.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Battery; ================================================ FILE: src/icons/beaker-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BeakerFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BeakerFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BeakerFill; ================================================ FILE: src/icons/beaker.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Beaker = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Beaker.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Beaker; ================================================ FILE: src/icons/behance.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Behance = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Behance.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Behance; ================================================ FILE: src/icons/bell-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BellFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BellFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BellFill; ================================================ FILE: src/icons/bell-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BellSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BellSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BellSlashFill; ================================================ FILE: src/icons/bell-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BellSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BellSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BellSlash; ================================================ FILE: src/icons/bell.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bell = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bell.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bell; ================================================ FILE: src/icons/bezier.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bezier = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bezier.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bezier; ================================================ FILE: src/icons/bezier2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bezier2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bezier2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bezier2; ================================================ FILE: src/icons/bicycle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bicycle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bicycle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bicycle; ================================================ FILE: src/icons/bing.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bing = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bing.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bing; ================================================ FILE: src/icons/binoculars-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BinocularsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BinocularsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BinocularsFill; ================================================ FILE: src/icons/binoculars.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Binoculars = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Binoculars.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Binoculars; ================================================ FILE: src/icons/blockquote-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BlockquoteLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BlockquoteLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BlockquoteLeft; ================================================ FILE: src/icons/blockquote-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BlockquoteRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BlockquoteRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BlockquoteRight; ================================================ FILE: src/icons/bluesky.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bluesky = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bluesky.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bluesky; ================================================ FILE: src/icons/bluetooth.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bluetooth = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bluetooth.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bluetooth; ================================================ FILE: src/icons/body-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BodyText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BodyText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BodyText; ================================================ FILE: src/icons/book-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookFill; ================================================ FILE: src/icons/book-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookHalf; ================================================ FILE: src/icons/book.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Book = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Book.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Book; ================================================ FILE: src/icons/bookmark-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkCheckFill; ================================================ FILE: src/icons/bookmark-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkCheck; ================================================ FILE: src/icons/bookmark-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkDashFill; ================================================ FILE: src/icons/bookmark-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkDash; ================================================ FILE: src/icons/bookmark-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkFill; ================================================ FILE: src/icons/bookmark-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkHeartFill; ================================================ FILE: src/icons/bookmark-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkHeart; ================================================ FILE: src/icons/bookmark-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkPlusFill; ================================================ FILE: src/icons/bookmark-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkPlus; ================================================ FILE: src/icons/bookmark-star-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkStarFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkStarFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkStarFill; ================================================ FILE: src/icons/bookmark-star.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkStar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkStar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkStar; ================================================ FILE: src/icons/bookmark-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkXFill; ================================================ FILE: src/icons/bookmark-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarkX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarkX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarkX; ================================================ FILE: src/icons/bookmark.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bookmark = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bookmark.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bookmark; ================================================ FILE: src/icons/bookmarks-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BookmarksFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BookmarksFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BookmarksFill; ================================================ FILE: src/icons/bookmarks.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bookmarks = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bookmarks.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bookmarks; ================================================ FILE: src/icons/bookshelf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bookshelf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bookshelf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bookshelf; ================================================ FILE: src/icons/boombox-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoomboxFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoomboxFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoomboxFill; ================================================ FILE: src/icons/boombox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Boombox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Boombox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Boombox; ================================================ FILE: src/icons/bootstrap-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BootstrapFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BootstrapFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BootstrapFill; ================================================ FILE: src/icons/bootstrap-reboot.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BootstrapReboot = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BootstrapReboot.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BootstrapReboot; ================================================ FILE: src/icons/bootstrap.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bootstrap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bootstrap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bootstrap; ================================================ FILE: src/icons/border-all.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderAll = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderAll.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderAll; ================================================ FILE: src/icons/border-bottom.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderBottom = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderBottom.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderBottom; ================================================ FILE: src/icons/border-center.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderCenter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderCenter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderCenter; ================================================ FILE: src/icons/border-inner.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderInner = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderInner.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderInner; ================================================ FILE: src/icons/border-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderLeft; ================================================ FILE: src/icons/border-middle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderMiddle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderMiddle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderMiddle; ================================================ FILE: src/icons/border-outer.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderOuter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderOuter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderOuter; ================================================ FILE: src/icons/border-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderRight; ================================================ FILE: src/icons/border-style.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderStyle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderStyle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderStyle; ================================================ FILE: src/icons/border-top.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderTop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderTop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderTop; ================================================ FILE: src/icons/border-width.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BorderWidth = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BorderWidth.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BorderWidth; ================================================ FILE: src/icons/border.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Border = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Border.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Border; ================================================ FILE: src/icons/bounding-box-circles.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoundingBoxCircles = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoundingBoxCircles.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoundingBoxCircles; ================================================ FILE: src/icons/bounding-box.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoundingBox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoundingBox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoundingBox; ================================================ FILE: src/icons/box-arrow-down-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowDownLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowDownLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowDownLeft; ================================================ FILE: src/icons/box-arrow-down-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowDownRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowDownRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowDownRight; ================================================ FILE: src/icons/box-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowDown; ================================================ FILE: src/icons/box-arrow-in-down-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInDownLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInDownLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInDownLeft; ================================================ FILE: src/icons/box-arrow-in-down-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInDownRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInDownRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInDownRight; ================================================ FILE: src/icons/box-arrow-in-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInDown; ================================================ FILE: src/icons/box-arrow-in-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInLeft; ================================================ FILE: src/icons/box-arrow-in-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInRight; ================================================ FILE: src/icons/box-arrow-in-up-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInUpLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInUpLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInUpLeft; ================================================ FILE: src/icons/box-arrow-in-up-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInUpRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInUpRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInUpRight; ================================================ FILE: src/icons/box-arrow-in-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowInUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowInUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowInUp; ================================================ FILE: src/icons/box-arrow-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowLeft; ================================================ FILE: src/icons/box-arrow-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowRight; ================================================ FILE: src/icons/box-arrow-up-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowUpLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowUpLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowUpLeft; ================================================ FILE: src/icons/box-arrow-up-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowUpRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowUpRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowUpRight; ================================================ FILE: src/icons/box-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxArrowUp; ================================================ FILE: src/icons/box-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxFill; ================================================ FILE: src/icons/box-seam-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxSeamFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxSeamFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxSeamFill; ================================================ FILE: src/icons/box-seam.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BoxSeam = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BoxSeam.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BoxSeam; ================================================ FILE: src/icons/box.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Box = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Box.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Box; ================================================ FILE: src/icons/box2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Box2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Box2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Box2Fill; ================================================ FILE: src/icons/box2-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Box2HeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Box2HeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Box2HeartFill; ================================================ FILE: src/icons/box2-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Box2Heart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Box2Heart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Box2Heart; ================================================ FILE: src/icons/box2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Box2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Box2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Box2; ================================================ FILE: src/icons/boxes.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Boxes = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Boxes.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Boxes; ================================================ FILE: src/icons/braces-asterisk.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BracesAsterisk = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BracesAsterisk.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BracesAsterisk; ================================================ FILE: src/icons/braces.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Braces = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Braces.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Braces; ================================================ FILE: src/icons/bricks.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bricks = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bricks.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bricks; ================================================ FILE: src/icons/briefcase-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BriefcaseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BriefcaseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BriefcaseFill; ================================================ FILE: src/icons/briefcase.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Briefcase = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Briefcase.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Briefcase; ================================================ FILE: src/icons/brightness-alt-high-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessAltHighFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessAltHighFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessAltHighFill; ================================================ FILE: src/icons/brightness-alt-high.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessAltHigh = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessAltHigh.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessAltHigh; ================================================ FILE: src/icons/brightness-alt-low-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessAltLowFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessAltLowFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessAltLowFill; ================================================ FILE: src/icons/brightness-alt-low.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessAltLow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessAltLow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessAltLow; ================================================ FILE: src/icons/brightness-high-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessHighFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessHighFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessHighFill; ================================================ FILE: src/icons/brightness-high.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessHigh = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessHigh.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessHigh; ================================================ FILE: src/icons/brightness-low-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessLowFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessLowFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessLowFill; ================================================ FILE: src/icons/brightness-low.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrightnessLow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrightnessLow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrightnessLow; ================================================ FILE: src/icons/brilliance.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Brilliance = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Brilliance.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Brilliance; ================================================ FILE: src/icons/broadcast-pin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BroadcastPin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BroadcastPin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BroadcastPin; ================================================ FILE: src/icons/broadcast.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Broadcast = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Broadcast.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Broadcast; ================================================ FILE: src/icons/browser-chrome.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrowserChrome = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrowserChrome.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrowserChrome; ================================================ FILE: src/icons/browser-edge.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrowserEdge = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrowserEdge.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrowserEdge; ================================================ FILE: src/icons/browser-firefox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrowserFirefox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrowserFirefox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrowserFirefox; ================================================ FILE: src/icons/browser-safari.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrowserSafari = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrowserSafari.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrowserSafari; ================================================ FILE: src/icons/brush-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BrushFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BrushFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BrushFill; ================================================ FILE: src/icons/brush.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Brush = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Brush.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Brush; ================================================ FILE: src/icons/bucket-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BucketFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BucketFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BucketFill; ================================================ FILE: src/icons/bucket.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bucket = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bucket.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bucket; ================================================ FILE: src/icons/bug-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BugFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BugFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BugFill; ================================================ FILE: src/icons/bug.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bug = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bug.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bug; ================================================ FILE: src/icons/building-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingAdd; ================================================ FILE: src/icons/building-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingCheck; ================================================ FILE: src/icons/building-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingDash; ================================================ FILE: src/icons/building-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingDown; ================================================ FILE: src/icons/building-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingExclamation; ================================================ FILE: src/icons/building-fill-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillAdd; ================================================ FILE: src/icons/building-fill-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillCheck; ================================================ FILE: src/icons/building-fill-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillDash; ================================================ FILE: src/icons/building-fill-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillDown; ================================================ FILE: src/icons/building-fill-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillExclamation; ================================================ FILE: src/icons/building-fill-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillGear; ================================================ FILE: src/icons/building-fill-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillLock; ================================================ FILE: src/icons/building-fill-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillSlash; ================================================ FILE: src/icons/building-fill-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillUp; ================================================ FILE: src/icons/building-fill-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFillX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFillX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFillX; ================================================ FILE: src/icons/building-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingFill; ================================================ FILE: src/icons/building-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingGear; ================================================ FILE: src/icons/building-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingLock; ================================================ FILE: src/icons/building-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingSlash; ================================================ FILE: src/icons/building-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingUp; ================================================ FILE: src/icons/building-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingX; ================================================ FILE: src/icons/building.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Building = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Building.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Building; ================================================ FILE: src/icons/buildings-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BuildingsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BuildingsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BuildingsFill; ================================================ FILE: src/icons/buildings.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Buildings = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Buildings.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Buildings; ================================================ FILE: src/icons/bullseye.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Bullseye = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Bullseye.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Bullseye; ================================================ FILE: src/icons/bus-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BusFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BusFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BusFrontFill; ================================================ FILE: src/icons/bus-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const BusFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); BusFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default BusFront; ================================================ FILE: src/icons/c-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CCircleFill; ================================================ FILE: src/icons/c-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CCircle; ================================================ FILE: src/icons/c-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CSquareFill; ================================================ FILE: src/icons/c-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CSquare; ================================================ FILE: src/icons/cake-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CakeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CakeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CakeFill; ================================================ FILE: src/icons/cake.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cake = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cake.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cake; ================================================ FILE: src/icons/cake2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cake2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cake2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cake2Fill; ================================================ FILE: src/icons/cake2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cake2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cake2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cake2; ================================================ FILE: src/icons/calculator-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalculatorFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalculatorFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalculatorFill; ================================================ FILE: src/icons/calculator.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calculator = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calculator.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calculator; ================================================ FILE: src/icons/calendar-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarCheckFill; ================================================ FILE: src/icons/calendar-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarCheck; ================================================ FILE: src/icons/calendar-date-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarDateFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarDateFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarDateFill; ================================================ FILE: src/icons/calendar-date.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarDate = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarDate.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarDate; ================================================ FILE: src/icons/calendar-day-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarDayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarDayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarDayFill; ================================================ FILE: src/icons/calendar-day.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarDay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarDay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarDay; ================================================ FILE: src/icons/calendar-event-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarEventFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarEventFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarEventFill; ================================================ FILE: src/icons/calendar-event.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarEvent = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarEvent.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarEvent; ================================================ FILE: src/icons/calendar-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarFill; ================================================ FILE: src/icons/calendar-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarHeartFill; ================================================ FILE: src/icons/calendar-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarHeart; ================================================ FILE: src/icons/calendar-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarMinusFill; ================================================ FILE: src/icons/calendar-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarMinus; ================================================ FILE: src/icons/calendar-month-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarMonthFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarMonthFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarMonthFill; ================================================ FILE: src/icons/calendar-month.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarMonth = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarMonth.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarMonth; ================================================ FILE: src/icons/calendar-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarPlusFill; ================================================ FILE: src/icons/calendar-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarPlus; ================================================ FILE: src/icons/calendar-range-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarRangeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarRangeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarRangeFill; ================================================ FILE: src/icons/calendar-range.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarRange = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarRange.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarRange; ================================================ FILE: src/icons/calendar-week-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarWeekFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarWeekFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarWeekFill; ================================================ FILE: src/icons/calendar-week.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarWeek = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarWeek.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarWeek; ================================================ FILE: src/icons/calendar-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarXFill; ================================================ FILE: src/icons/calendar-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CalendarX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CalendarX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CalendarX; ================================================ FILE: src/icons/calendar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar; ================================================ FILE: src/icons/calendar2-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2CheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2CheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2CheckFill; ================================================ FILE: src/icons/calendar2-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Check = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Check.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Check; ================================================ FILE: src/icons/calendar2-date-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2DateFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2DateFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2DateFill; ================================================ FILE: src/icons/calendar2-date.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Date = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Date.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Date; ================================================ FILE: src/icons/calendar2-day-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2DayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2DayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2DayFill; ================================================ FILE: src/icons/calendar2-day.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Day = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Day.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Day; ================================================ FILE: src/icons/calendar2-event-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2EventFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2EventFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2EventFill; ================================================ FILE: src/icons/calendar2-event.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Event = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Event.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Event; ================================================ FILE: src/icons/calendar2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Fill; ================================================ FILE: src/icons/calendar2-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2HeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2HeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2HeartFill; ================================================ FILE: src/icons/calendar2-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Heart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Heart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Heart; ================================================ FILE: src/icons/calendar2-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2MinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2MinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2MinusFill; ================================================ FILE: src/icons/calendar2-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Minus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Minus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Minus; ================================================ FILE: src/icons/calendar2-month-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2MonthFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2MonthFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2MonthFill; ================================================ FILE: src/icons/calendar2-month.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Month = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Month.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Month; ================================================ FILE: src/icons/calendar2-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2PlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2PlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2PlusFill; ================================================ FILE: src/icons/calendar2-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Plus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Plus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Plus; ================================================ FILE: src/icons/calendar2-range-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2RangeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2RangeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2RangeFill; ================================================ FILE: src/icons/calendar2-range.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Range = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Range.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Range; ================================================ FILE: src/icons/calendar2-week-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2WeekFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2WeekFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2WeekFill; ================================================ FILE: src/icons/calendar2-week.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2Week = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2Week.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2Week; ================================================ FILE: src/icons/calendar2-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2XFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2XFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2XFill; ================================================ FILE: src/icons/calendar2-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2X = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2X.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2X; ================================================ FILE: src/icons/calendar2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar2; ================================================ FILE: src/icons/calendar3-event-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3EventFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3EventFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3EventFill; ================================================ FILE: src/icons/calendar3-event.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3Event = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3Event.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3Event; ================================================ FILE: src/icons/calendar3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3Fill; ================================================ FILE: src/icons/calendar3-range-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3RangeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3RangeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3RangeFill; ================================================ FILE: src/icons/calendar3-range.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3Range = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3Range.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3Range; ================================================ FILE: src/icons/calendar3-week-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3WeekFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3WeekFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3WeekFill; ================================================ FILE: src/icons/calendar3-week.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3Week = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3Week.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3Week; ================================================ FILE: src/icons/calendar3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar3; ================================================ FILE: src/icons/calendar4-event.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar4Event = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar4Event.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar4Event; ================================================ FILE: src/icons/calendar4-range.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar4Range = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar4Range.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar4Range; ================================================ FILE: src/icons/calendar4-week.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar4Week = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar4Week.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar4Week; ================================================ FILE: src/icons/calendar4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Calendar4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Calendar4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Calendar4; ================================================ FILE: src/icons/camera-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraFill; ================================================ FILE: src/icons/camera-reels-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraReelsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraReelsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraReelsFill; ================================================ FILE: src/icons/camera-reels.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraReels = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraReels.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraReels; ================================================ FILE: src/icons/camera-video-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraVideoFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraVideoFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraVideoFill; ================================================ FILE: src/icons/camera-video-off-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraVideoOffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraVideoOffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraVideoOffFill; ================================================ FILE: src/icons/camera-video-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraVideoOff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraVideoOff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraVideoOff; ================================================ FILE: src/icons/camera-video.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CameraVideo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CameraVideo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CameraVideo; ================================================ FILE: src/icons/camera.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Camera = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Camera.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Camera; ================================================ FILE: src/icons/camera2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Camera2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Camera2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Camera2; ================================================ FILE: src/icons/capslock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CapslockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CapslockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CapslockFill; ================================================ FILE: src/icons/capslock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Capslock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Capslock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Capslock; ================================================ FILE: src/icons/capsule-pill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CapsulePill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CapsulePill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CapsulePill; ================================================ FILE: src/icons/capsule.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Capsule = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Capsule.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Capsule; ================================================ FILE: src/icons/car-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CarFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CarFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CarFrontFill; ================================================ FILE: src/icons/car-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CarFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CarFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CarFront; ================================================ FILE: src/icons/card-checklist.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CardChecklist = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CardChecklist.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CardChecklist; ================================================ FILE: src/icons/card-heading.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CardHeading = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CardHeading.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CardHeading; ================================================ FILE: src/icons/card-image.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CardImage = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CardImage.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CardImage; ================================================ FILE: src/icons/card-list.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CardList = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CardList.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CardList; ================================================ FILE: src/icons/card-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CardText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CardText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CardText; ================================================ FILE: src/icons/caret-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretDownFill; ================================================ FILE: src/icons/caret-down-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretDownSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretDownSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretDownSquareFill; ================================================ FILE: src/icons/caret-down-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretDownSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretDownSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretDownSquare; ================================================ FILE: src/icons/caret-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretDown; ================================================ FILE: src/icons/caret-left-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretLeftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretLeftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretLeftFill; ================================================ FILE: src/icons/caret-left-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretLeftSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretLeftSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretLeftSquareFill; ================================================ FILE: src/icons/caret-left-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretLeftSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretLeftSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretLeftSquare; ================================================ FILE: src/icons/caret-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretLeft; ================================================ FILE: src/icons/caret-right-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretRightFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretRightFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretRightFill; ================================================ FILE: src/icons/caret-right-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretRightSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretRightSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretRightSquareFill; ================================================ FILE: src/icons/caret-right-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretRightSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretRightSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretRightSquare; ================================================ FILE: src/icons/caret-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretRight; ================================================ FILE: src/icons/caret-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretUpFill; ================================================ FILE: src/icons/caret-up-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretUpSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretUpSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretUpSquareFill; ================================================ FILE: src/icons/caret-up-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretUpSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretUpSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretUpSquare; ================================================ FILE: src/icons/caret-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CaretUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CaretUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CaretUp; ================================================ FILE: src/icons/cart-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartCheckFill; ================================================ FILE: src/icons/cart-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartCheck; ================================================ FILE: src/icons/cart-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartDashFill; ================================================ FILE: src/icons/cart-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartDash; ================================================ FILE: src/icons/cart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartFill; ================================================ FILE: src/icons/cart-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartPlusFill; ================================================ FILE: src/icons/cart-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartPlus; ================================================ FILE: src/icons/cart-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartXFill; ================================================ FILE: src/icons/cart-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CartX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CartX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CartX; ================================================ FILE: src/icons/cart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cart; ================================================ FILE: src/icons/cart2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cart2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cart2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cart2; ================================================ FILE: src/icons/cart3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cart3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cart3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cart3; ================================================ FILE: src/icons/cart4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cart4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cart4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cart4; ================================================ FILE: src/icons/cash-coin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CashCoin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CashCoin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CashCoin; ================================================ FILE: src/icons/cash-stack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CashStack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CashStack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CashStack; ================================================ FILE: src/icons/cash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cash; ================================================ FILE: src/icons/cassette-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CassetteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CassetteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CassetteFill; ================================================ FILE: src/icons/cassette.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cassette = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cassette.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cassette; ================================================ FILE: src/icons/cast.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cast = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cast.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cast; ================================================ FILE: src/icons/cc-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CcCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CcCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CcCircleFill; ================================================ FILE: src/icons/cc-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CcCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CcCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CcCircle; ================================================ FILE: src/icons/cc-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CcSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CcSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CcSquareFill; ================================================ FILE: src/icons/cc-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CcSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CcSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CcSquare; ================================================ FILE: src/icons/chat-dots-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatDotsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatDotsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatDotsFill; ================================================ FILE: src/icons/chat-dots.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatDots = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatDots.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatDots; ================================================ FILE: src/icons/chat-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatFill; ================================================ FILE: src/icons/chat-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatHeartFill; ================================================ FILE: src/icons/chat-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatHeart; ================================================ FILE: src/icons/chat-left-dots-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftDotsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftDotsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftDotsFill; ================================================ FILE: src/icons/chat-left-dots.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftDots = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftDots.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftDots; ================================================ FILE: src/icons/chat-left-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftFill; ================================================ FILE: src/icons/chat-left-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftHeartFill; ================================================ FILE: src/icons/chat-left-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftHeart; ================================================ FILE: src/icons/chat-left-quote-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftQuoteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftQuoteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftQuoteFill; ================================================ FILE: src/icons/chat-left-quote.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftQuote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftQuote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftQuote; ================================================ FILE: src/icons/chat-left-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftTextFill; ================================================ FILE: src/icons/chat-left-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeftText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeftText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeftText; ================================================ FILE: src/icons/chat-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatLeft; ================================================ FILE: src/icons/chat-quote-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatQuoteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatQuoteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatQuoteFill; ================================================ FILE: src/icons/chat-quote.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatQuote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatQuote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatQuote; ================================================ FILE: src/icons/chat-right-dots-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightDotsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightDotsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightDotsFill; ================================================ FILE: src/icons/chat-right-dots.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightDots = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightDots.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightDots; ================================================ FILE: src/icons/chat-right-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightFill; ================================================ FILE: src/icons/chat-right-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightHeartFill; ================================================ FILE: src/icons/chat-right-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightHeart; ================================================ FILE: src/icons/chat-right-quote-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightQuoteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightQuoteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightQuoteFill; ================================================ FILE: src/icons/chat-right-quote.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightQuote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightQuote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightQuote; ================================================ FILE: src/icons/chat-right-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightTextFill; ================================================ FILE: src/icons/chat-right-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRightText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRightText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRightText; ================================================ FILE: src/icons/chat-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatRight; ================================================ FILE: src/icons/chat-square-dots-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareDotsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareDotsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareDotsFill; ================================================ FILE: src/icons/chat-square-dots.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareDots = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareDots.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareDots; ================================================ FILE: src/icons/chat-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareFill; ================================================ FILE: src/icons/chat-square-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareHeartFill; ================================================ FILE: src/icons/chat-square-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareHeart; ================================================ FILE: src/icons/chat-square-quote-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareQuoteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareQuoteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareQuoteFill; ================================================ FILE: src/icons/chat-square-quote.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareQuote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareQuote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareQuote; ================================================ FILE: src/icons/chat-square-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareTextFill; ================================================ FILE: src/icons/chat-square-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquareText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquareText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquareText; ================================================ FILE: src/icons/chat-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatSquare; ================================================ FILE: src/icons/chat-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatTextFill; ================================================ FILE: src/icons/chat-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChatText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChatText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChatText; ================================================ FILE: src/icons/chat.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Chat = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Chat.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Chat; ================================================ FILE: src/icons/check-all.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckAll = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckAll.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckAll; ================================================ FILE: src/icons/check-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckCircleFill; ================================================ FILE: src/icons/check-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckCircle; ================================================ FILE: src/icons/check-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckLg; ================================================ FILE: src/icons/check-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckSquareFill; ================================================ FILE: src/icons/check-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CheckSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CheckSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CheckSquare; ================================================ FILE: src/icons/check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Check = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Check.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Check; ================================================ FILE: src/icons/check2-all.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Check2All = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Check2All.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Check2All; ================================================ FILE: src/icons/check2-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Check2Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Check2Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Check2Circle; ================================================ FILE: src/icons/check2-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Check2Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Check2Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Check2Square; ================================================ FILE: src/icons/check2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Check2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Check2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Check2; ================================================ FILE: src/icons/chevron-bar-contract.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarContract = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarContract.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarContract; ================================================ FILE: src/icons/chevron-bar-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarDown; ================================================ FILE: src/icons/chevron-bar-expand.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarExpand = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarExpand.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarExpand; ================================================ FILE: src/icons/chevron-bar-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarLeft; ================================================ FILE: src/icons/chevron-bar-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarRight; ================================================ FILE: src/icons/chevron-bar-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronBarUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronBarUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronBarUp; ================================================ FILE: src/icons/chevron-compact-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronCompactDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronCompactDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronCompactDown; ================================================ FILE: src/icons/chevron-compact-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronCompactLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronCompactLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronCompactLeft; ================================================ FILE: src/icons/chevron-compact-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronCompactRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronCompactRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronCompactRight; ================================================ FILE: src/icons/chevron-compact-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronCompactUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronCompactUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronCompactUp; ================================================ FILE: src/icons/chevron-contract.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronContract = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronContract.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronContract; ================================================ FILE: src/icons/chevron-double-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronDoubleDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronDoubleDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronDoubleDown; ================================================ FILE: src/icons/chevron-double-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronDoubleLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronDoubleLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronDoubleLeft; ================================================ FILE: src/icons/chevron-double-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronDoubleRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronDoubleRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronDoubleRight; ================================================ FILE: src/icons/chevron-double-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronDoubleUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronDoubleUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronDoubleUp; ================================================ FILE: src/icons/chevron-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronDown; ================================================ FILE: src/icons/chevron-expand.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronExpand = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronExpand.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronExpand; ================================================ FILE: src/icons/chevron-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronLeft; ================================================ FILE: src/icons/chevron-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronRight; ================================================ FILE: src/icons/chevron-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ChevronUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ChevronUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ChevronUp; ================================================ FILE: src/icons/circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CircleFill; ================================================ FILE: src/icons/circle-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CircleHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CircleHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CircleHalf; ================================================ FILE: src/icons/circle-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CircleSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CircleSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CircleSquare; ================================================ FILE: src/icons/circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Circle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Circle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Circle; ================================================ FILE: src/icons/claude.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Claude = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Claude.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Claude; ================================================ FILE: src/icons/clipboard-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardCheckFill; ================================================ FILE: src/icons/clipboard-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardCheck; ================================================ FILE: src/icons/clipboard-data-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardDataFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardDataFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardDataFill; ================================================ FILE: src/icons/clipboard-data.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardData = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardData.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardData; ================================================ FILE: src/icons/clipboard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardFill; ================================================ FILE: src/icons/clipboard-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardHeartFill; ================================================ FILE: src/icons/clipboard-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardHeart; ================================================ FILE: src/icons/clipboard-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardMinusFill; ================================================ FILE: src/icons/clipboard-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardMinus; ================================================ FILE: src/icons/clipboard-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardPlusFill; ================================================ FILE: src/icons/clipboard-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardPlus; ================================================ FILE: src/icons/clipboard-pulse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardPulse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardPulse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardPulse; ================================================ FILE: src/icons/clipboard-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardXFill; ================================================ FILE: src/icons/clipboard-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClipboardX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClipboardX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClipboardX; ================================================ FILE: src/icons/clipboard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard; ================================================ FILE: src/icons/clipboard2-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2CheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2CheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2CheckFill; ================================================ FILE: src/icons/clipboard2-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Check = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Check.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Check; ================================================ FILE: src/icons/clipboard2-data-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2DataFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2DataFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2DataFill; ================================================ FILE: src/icons/clipboard2-data.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Data = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Data.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Data; ================================================ FILE: src/icons/clipboard2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Fill; ================================================ FILE: src/icons/clipboard2-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2HeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2HeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2HeartFill; ================================================ FILE: src/icons/clipboard2-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Heart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Heart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Heart; ================================================ FILE: src/icons/clipboard2-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2MinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2MinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2MinusFill; ================================================ FILE: src/icons/clipboard2-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Minus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Minus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Minus; ================================================ FILE: src/icons/clipboard2-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2PlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2PlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2PlusFill; ================================================ FILE: src/icons/clipboard2-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Plus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Plus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Plus; ================================================ FILE: src/icons/clipboard2-pulse-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2PulseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2PulseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2PulseFill; ================================================ FILE: src/icons/clipboard2-pulse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2Pulse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2Pulse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2Pulse; ================================================ FILE: src/icons/clipboard2-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2XFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2XFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2XFill; ================================================ FILE: src/icons/clipboard2-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2X = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2X.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2X; ================================================ FILE: src/icons/clipboard2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clipboard2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clipboard2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clipboard2; ================================================ FILE: src/icons/clock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClockFill; ================================================ FILE: src/icons/clock-history.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ClockHistory = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ClockHistory.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ClockHistory; ================================================ FILE: src/icons/clock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clock; ================================================ FILE: src/icons/cloud-arrow-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudArrowDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudArrowDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudArrowDownFill; ================================================ FILE: src/icons/cloud-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudArrowDown; ================================================ FILE: src/icons/cloud-arrow-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudArrowUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudArrowUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudArrowUpFill; ================================================ FILE: src/icons/cloud-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudArrowUp; ================================================ FILE: src/icons/cloud-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudCheckFill; ================================================ FILE: src/icons/cloud-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudCheck; ================================================ FILE: src/icons/cloud-download-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudDownloadFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudDownloadFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudDownloadFill; ================================================ FILE: src/icons/cloud-download.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudDownload = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudDownload.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudDownload; ================================================ FILE: src/icons/cloud-drizzle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudDrizzleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudDrizzleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudDrizzleFill; ================================================ FILE: src/icons/cloud-drizzle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudDrizzle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudDrizzle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudDrizzle; ================================================ FILE: src/icons/cloud-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudFill; ================================================ FILE: src/icons/cloud-fog-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudFogFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudFogFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudFogFill; ================================================ FILE: src/icons/cloud-fog.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudFog = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudFog.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudFog; ================================================ FILE: src/icons/cloud-fog2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudFog2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudFog2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudFog2Fill; ================================================ FILE: src/icons/cloud-fog2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudFog2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudFog2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudFog2; ================================================ FILE: src/icons/cloud-hail-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHailFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHailFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHailFill; ================================================ FILE: src/icons/cloud-hail.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHail = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHail.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHail; ================================================ FILE: src/icons/cloud-haze-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHazeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHazeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHazeFill; ================================================ FILE: src/icons/cloud-haze.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHaze = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHaze.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHaze; ================================================ FILE: src/icons/cloud-haze2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHaze2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHaze2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHaze2Fill; ================================================ FILE: src/icons/cloud-haze2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudHaze2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudHaze2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudHaze2; ================================================ FILE: src/icons/cloud-lightning-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudLightningFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudLightningFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudLightningFill; ================================================ FILE: src/icons/cloud-lightning-rain-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudLightningRainFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudLightningRainFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudLightningRainFill; ================================================ FILE: src/icons/cloud-lightning-rain.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudLightningRain = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudLightningRain.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudLightningRain; ================================================ FILE: src/icons/cloud-lightning.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudLightning = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudLightning.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudLightning; ================================================ FILE: src/icons/cloud-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudMinusFill; ================================================ FILE: src/icons/cloud-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudMinus; ================================================ FILE: src/icons/cloud-moon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudMoonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudMoonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudMoonFill; ================================================ FILE: src/icons/cloud-moon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudMoon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudMoon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudMoon; ================================================ FILE: src/icons/cloud-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudPlusFill; ================================================ FILE: src/icons/cloud-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudPlus; ================================================ FILE: src/icons/cloud-rain-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudRainFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudRainFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudRainFill; ================================================ FILE: src/icons/cloud-rain-heavy-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudRainHeavyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudRainHeavyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudRainHeavyFill; ================================================ FILE: src/icons/cloud-rain-heavy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudRainHeavy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudRainHeavy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudRainHeavy; ================================================ FILE: src/icons/cloud-rain.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudRain = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudRain.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudRain; ================================================ FILE: src/icons/cloud-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSlashFill; ================================================ FILE: src/icons/cloud-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSlash; ================================================ FILE: src/icons/cloud-sleet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSleetFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSleetFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSleetFill; ================================================ FILE: src/icons/cloud-sleet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSleet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSleet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSleet; ================================================ FILE: src/icons/cloud-snow-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSnowFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSnowFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSnowFill; ================================================ FILE: src/icons/cloud-snow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSnow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSnow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSnow; ================================================ FILE: src/icons/cloud-sun-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSunFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSunFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSunFill; ================================================ FILE: src/icons/cloud-sun.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudSun = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudSun.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudSun; ================================================ FILE: src/icons/cloud-upload-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudUploadFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudUploadFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudUploadFill; ================================================ FILE: src/icons/cloud-upload.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudUpload = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudUpload.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudUpload; ================================================ FILE: src/icons/cloud.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cloud = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cloud.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cloud; ================================================ FILE: src/icons/clouds-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudsFill; ================================================ FILE: src/icons/clouds.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Clouds = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Clouds.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Clouds; ================================================ FILE: src/icons/cloudy-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CloudyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CloudyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CloudyFill; ================================================ FILE: src/icons/cloudy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cloudy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cloudy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cloudy; ================================================ FILE: src/icons/code-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CodeSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CodeSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CodeSlash; ================================================ FILE: src/icons/code-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CodeSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CodeSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CodeSquare; ================================================ FILE: src/icons/code.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Code = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Code.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Code; ================================================ FILE: src/icons/coin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Coin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Coin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Coin; ================================================ FILE: src/icons/collection-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CollectionFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CollectionFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CollectionFill; ================================================ FILE: src/icons/collection-play-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CollectionPlayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CollectionPlayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CollectionPlayFill; ================================================ FILE: src/icons/collection-play.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CollectionPlay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CollectionPlay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CollectionPlay; ================================================ FILE: src/icons/collection.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Collection = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Collection.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Collection; ================================================ FILE: src/icons/columns-gap.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ColumnsGap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ColumnsGap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ColumnsGap; ================================================ FILE: src/icons/columns.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Columns = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Columns.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Columns; ================================================ FILE: src/icons/command.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Command = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Command.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Command; ================================================ FILE: src/icons/compass-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CompassFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CompassFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CompassFill; ================================================ FILE: src/icons/compass.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Compass = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Compass.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Compass; ================================================ FILE: src/icons/cone-striped.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ConeStriped = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ConeStriped.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ConeStriped; ================================================ FILE: src/icons/cone.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cone = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cone.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cone; ================================================ FILE: src/icons/controller.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Controller = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Controller.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Controller; ================================================ FILE: src/icons/cookie.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cookie = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cookie.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cookie; ================================================ FILE: src/icons/copy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Copy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Copy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Copy; ================================================ FILE: src/icons/cpu-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CpuFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CpuFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CpuFill; ================================================ FILE: src/icons/cpu.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cpu = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cpu.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cpu; ================================================ FILE: src/icons/credit-card-2-back-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCard2BackFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCard2BackFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCard2BackFill; ================================================ FILE: src/icons/credit-card-2-back.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCard2Back = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCard2Back.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCard2Back; ================================================ FILE: src/icons/credit-card-2-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCard2FrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCard2FrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCard2FrontFill; ================================================ FILE: src/icons/credit-card-2-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCard2Front = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCard2Front.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCard2Front; ================================================ FILE: src/icons/credit-card-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCardFill; ================================================ FILE: src/icons/credit-card.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CreditCard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CreditCard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CreditCard; ================================================ FILE: src/icons/crop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Crop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Crop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Crop; ================================================ FILE: src/icons/crosshair.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Crosshair = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Crosshair.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Crosshair; ================================================ FILE: src/icons/crosshair2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Crosshair2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Crosshair2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Crosshair2; ================================================ FILE: src/icons/css.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Css = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Css.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Css; ================================================ FILE: src/icons/cup-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CupFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CupFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CupFill; ================================================ FILE: src/icons/cup-hot-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CupHotFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CupHotFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CupHotFill; ================================================ FILE: src/icons/cup-hot.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CupHot = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CupHot.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CupHot; ================================================ FILE: src/icons/cup-straw.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CupStraw = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CupStraw.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CupStraw; ================================================ FILE: src/icons/cup.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cup = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cup.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cup; ================================================ FILE: src/icons/currency-bitcoin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyBitcoin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyBitcoin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyBitcoin; ================================================ FILE: src/icons/currency-dollar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyDollar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyDollar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyDollar; ================================================ FILE: src/icons/currency-euro.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyEuro = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyEuro.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyEuro; ================================================ FILE: src/icons/currency-exchange.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyExchange = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyExchange.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyExchange; ================================================ FILE: src/icons/currency-pound.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyPound = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyPound.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyPound; ================================================ FILE: src/icons/currency-rupee.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyRupee = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyRupee.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyRupee; ================================================ FILE: src/icons/currency-yen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CurrencyYen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CurrencyYen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CurrencyYen; ================================================ FILE: src/icons/cursor-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CursorFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CursorFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CursorFill; ================================================ FILE: src/icons/cursor-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const CursorText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); CursorText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default CursorText; ================================================ FILE: src/icons/cursor.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Cursor = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Cursor.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Cursor; ================================================ FILE: src/icons/dash-circle-dotted.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashCircleDotted = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashCircleDotted.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashCircleDotted; ================================================ FILE: src/icons/dash-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashCircleFill; ================================================ FILE: src/icons/dash-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashCircle; ================================================ FILE: src/icons/dash-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashLg; ================================================ FILE: src/icons/dash-square-dotted.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashSquareDotted = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashSquareDotted.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashSquareDotted; ================================================ FILE: src/icons/dash-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashSquareFill; ================================================ FILE: src/icons/dash-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DashSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DashSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DashSquare; ================================================ FILE: src/icons/dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dash; ================================================ FILE: src/icons/database-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseAdd; ================================================ FILE: src/icons/database-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseCheck; ================================================ FILE: src/icons/database-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseDash; ================================================ FILE: src/icons/database-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseDown; ================================================ FILE: src/icons/database-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseExclamation; ================================================ FILE: src/icons/database-fill-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillAdd; ================================================ FILE: src/icons/database-fill-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillCheck; ================================================ FILE: src/icons/database-fill-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillDash; ================================================ FILE: src/icons/database-fill-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillDown; ================================================ FILE: src/icons/database-fill-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillExclamation; ================================================ FILE: src/icons/database-fill-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillGear; ================================================ FILE: src/icons/database-fill-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillLock; ================================================ FILE: src/icons/database-fill-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillSlash; ================================================ FILE: src/icons/database-fill-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillUp; ================================================ FILE: src/icons/database-fill-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFillX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFillX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFillX; ================================================ FILE: src/icons/database-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseFill; ================================================ FILE: src/icons/database-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseGear; ================================================ FILE: src/icons/database-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseLock; ================================================ FILE: src/icons/database-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseSlash; ================================================ FILE: src/icons/database-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseUp; ================================================ FILE: src/icons/database-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DatabaseX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DatabaseX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DatabaseX; ================================================ FILE: src/icons/database.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Database = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Database.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Database; ================================================ FILE: src/icons/device-hdd-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DeviceHddFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DeviceHddFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DeviceHddFill; ================================================ FILE: src/icons/device-hdd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DeviceHdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DeviceHdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DeviceHdd; ================================================ FILE: src/icons/device-ssd-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DeviceSsdFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DeviceSsdFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DeviceSsdFill; ================================================ FILE: src/icons/device-ssd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DeviceSsd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DeviceSsd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DeviceSsd; ================================================ FILE: src/icons/diagram-2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Diagram2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Diagram2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Diagram2Fill; ================================================ FILE: src/icons/diagram-2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Diagram2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Diagram2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Diagram2; ================================================ FILE: src/icons/diagram-3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Diagram3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Diagram3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Diagram3Fill; ================================================ FILE: src/icons/diagram-3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Diagram3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Diagram3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Diagram3; ================================================ FILE: src/icons/diamond-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DiamondFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DiamondFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DiamondFill; ================================================ FILE: src/icons/diamond-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DiamondHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DiamondHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DiamondHalf; ================================================ FILE: src/icons/diamond.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Diamond = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Diamond.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Diamond; ================================================ FILE: src/icons/dice-1-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice1Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice1Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice1Fill; ================================================ FILE: src/icons/dice-1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice1; ================================================ FILE: src/icons/dice-2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice2Fill; ================================================ FILE: src/icons/dice-2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice2; ================================================ FILE: src/icons/dice-3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice3Fill; ================================================ FILE: src/icons/dice-3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice3; ================================================ FILE: src/icons/dice-4-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice4Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice4Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice4Fill; ================================================ FILE: src/icons/dice-4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice4; ================================================ FILE: src/icons/dice-5-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice5Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice5Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice5Fill; ================================================ FILE: src/icons/dice-5.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice5 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice5.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice5; ================================================ FILE: src/icons/dice-6-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice6Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice6Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice6Fill; ================================================ FILE: src/icons/dice-6.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dice6 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dice6.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dice6; ================================================ FILE: src/icons/disc-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DiscFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DiscFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DiscFill; ================================================ FILE: src/icons/disc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Disc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Disc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Disc; ================================================ FILE: src/icons/discord.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Discord = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Discord.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Discord; ================================================ FILE: src/icons/display-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DisplayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DisplayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DisplayFill; ================================================ FILE: src/icons/display.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Display = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Display.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Display; ================================================ FILE: src/icons/displayport-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DisplayportFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DisplayportFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DisplayportFill; ================================================ FILE: src/icons/displayport.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Displayport = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Displayport.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Displayport; ================================================ FILE: src/icons/distribute-horizontal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DistributeHorizontal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DistributeHorizontal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DistributeHorizontal; ================================================ FILE: src/icons/distribute-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DistributeVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DistributeVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DistributeVertical; ================================================ FILE: src/icons/door-closed-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DoorClosedFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DoorClosedFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DoorClosedFill; ================================================ FILE: src/icons/door-closed.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DoorClosed = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DoorClosed.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DoorClosed; ================================================ FILE: src/icons/door-open-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DoorOpenFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DoorOpenFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DoorOpenFill; ================================================ FILE: src/icons/door-open.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DoorOpen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DoorOpen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DoorOpen; ================================================ FILE: src/icons/dot.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dot = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dot.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dot; ================================================ FILE: src/icons/download.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Download = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Download.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Download; ================================================ FILE: src/icons/dpad-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DpadFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DpadFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DpadFill; ================================================ FILE: src/icons/dpad.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dpad = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dpad.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dpad; ================================================ FILE: src/icons/dribbble.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dribbble = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dribbble.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dribbble; ================================================ FILE: src/icons/dropbox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Dropbox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Dropbox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Dropbox; ================================================ FILE: src/icons/droplet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DropletFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DropletFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DropletFill; ================================================ FILE: src/icons/droplet-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DropletHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DropletHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DropletHalf; ================================================ FILE: src/icons/droplet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Droplet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Droplet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Droplet; ================================================ FILE: src/icons/duffle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const DuffleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); DuffleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default DuffleFill; ================================================ FILE: src/icons/duffle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Duffle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Duffle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Duffle; ================================================ FILE: src/icons/ear-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EarFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EarFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EarFill; ================================================ FILE: src/icons/ear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ear; ================================================ FILE: src/icons/earbuds.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Earbuds = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Earbuds.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Earbuds; ================================================ FILE: src/icons/easel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EaselFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EaselFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EaselFill; ================================================ FILE: src/icons/easel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Easel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Easel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Easel; ================================================ FILE: src/icons/easel2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Easel2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Easel2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Easel2Fill; ================================================ FILE: src/icons/easel2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Easel2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Easel2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Easel2; ================================================ FILE: src/icons/easel3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Easel3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Easel3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Easel3Fill; ================================================ FILE: src/icons/easel3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Easel3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Easel3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Easel3; ================================================ FILE: src/icons/egg-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EggFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EggFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EggFill; ================================================ FILE: src/icons/egg-fried.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EggFried = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EggFried.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EggFried; ================================================ FILE: src/icons/egg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Egg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Egg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Egg; ================================================ FILE: src/icons/eject-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EjectFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EjectFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EjectFill; ================================================ FILE: src/icons/eject.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Eject = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Eject.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Eject; ================================================ FILE: src/icons/emoji-angry-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiAngryFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiAngryFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiAngryFill; ================================================ FILE: src/icons/emoji-angry.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiAngry = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiAngry.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiAngry; ================================================ FILE: src/icons/emoji-astonished-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiAstonishedFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiAstonishedFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiAstonishedFill; ================================================ FILE: src/icons/emoji-astonished.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiAstonished = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiAstonished.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiAstonished; ================================================ FILE: src/icons/emoji-dizzy-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiDizzyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiDizzyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiDizzyFill; ================================================ FILE: src/icons/emoji-dizzy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiDizzy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiDizzy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiDizzy; ================================================ FILE: src/icons/emoji-expressionless-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiExpressionlessFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiExpressionlessFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiExpressionlessFill; ================================================ FILE: src/icons/emoji-expressionless.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiExpressionless = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiExpressionless.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiExpressionless; ================================================ FILE: src/icons/emoji-frown-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiFrownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiFrownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiFrownFill; ================================================ FILE: src/icons/emoji-frown.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiFrown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiFrown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiFrown; ================================================ FILE: src/icons/emoji-grimace-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiGrimaceFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiGrimaceFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiGrimaceFill; ================================================ FILE: src/icons/emoji-grimace.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiGrimace = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiGrimace.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiGrimace; ================================================ FILE: src/icons/emoji-grin-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiGrinFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiGrinFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiGrinFill; ================================================ FILE: src/icons/emoji-grin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiGrin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiGrin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiGrin; ================================================ FILE: src/icons/emoji-heart-eyes-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiHeartEyesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiHeartEyesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiHeartEyesFill; ================================================ FILE: src/icons/emoji-heart-eyes.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiHeartEyes = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiHeartEyes.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiHeartEyes; ================================================ FILE: src/icons/emoji-kiss-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiKissFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiKissFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiKissFill; ================================================ FILE: src/icons/emoji-kiss.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiKiss = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiKiss.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiKiss; ================================================ FILE: src/icons/emoji-laughing-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiLaughingFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiLaughingFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiLaughingFill; ================================================ FILE: src/icons/emoji-laughing.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiLaughing = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiLaughing.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiLaughing; ================================================ FILE: src/icons/emoji-neutral-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiNeutralFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiNeutralFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiNeutralFill; ================================================ FILE: src/icons/emoji-neutral.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiNeutral = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiNeutral.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiNeutral; ================================================ FILE: src/icons/emoji-smile-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSmileFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSmileFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSmileFill; ================================================ FILE: src/icons/emoji-smile-upside-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSmileUpsideDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSmileUpsideDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSmileUpsideDownFill; ================================================ FILE: src/icons/emoji-smile-upside-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSmileUpsideDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSmileUpsideDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSmileUpsideDown; ================================================ FILE: src/icons/emoji-smile.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSmile = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSmile.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSmile; ================================================ FILE: src/icons/emoji-sunglasses-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSunglassesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSunglassesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSunglassesFill; ================================================ FILE: src/icons/emoji-sunglasses.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSunglasses = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSunglasses.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSunglasses; ================================================ FILE: src/icons/emoji-surprise-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSurpriseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSurpriseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSurpriseFill; ================================================ FILE: src/icons/emoji-surprise.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiSurprise = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiSurprise.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiSurprise; ================================================ FILE: src/icons/emoji-tear-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiTearFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiTearFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiTearFill; ================================================ FILE: src/icons/emoji-tear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiTear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiTear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiTear; ================================================ FILE: src/icons/emoji-wink-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiWinkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiWinkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiWinkFill; ================================================ FILE: src/icons/emoji-wink.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EmojiWink = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EmojiWink.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EmojiWink; ================================================ FILE: src/icons/envelope-arrow-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeArrowDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeArrowDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeArrowDownFill; ================================================ FILE: src/icons/envelope-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeArrowDown; ================================================ FILE: src/icons/envelope-arrow-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeArrowUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeArrowUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeArrowUpFill; ================================================ FILE: src/icons/envelope-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeArrowUp; ================================================ FILE: src/icons/envelope-at-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeAtFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeAtFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeAtFill; ================================================ FILE: src/icons/envelope-at.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeAt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeAt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeAt; ================================================ FILE: src/icons/envelope-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeCheckFill; ================================================ FILE: src/icons/envelope-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeCheck; ================================================ FILE: src/icons/envelope-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeDashFill; ================================================ FILE: src/icons/envelope-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeDash; ================================================ FILE: src/icons/envelope-exclamation-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeExclamationFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeExclamationFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeExclamationFill; ================================================ FILE: src/icons/envelope-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeExclamation; ================================================ FILE: src/icons/envelope-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeFill; ================================================ FILE: src/icons/envelope-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeHeartFill; ================================================ FILE: src/icons/envelope-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeHeart; ================================================ FILE: src/icons/envelope-open-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeOpenFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeOpenFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeOpenFill; ================================================ FILE: src/icons/envelope-open-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeOpenHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeOpenHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeOpenHeartFill; ================================================ FILE: src/icons/envelope-open-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeOpenHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeOpenHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeOpenHeart; ================================================ FILE: src/icons/envelope-open.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeOpen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeOpen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeOpen; ================================================ FILE: src/icons/envelope-paper-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePaperFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePaperFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePaperFill; ================================================ FILE: src/icons/envelope-paper-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePaperHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePaperHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePaperHeartFill; ================================================ FILE: src/icons/envelope-paper-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePaperHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePaperHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePaperHeart; ================================================ FILE: src/icons/envelope-paper.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePaper = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePaper.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePaper; ================================================ FILE: src/icons/envelope-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePlusFill; ================================================ FILE: src/icons/envelope-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopePlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopePlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopePlus; ================================================ FILE: src/icons/envelope-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeSlashFill; ================================================ FILE: src/icons/envelope-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeSlash; ================================================ FILE: src/icons/envelope-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeXFill; ================================================ FILE: src/icons/envelope-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EnvelopeX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EnvelopeX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EnvelopeX; ================================================ FILE: src/icons/envelope.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Envelope = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Envelope.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Envelope; ================================================ FILE: src/icons/eraser-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EraserFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EraserFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EraserFill; ================================================ FILE: src/icons/eraser.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Eraser = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Eraser.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Eraser; ================================================ FILE: src/icons/escape.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Escape = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Escape.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Escape; ================================================ FILE: src/icons/ethernet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ethernet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ethernet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ethernet; ================================================ FILE: src/icons/ev-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EvFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EvFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EvFrontFill; ================================================ FILE: src/icons/ev-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EvFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EvFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EvFront; ================================================ FILE: src/icons/ev-station-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EvStationFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EvStationFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EvStationFill; ================================================ FILE: src/icons/ev-station.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EvStation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EvStation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EvStation; ================================================ FILE: src/icons/exclamation-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationCircleFill; ================================================ FILE: src/icons/exclamation-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationCircle; ================================================ FILE: src/icons/exclamation-diamond-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationDiamondFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationDiamondFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationDiamondFill; ================================================ FILE: src/icons/exclamation-diamond.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationDiamond = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationDiamond.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationDiamond; ================================================ FILE: src/icons/exclamation-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationLg; ================================================ FILE: src/icons/exclamation-octagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationOctagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationOctagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationOctagonFill; ================================================ FILE: src/icons/exclamation-octagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationOctagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationOctagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationOctagon; ================================================ FILE: src/icons/exclamation-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationSquareFill; ================================================ FILE: src/icons/exclamation-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationSquare; ================================================ FILE: src/icons/exclamation-triangle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationTriangleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationTriangleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationTriangleFill; ================================================ FILE: src/icons/exclamation-triangle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExclamationTriangle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExclamationTriangle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExclamationTriangle; ================================================ FILE: src/icons/exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Exclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Exclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Exclamation; ================================================ FILE: src/icons/exclude.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Exclude = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Exclude.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Exclude; ================================================ FILE: src/icons/explicit-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ExplicitFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ExplicitFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ExplicitFill; ================================================ FILE: src/icons/explicit.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Explicit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Explicit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Explicit; ================================================ FILE: src/icons/exposure.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Exposure = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Exposure.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Exposure; ================================================ FILE: src/icons/eye-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EyeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EyeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EyeFill; ================================================ FILE: src/icons/eye-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EyeSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EyeSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EyeSlashFill; ================================================ FILE: src/icons/eye-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const EyeSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); EyeSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default EyeSlash; ================================================ FILE: src/icons/eye.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Eye = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Eye.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Eye; ================================================ FILE: src/icons/eyedropper.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Eyedropper = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Eyedropper.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Eyedropper; ================================================ FILE: src/icons/eyeglasses.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Eyeglasses = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Eyeglasses.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Eyeglasses; ================================================ FILE: src/icons/facebook.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Facebook = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Facebook.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Facebook; ================================================ FILE: src/icons/fan.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Fan = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Fan.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Fan; ================================================ FILE: src/icons/fast-forward-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForwardBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForwardBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForwardBtnFill; ================================================ FILE: src/icons/fast-forward-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForwardBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForwardBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForwardBtn; ================================================ FILE: src/icons/fast-forward-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForwardCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForwardCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForwardCircleFill; ================================================ FILE: src/icons/fast-forward-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForwardCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForwardCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForwardCircle; ================================================ FILE: src/icons/fast-forward-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForwardFill; ================================================ FILE: src/icons/fast-forward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FastForward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FastForward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FastForward; ================================================ FILE: src/icons/feather.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Feather = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Feather.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Feather; ================================================ FILE: src/icons/feather2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Feather2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Feather2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Feather2; ================================================ FILE: src/icons/file-arrow-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileArrowDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileArrowDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileArrowDownFill; ================================================ FILE: src/icons/file-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileArrowDown; ================================================ FILE: src/icons/file-arrow-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileArrowUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileArrowUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileArrowUpFill; ================================================ FILE: src/icons/file-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileArrowUp; ================================================ FILE: src/icons/file-bar-graph-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBarGraphFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBarGraphFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBarGraphFill; ================================================ FILE: src/icons/file-bar-graph.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBarGraph = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBarGraph.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBarGraph; ================================================ FILE: src/icons/file-binary-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBinaryFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBinaryFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBinaryFill; ================================================ FILE: src/icons/file-binary.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBinary = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBinary.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBinary; ================================================ FILE: src/icons/file-break-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBreakFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBreakFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBreakFill; ================================================ FILE: src/icons/file-break.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileBreak = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileBreak.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileBreak; ================================================ FILE: src/icons/file-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileCheckFill; ================================================ FILE: src/icons/file-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileCheck; ================================================ FILE: src/icons/file-code-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileCodeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileCodeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileCodeFill; ================================================ FILE: src/icons/file-code.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileCode = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileCode.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileCode; ================================================ FILE: src/icons/file-diff-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileDiffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileDiffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileDiffFill; ================================================ FILE: src/icons/file-diff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileDiff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileDiff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileDiff; ================================================ FILE: src/icons/file-earmark-arrow-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkArrowDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkArrowDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkArrowDownFill; ================================================ FILE: src/icons/file-earmark-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkArrowDown; ================================================ FILE: src/icons/file-earmark-arrow-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkArrowUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkArrowUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkArrowUpFill; ================================================ FILE: src/icons/file-earmark-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkArrowUp; ================================================ FILE: src/icons/file-earmark-bar-graph-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBarGraphFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBarGraphFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBarGraphFill; ================================================ FILE: src/icons/file-earmark-bar-graph.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBarGraph = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBarGraph.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBarGraph; ================================================ FILE: src/icons/file-earmark-binary-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBinaryFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBinaryFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBinaryFill; ================================================ FILE: src/icons/file-earmark-binary.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBinary = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBinary.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBinary; ================================================ FILE: src/icons/file-earmark-break-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBreakFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBreakFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBreakFill; ================================================ FILE: src/icons/file-earmark-break.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkBreak = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkBreak.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkBreak; ================================================ FILE: src/icons/file-earmark-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkCheckFill; ================================================ FILE: src/icons/file-earmark-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkCheck; ================================================ FILE: src/icons/file-earmark-code-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkCodeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkCodeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkCodeFill; ================================================ FILE: src/icons/file-earmark-code.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkCode = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkCode.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkCode; ================================================ FILE: src/icons/file-earmark-diff-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkDiffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkDiffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkDiffFill; ================================================ FILE: src/icons/file-earmark-diff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkDiff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkDiff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkDiff; ================================================ FILE: src/icons/file-earmark-easel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkEaselFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkEaselFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkEaselFill; ================================================ FILE: src/icons/file-earmark-easel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkEasel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkEasel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkEasel; ================================================ FILE: src/icons/file-earmark-excel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkExcelFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkExcelFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkExcelFill; ================================================ FILE: src/icons/file-earmark-excel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkExcel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkExcel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkExcel; ================================================ FILE: src/icons/file-earmark-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkFill; ================================================ FILE: src/icons/file-earmark-font-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkFontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkFontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkFontFill; ================================================ FILE: src/icons/file-earmark-font.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkFont = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkFont.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkFont; ================================================ FILE: src/icons/file-earmark-image-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkImageFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkImageFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkImageFill; ================================================ FILE: src/icons/file-earmark-image.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkImage = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkImage.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkImage; ================================================ FILE: src/icons/file-earmark-lock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkLockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkLockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkLockFill; ================================================ FILE: src/icons/file-earmark-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkLock; ================================================ FILE: src/icons/file-earmark-lock2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkLock2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkLock2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkLock2Fill; ================================================ FILE: src/icons/file-earmark-lock2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkLock2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkLock2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkLock2; ================================================ FILE: src/icons/file-earmark-medical-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMedicalFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMedicalFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMedicalFill; ================================================ FILE: src/icons/file-earmark-medical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMedical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMedical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMedical; ================================================ FILE: src/icons/file-earmark-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMinusFill; ================================================ FILE: src/icons/file-earmark-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMinus; ================================================ FILE: src/icons/file-earmark-music-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMusicFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMusicFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMusicFill; ================================================ FILE: src/icons/file-earmark-music.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkMusic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkMusic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkMusic; ================================================ FILE: src/icons/file-earmark-pdf-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPdfFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPdfFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPdfFill; ================================================ FILE: src/icons/file-earmark-pdf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPdf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPdf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPdf; ================================================ FILE: src/icons/file-earmark-person-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPersonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPersonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPersonFill; ================================================ FILE: src/icons/file-earmark-person.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPerson = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPerson.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPerson; ================================================ FILE: src/icons/file-earmark-play-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPlayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPlayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPlayFill; ================================================ FILE: src/icons/file-earmark-play.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPlay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPlay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPlay; ================================================ FILE: src/icons/file-earmark-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPlusFill; ================================================ FILE: src/icons/file-earmark-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPlus; ================================================ FILE: src/icons/file-earmark-post-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPostFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPostFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPostFill; ================================================ FILE: src/icons/file-earmark-post.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPost = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPost.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPost; ================================================ FILE: src/icons/file-earmark-ppt-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPptFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPptFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPptFill; ================================================ FILE: src/icons/file-earmark-ppt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkPpt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkPpt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkPpt; ================================================ FILE: src/icons/file-earmark-richtext-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkRichtextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkRichtextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkRichtextFill; ================================================ FILE: src/icons/file-earmark-richtext.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkRichtext = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkRichtext.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkRichtext; ================================================ FILE: src/icons/file-earmark-ruled-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkRuledFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkRuledFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkRuledFill; ================================================ FILE: src/icons/file-earmark-ruled.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkRuled = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkRuled.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkRuled; ================================================ FILE: src/icons/file-earmark-slides-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkSlidesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkSlidesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkSlidesFill; ================================================ FILE: src/icons/file-earmark-slides.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkSlides = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkSlides.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkSlides; ================================================ FILE: src/icons/file-earmark-spreadsheet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkSpreadsheetFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkSpreadsheetFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkSpreadsheetFill; ================================================ FILE: src/icons/file-earmark-spreadsheet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkSpreadsheet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkSpreadsheet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkSpreadsheet; ================================================ FILE: src/icons/file-earmark-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkTextFill; ================================================ FILE: src/icons/file-earmark-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkText; ================================================ FILE: src/icons/file-earmark-word-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkWordFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkWordFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkWordFill; ================================================ FILE: src/icons/file-earmark-word.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkWord = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkWord.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkWord; ================================================ FILE: src/icons/file-earmark-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkXFill; ================================================ FILE: src/icons/file-earmark-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkX; ================================================ FILE: src/icons/file-earmark-zip-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkZipFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkZipFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkZipFill; ================================================ FILE: src/icons/file-earmark-zip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmarkZip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmarkZip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmarkZip; ================================================ FILE: src/icons/file-earmark.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEarmark = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEarmark.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEarmark; ================================================ FILE: src/icons/file-easel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEaselFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEaselFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEaselFill; ================================================ FILE: src/icons/file-easel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileEasel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileEasel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileEasel; ================================================ FILE: src/icons/file-excel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileExcelFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileExcelFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileExcelFill; ================================================ FILE: src/icons/file-excel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileExcel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileExcel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileExcel; ================================================ FILE: src/icons/file-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileFill; ================================================ FILE: src/icons/file-font-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileFontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileFontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileFontFill; ================================================ FILE: src/icons/file-font.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileFont = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileFont.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileFont; ================================================ FILE: src/icons/file-image-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileImageFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileImageFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileImageFill; ================================================ FILE: src/icons/file-image.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileImage = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileImage.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileImage; ================================================ FILE: src/icons/file-lock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileLockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileLockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileLockFill; ================================================ FILE: src/icons/file-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileLock; ================================================ FILE: src/icons/file-lock2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileLock2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileLock2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileLock2Fill; ================================================ FILE: src/icons/file-lock2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileLock2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileLock2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileLock2; ================================================ FILE: src/icons/file-medical-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMedicalFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMedicalFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMedicalFill; ================================================ FILE: src/icons/file-medical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMedical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMedical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMedical; ================================================ FILE: src/icons/file-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMinusFill; ================================================ FILE: src/icons/file-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMinus; ================================================ FILE: src/icons/file-music-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMusicFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMusicFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMusicFill; ================================================ FILE: src/icons/file-music.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileMusic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileMusic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileMusic; ================================================ FILE: src/icons/file-pdf-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePdfFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePdfFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePdfFill; ================================================ FILE: src/icons/file-pdf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePdf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePdf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePdf; ================================================ FILE: src/icons/file-person-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePersonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePersonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePersonFill; ================================================ FILE: src/icons/file-person.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePerson = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePerson.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePerson; ================================================ FILE: src/icons/file-play-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePlayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePlayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePlayFill; ================================================ FILE: src/icons/file-play.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePlay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePlay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePlay; ================================================ FILE: src/icons/file-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePlusFill; ================================================ FILE: src/icons/file-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePlus; ================================================ FILE: src/icons/file-post-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePostFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePostFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePostFill; ================================================ FILE: src/icons/file-post.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePost = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePost.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePost; ================================================ FILE: src/icons/file-ppt-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePptFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePptFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePptFill; ================================================ FILE: src/icons/file-ppt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilePpt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilePpt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilePpt; ================================================ FILE: src/icons/file-richtext-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileRichtextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileRichtextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileRichtextFill; ================================================ FILE: src/icons/file-richtext.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileRichtext = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileRichtext.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileRichtext; ================================================ FILE: src/icons/file-ruled-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileRuledFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileRuledFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileRuledFill; ================================================ FILE: src/icons/file-ruled.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileRuled = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileRuled.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileRuled; ================================================ FILE: src/icons/file-slides-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileSlidesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileSlidesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileSlidesFill; ================================================ FILE: src/icons/file-slides.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileSlides = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileSlides.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileSlides; ================================================ FILE: src/icons/file-spreadsheet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileSpreadsheetFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileSpreadsheetFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileSpreadsheetFill; ================================================ FILE: src/icons/file-spreadsheet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileSpreadsheet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileSpreadsheet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileSpreadsheet; ================================================ FILE: src/icons/file-text-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileTextFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileTextFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileTextFill; ================================================ FILE: src/icons/file-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileText; ================================================ FILE: src/icons/file-word-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileWordFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileWordFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileWordFill; ================================================ FILE: src/icons/file-word.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileWord = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileWord.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileWord; ================================================ FILE: src/icons/file-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileXFill; ================================================ FILE: src/icons/file-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileX; ================================================ FILE: src/icons/file-zip-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileZipFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileZipFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileZipFill; ================================================ FILE: src/icons/file-zip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FileZip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FileZip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FileZip; ================================================ FILE: src/icons/file.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const File = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); File.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default File; ================================================ FILE: src/icons/files-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilesAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilesAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilesAlt; ================================================ FILE: src/icons/files.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Files = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Files.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Files; ================================================ FILE: src/icons/filetype-aac.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeAac = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeAac.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeAac; ================================================ FILE: src/icons/filetype-ai.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeAi = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeAi.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeAi; ================================================ FILE: src/icons/filetype-bmp.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeBmp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeBmp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeBmp; ================================================ FILE: src/icons/filetype-cs.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeCs = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeCs.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeCs; ================================================ FILE: src/icons/filetype-css.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeCss = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeCss.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeCss; ================================================ FILE: src/icons/filetype-csv.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeCsv = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeCsv.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeCsv; ================================================ FILE: src/icons/filetype-doc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeDoc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeDoc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeDoc; ================================================ FILE: src/icons/filetype-docx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeDocx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeDocx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeDocx; ================================================ FILE: src/icons/filetype-exe.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeExe = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeExe.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeExe; ================================================ FILE: src/icons/filetype-gif.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeGif = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeGif.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeGif; ================================================ FILE: src/icons/filetype-heic.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeHeic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeHeic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeHeic; ================================================ FILE: src/icons/filetype-html.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeHtml = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeHtml.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeHtml; ================================================ FILE: src/icons/filetype-java.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeJava = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeJava.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeJava; ================================================ FILE: src/icons/filetype-jpg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeJpg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeJpg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeJpg; ================================================ FILE: src/icons/filetype-js.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeJs = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeJs.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeJs; ================================================ FILE: src/icons/filetype-json.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeJson = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeJson.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeJson; ================================================ FILE: src/icons/filetype-jsx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeJsx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeJsx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeJsx; ================================================ FILE: src/icons/filetype-key.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeKey = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeKey.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeKey; ================================================ FILE: src/icons/filetype-m4p.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeM4p = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeM4p.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeM4p; ================================================ FILE: src/icons/filetype-md.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeMd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeMd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeMd; ================================================ FILE: src/icons/filetype-mdx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeMdx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeMdx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeMdx; ================================================ FILE: src/icons/filetype-mov.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeMov = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeMov.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeMov; ================================================ FILE: src/icons/filetype-mp3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeMp3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeMp3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeMp3; ================================================ FILE: src/icons/filetype-mp4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeMp4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeMp4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeMp4; ================================================ FILE: src/icons/filetype-otf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeOtf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeOtf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeOtf; ================================================ FILE: src/icons/filetype-pdf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePdf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePdf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePdf; ================================================ FILE: src/icons/filetype-php.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePhp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePhp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePhp; ================================================ FILE: src/icons/filetype-png.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePng = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePng.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePng; ================================================ FILE: src/icons/filetype-ppt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePpt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePpt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePpt; ================================================ FILE: src/icons/filetype-pptx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePptx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePptx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePptx; ================================================ FILE: src/icons/filetype-psd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePsd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePsd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePsd; ================================================ FILE: src/icons/filetype-py.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypePy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypePy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypePy; ================================================ FILE: src/icons/filetype-raw.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeRaw = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeRaw.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeRaw; ================================================ FILE: src/icons/filetype-rb.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeRb = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeRb.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeRb; ================================================ FILE: src/icons/filetype-sass.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeSass = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeSass.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeSass; ================================================ FILE: src/icons/filetype-scss.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeScss = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeScss.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeScss; ================================================ FILE: src/icons/filetype-sh.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeSh = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeSh.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeSh; ================================================ FILE: src/icons/filetype-sql.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeSql = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeSql.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeSql; ================================================ FILE: src/icons/filetype-svg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeSvg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeSvg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeSvg; ================================================ FILE: src/icons/filetype-tiff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeTiff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeTiff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeTiff; ================================================ FILE: src/icons/filetype-tsx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeTsx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeTsx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeTsx; ================================================ FILE: src/icons/filetype-ttf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeTtf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeTtf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeTtf; ================================================ FILE: src/icons/filetype-txt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeTxt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeTxt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeTxt; ================================================ FILE: src/icons/filetype-wav.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeWav = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeWav.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeWav; ================================================ FILE: src/icons/filetype-woff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeWoff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeWoff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeWoff; ================================================ FILE: src/icons/filetype-xls.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeXls = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeXls.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeXls; ================================================ FILE: src/icons/filetype-xlsx.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeXlsx = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeXlsx.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeXlsx; ================================================ FILE: src/icons/filetype-xml.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeXml = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeXml.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeXml; ================================================ FILE: src/icons/filetype-yml.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FiletypeYml = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FiletypeYml.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FiletypeYml; ================================================ FILE: src/icons/film.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Film = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Film.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Film; ================================================ FILE: src/icons/filter-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterCircleFill; ================================================ FILE: src/icons/filter-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterCircle; ================================================ FILE: src/icons/filter-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterLeft; ================================================ FILE: src/icons/filter-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterRight; ================================================ FILE: src/icons/filter-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterSquareFill; ================================================ FILE: src/icons/filter-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FilterSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FilterSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FilterSquare; ================================================ FILE: src/icons/filter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Filter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Filter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Filter; ================================================ FILE: src/icons/fingerprint.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Fingerprint = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Fingerprint.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Fingerprint; ================================================ FILE: src/icons/fire.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Fire = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Fire.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Fire; ================================================ FILE: src/icons/flag-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FlagFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FlagFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FlagFill; ================================================ FILE: src/icons/flag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Flag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Flag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Flag; ================================================ FILE: src/icons/flask-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FlaskFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FlaskFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FlaskFill; ================================================ FILE: src/icons/flask-florence-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FlaskFlorenceFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FlaskFlorenceFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FlaskFlorenceFill; ================================================ FILE: src/icons/flask-florence.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FlaskFlorence = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FlaskFlorence.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FlaskFlorence; ================================================ FILE: src/icons/flask.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Flask = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Flask.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Flask; ================================================ FILE: src/icons/floppy-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FloppyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FloppyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FloppyFill; ================================================ FILE: src/icons/floppy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Floppy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Floppy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Floppy; ================================================ FILE: src/icons/floppy2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Floppy2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Floppy2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Floppy2Fill; ================================================ FILE: src/icons/floppy2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Floppy2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Floppy2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Floppy2; ================================================ FILE: src/icons/flower1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Flower1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Flower1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Flower1; ================================================ FILE: src/icons/flower2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Flower2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Flower2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Flower2; ================================================ FILE: src/icons/flower3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Flower3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Flower3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Flower3; ================================================ FILE: src/icons/folder-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderCheck; ================================================ FILE: src/icons/folder-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderFill; ================================================ FILE: src/icons/folder-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderMinus; ================================================ FILE: src/icons/folder-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderPlus; ================================================ FILE: src/icons/folder-symlink-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderSymlinkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderSymlinkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderSymlinkFill; ================================================ FILE: src/icons/folder-symlink.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderSymlink = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderSymlink.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderSymlink; ================================================ FILE: src/icons/folder-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FolderX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FolderX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FolderX; ================================================ FILE: src/icons/folder.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Folder = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Folder.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Folder; ================================================ FILE: src/icons/folder2-open.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Folder2Open = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Folder2Open.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Folder2Open; ================================================ FILE: src/icons/folder2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Folder2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Folder2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Folder2; ================================================ FILE: src/icons/fonts.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Fonts = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Fonts.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Fonts; ================================================ FILE: src/icons/fork-knife.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ForkKnife = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ForkKnife.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ForkKnife; ================================================ FILE: src/icons/forward-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ForwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ForwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ForwardFill; ================================================ FILE: src/icons/forward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Forward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Forward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Forward; ================================================ FILE: src/icons/front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Front = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Front.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Front; ================================================ FILE: src/icons/fuel-pump-diesel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FuelPumpDieselFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FuelPumpDieselFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FuelPumpDieselFill; ================================================ FILE: src/icons/fuel-pump-diesel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FuelPumpDiesel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FuelPumpDiesel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FuelPumpDiesel; ================================================ FILE: src/icons/fuel-pump-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FuelPumpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FuelPumpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FuelPumpFill; ================================================ FILE: src/icons/fuel-pump.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FuelPump = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FuelPump.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FuelPump; ================================================ FILE: src/icons/fullscreen-exit.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FullscreenExit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FullscreenExit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FullscreenExit; ================================================ FILE: src/icons/fullscreen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Fullscreen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Fullscreen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Fullscreen; ================================================ FILE: src/icons/funnel-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const FunnelFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); FunnelFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default FunnelFill; ================================================ FILE: src/icons/funnel.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Funnel = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Funnel.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Funnel; ================================================ FILE: src/icons/gear-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GearFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GearFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GearFill; ================================================ FILE: src/icons/gear-wide-connected.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GearWideConnected = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GearWideConnected.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GearWideConnected; ================================================ FILE: src/icons/gear-wide.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GearWide = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GearWide.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GearWide; ================================================ FILE: src/icons/gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Gear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Gear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Gear; ================================================ FILE: src/icons/gem.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Gem = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Gem.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Gem; ================================================ FILE: src/icons/gender-ambiguous.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GenderAmbiguous = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GenderAmbiguous.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GenderAmbiguous; ================================================ FILE: src/icons/gender-female.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GenderFemale = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GenderFemale.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GenderFemale; ================================================ FILE: src/icons/gender-male.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GenderMale = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GenderMale.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GenderMale; ================================================ FILE: src/icons/gender-neuter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GenderNeuter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GenderNeuter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GenderNeuter; ================================================ FILE: src/icons/gender-trans.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GenderTrans = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GenderTrans.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GenderTrans; ================================================ FILE: src/icons/geo-alt-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GeoAltFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GeoAltFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GeoAltFill; ================================================ FILE: src/icons/geo-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GeoAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GeoAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GeoAlt; ================================================ FILE: src/icons/geo-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GeoFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GeoFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GeoFill; ================================================ FILE: src/icons/geo.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Geo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Geo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Geo; ================================================ FILE: src/icons/gift-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GiftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GiftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GiftFill; ================================================ FILE: src/icons/gift.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Gift = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Gift.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Gift; ================================================ FILE: src/icons/git.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Git = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Git.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Git; ================================================ FILE: src/icons/github.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Github = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Github.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Github; ================================================ FILE: src/icons/gitlab.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Gitlab = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Gitlab.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Gitlab; ================================================ FILE: src/icons/globe-americas-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeAmericasFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeAmericasFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeAmericasFill; ================================================ FILE: src/icons/globe-americas.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeAmericas = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeAmericas.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeAmericas; ================================================ FILE: src/icons/globe-asia-australia-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeAsiaAustraliaFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeAsiaAustraliaFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeAsiaAustraliaFill; ================================================ FILE: src/icons/globe-asia-australia.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeAsiaAustralia = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeAsiaAustralia.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeAsiaAustralia; ================================================ FILE: src/icons/globe-central-south-asia-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeCentralSouthAsiaFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeCentralSouthAsiaFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeCentralSouthAsiaFill; ================================================ FILE: src/icons/globe-central-south-asia.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeCentralSouthAsia = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeCentralSouthAsia.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeCentralSouthAsia; ================================================ FILE: src/icons/globe-europe-africa-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeEuropeAfricaFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeEuropeAfricaFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeEuropeAfricaFill; ================================================ FILE: src/icons/globe-europe-africa.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GlobeEuropeAfrica = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GlobeEuropeAfrica.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GlobeEuropeAfrica; ================================================ FILE: src/icons/globe.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Globe = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Globe.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Globe; ================================================ FILE: src/icons/globe2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Globe2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Globe2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Globe2; ================================================ FILE: src/icons/google-play.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GooglePlay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GooglePlay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GooglePlay; ================================================ FILE: src/icons/google.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Google = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Google.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Google; ================================================ FILE: src/icons/gpu-card.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GpuCard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GpuCard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GpuCard; ================================================ FILE: src/icons/graph-down-arrow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GraphDownArrow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GraphDownArrow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GraphDownArrow; ================================================ FILE: src/icons/graph-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GraphDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GraphDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GraphDown; ================================================ FILE: src/icons/graph-up-arrow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GraphUpArrow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GraphUpArrow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GraphUpArrow; ================================================ FILE: src/icons/graph-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GraphUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GraphUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GraphUp; ================================================ FILE: src/icons/grid-1x2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid1x2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid1x2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid1x2Fill; ================================================ FILE: src/icons/grid-1x2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid1x2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid1x2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid1x2; ================================================ FILE: src/icons/grid-3x2-gap-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x2GapFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x2GapFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x2GapFill; ================================================ FILE: src/icons/grid-3x2-gap.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x2Gap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x2Gap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x2Gap; ================================================ FILE: src/icons/grid-3x2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x2; ================================================ FILE: src/icons/grid-3x3-gap-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x3GapFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x3GapFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x3GapFill; ================================================ FILE: src/icons/grid-3x3-gap.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x3Gap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x3Gap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x3Gap; ================================================ FILE: src/icons/grid-3x3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid3x3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid3x3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid3x3; ================================================ FILE: src/icons/grid-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GridFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GridFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GridFill; ================================================ FILE: src/icons/grid.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Grid = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Grid.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Grid; ================================================ FILE: src/icons/grip-horizontal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GripHorizontal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GripHorizontal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GripHorizontal; ================================================ FILE: src/icons/grip-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const GripVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); GripVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default GripVertical; ================================================ FILE: src/icons/h-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HCircleFill; ================================================ FILE: src/icons/h-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HCircle; ================================================ FILE: src/icons/h-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HSquareFill; ================================================ FILE: src/icons/h-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HSquare; ================================================ FILE: src/icons/hammer.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hammer = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hammer.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hammer; ================================================ FILE: src/icons/hand-index-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandIndexFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandIndexFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandIndexFill; ================================================ FILE: src/icons/hand-index-thumb-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandIndexThumbFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandIndexThumbFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandIndexThumbFill; ================================================ FILE: src/icons/hand-index-thumb.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandIndexThumb = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandIndexThumb.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandIndexThumb; ================================================ FILE: src/icons/hand-index.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandIndex = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandIndex.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandIndex; ================================================ FILE: src/icons/hand-thumbs-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandThumbsDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandThumbsDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandThumbsDownFill; ================================================ FILE: src/icons/hand-thumbs-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandThumbsDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandThumbsDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandThumbsDown; ================================================ FILE: src/icons/hand-thumbs-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandThumbsUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandThumbsUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandThumbsUpFill; ================================================ FILE: src/icons/hand-thumbs-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandThumbsUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandThumbsUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandThumbsUp; ================================================ FILE: src/icons/handbag-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HandbagFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HandbagFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HandbagFill; ================================================ FILE: src/icons/handbag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Handbag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Handbag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Handbag; ================================================ FILE: src/icons/hash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hash; ================================================ FILE: src/icons/hdd-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddFill; ================================================ FILE: src/icons/hdd-network-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddNetworkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddNetworkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddNetworkFill; ================================================ FILE: src/icons/hdd-network.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddNetwork = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddNetwork.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddNetwork; ================================================ FILE: src/icons/hdd-rack-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddRackFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddRackFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddRackFill; ================================================ FILE: src/icons/hdd-rack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddRack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddRack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddRack; ================================================ FILE: src/icons/hdd-stack-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddStackFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddStackFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddStackFill; ================================================ FILE: src/icons/hdd-stack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HddStack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HddStack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HddStack; ================================================ FILE: src/icons/hdd.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hdd; ================================================ FILE: src/icons/hdmi-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HdmiFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HdmiFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HdmiFill; ================================================ FILE: src/icons/hdmi.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hdmi = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hdmi.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hdmi; ================================================ FILE: src/icons/headphones.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Headphones = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Headphones.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Headphones; ================================================ FILE: src/icons/headset-vr.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeadsetVr = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeadsetVr.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeadsetVr; ================================================ FILE: src/icons/headset.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Headset = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Headset.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Headset; ================================================ FILE: src/icons/heart-arrow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartArrow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartArrow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartArrow; ================================================ FILE: src/icons/heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartFill; ================================================ FILE: src/icons/heart-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartHalf; ================================================ FILE: src/icons/heart-pulse-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartPulseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartPulseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartPulseFill; ================================================ FILE: src/icons/heart-pulse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartPulse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartPulse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartPulse; ================================================ FILE: src/icons/heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Heart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Heart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Heart; ================================================ FILE: src/icons/heartbreak-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeartbreakFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeartbreakFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeartbreakFill; ================================================ FILE: src/icons/heartbreak.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Heartbreak = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Heartbreak.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Heartbreak; ================================================ FILE: src/icons/hearts.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hearts = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hearts.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hearts; ================================================ FILE: src/icons/heptagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeptagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeptagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeptagonFill; ================================================ FILE: src/icons/heptagon-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HeptagonHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HeptagonHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HeptagonHalf; ================================================ FILE: src/icons/heptagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Heptagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Heptagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Heptagon; ================================================ FILE: src/icons/hexagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HexagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HexagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HexagonFill; ================================================ FILE: src/icons/hexagon-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HexagonHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HexagonHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HexagonHalf; ================================================ FILE: src/icons/hexagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hexagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hexagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hexagon; ================================================ FILE: src/icons/highlighter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Highlighter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Highlighter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Highlighter; ================================================ FILE: src/icons/highlights.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Highlights = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Highlights.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Highlights; ================================================ FILE: src/icons/hospital-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HospitalFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HospitalFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HospitalFill; ================================================ FILE: src/icons/hospital.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hospital = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hospital.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hospital; ================================================ FILE: src/icons/hourglass-bottom.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HourglassBottom = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HourglassBottom.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HourglassBottom; ================================================ FILE: src/icons/hourglass-split.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HourglassSplit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HourglassSplit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HourglassSplit; ================================================ FILE: src/icons/hourglass-top.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HourglassTop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HourglassTop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HourglassTop; ================================================ FILE: src/icons/hourglass.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hourglass = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hourglass.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hourglass; ================================================ FILE: src/icons/house-add-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseAddFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseAddFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseAddFill; ================================================ FILE: src/icons/house-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseAdd; ================================================ FILE: src/icons/house-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseCheckFill; ================================================ FILE: src/icons/house-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseCheck; ================================================ FILE: src/icons/house-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDashFill; ================================================ FILE: src/icons/house-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDash; ================================================ FILE: src/icons/house-door-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDoorFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDoorFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDoorFill; ================================================ FILE: src/icons/house-door.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDoor = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDoor.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDoor; ================================================ FILE: src/icons/house-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDownFill; ================================================ FILE: src/icons/house-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseDown; ================================================ FILE: src/icons/house-exclamation-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseExclamationFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseExclamationFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseExclamationFill; ================================================ FILE: src/icons/house-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseExclamation; ================================================ FILE: src/icons/house-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseFill; ================================================ FILE: src/icons/house-gear-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseGearFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseGearFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseGearFill; ================================================ FILE: src/icons/house-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseGear; ================================================ FILE: src/icons/house-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseHeartFill; ================================================ FILE: src/icons/house-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseHeart; ================================================ FILE: src/icons/house-lock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseLockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseLockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseLockFill; ================================================ FILE: src/icons/house-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseLock; ================================================ FILE: src/icons/house-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseSlashFill; ================================================ FILE: src/icons/house-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseSlash; ================================================ FILE: src/icons/house-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseUpFill; ================================================ FILE: src/icons/house-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseUp; ================================================ FILE: src/icons/house-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseXFill; ================================================ FILE: src/icons/house-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HouseX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HouseX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HouseX; ================================================ FILE: src/icons/house.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const House = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); House.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default House; ================================================ FILE: src/icons/houses-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const HousesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); HousesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default HousesFill; ================================================ FILE: src/icons/houses.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Houses = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Houses.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Houses; ================================================ FILE: src/icons/hr.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hr = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hr.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hr; ================================================ FILE: src/icons/hurricane.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hurricane = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hurricane.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hurricane; ================================================ FILE: src/icons/hypnotize.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Hypnotize = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Hypnotize.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Hypnotize; ================================================ FILE: src/icons/image-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ImageAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ImageAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ImageAlt; ================================================ FILE: src/icons/image-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ImageFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ImageFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ImageFill; ================================================ FILE: src/icons/image.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Image = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Image.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Image; ================================================ FILE: src/icons/images.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Images = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Images.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Images; ================================================ FILE: src/icons/inbox-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InboxFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InboxFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InboxFill; ================================================ FILE: src/icons/inbox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Inbox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Inbox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Inbox; ================================================ FILE: src/icons/inboxes-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InboxesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InboxesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InboxesFill; ================================================ FILE: src/icons/inboxes.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Inboxes = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Inboxes.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Inboxes; ================================================ FILE: src/icons/incognito.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Incognito = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Incognito.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Incognito; ================================================ FILE: src/icons/indent.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Indent = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Indent.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Indent; ================================================ FILE: src/icons/infinity.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Infinity = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Infinity.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Infinity; ================================================ FILE: src/icons/info-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InfoCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InfoCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InfoCircleFill; ================================================ FILE: src/icons/info-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InfoCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InfoCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InfoCircle; ================================================ FILE: src/icons/info-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InfoLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InfoLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InfoLg; ================================================ FILE: src/icons/info-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InfoSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InfoSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InfoSquareFill; ================================================ FILE: src/icons/info-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InfoSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InfoSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InfoSquare; ================================================ FILE: src/icons/info.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Info = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Info.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Info; ================================================ FILE: src/icons/input-cursor-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InputCursorText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InputCursorText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InputCursorText; ================================================ FILE: src/icons/input-cursor.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const InputCursor = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); InputCursor.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default InputCursor; ================================================ FILE: src/icons/instagram.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Instagram = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Instagram.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Instagram; ================================================ FILE: src/icons/intersect.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Intersect = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Intersect.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Intersect; ================================================ FILE: src/icons/javascript.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Javascript = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Javascript.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Javascript; ================================================ FILE: src/icons/journal-album.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalAlbum = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalAlbum.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalAlbum; ================================================ FILE: src/icons/journal-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalArrowDown; ================================================ FILE: src/icons/journal-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalArrowUp; ================================================ FILE: src/icons/journal-bookmark-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalBookmarkFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalBookmarkFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalBookmarkFill; ================================================ FILE: src/icons/journal-bookmark.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalBookmark = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalBookmark.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalBookmark; ================================================ FILE: src/icons/journal-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalCheck; ================================================ FILE: src/icons/journal-code.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalCode = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalCode.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalCode; ================================================ FILE: src/icons/journal-medical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalMedical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalMedical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalMedical; ================================================ FILE: src/icons/journal-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalMinus; ================================================ FILE: src/icons/journal-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalPlus; ================================================ FILE: src/icons/journal-richtext.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalRichtext = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalRichtext.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalRichtext; ================================================ FILE: src/icons/journal-text.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalText = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalText.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalText; ================================================ FILE: src/icons/journal-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JournalX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JournalX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JournalX; ================================================ FILE: src/icons/journal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Journal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Journal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Journal; ================================================ FILE: src/icons/journals.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Journals = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Journals.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Journals; ================================================ FILE: src/icons/joystick.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Joystick = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Joystick.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Joystick; ================================================ FILE: src/icons/justify-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JustifyLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JustifyLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JustifyLeft; ================================================ FILE: src/icons/justify-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const JustifyRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); JustifyRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default JustifyRight; ================================================ FILE: src/icons/justify.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Justify = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Justify.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Justify; ================================================ FILE: src/icons/kanban-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const KanbanFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); KanbanFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default KanbanFill; ================================================ FILE: src/icons/kanban.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Kanban = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Kanban.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Kanban; ================================================ FILE: src/icons/key-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const KeyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); KeyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default KeyFill; ================================================ FILE: src/icons/key.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Key = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Key.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Key; ================================================ FILE: src/icons/keyboard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const KeyboardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); KeyboardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default KeyboardFill; ================================================ FILE: src/icons/keyboard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Keyboard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Keyboard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Keyboard; ================================================ FILE: src/icons/ladder.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ladder = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ladder.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ladder; ================================================ FILE: src/icons/lamp-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LampFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LampFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LampFill; ================================================ FILE: src/icons/lamp.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Lamp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Lamp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Lamp; ================================================ FILE: src/icons/laptop-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LaptopFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LaptopFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LaptopFill; ================================================ FILE: src/icons/laptop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Laptop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Laptop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Laptop; ================================================ FILE: src/icons/layer-backward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayerBackward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayerBackward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayerBackward; ================================================ FILE: src/icons/layer-forward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayerForward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayerForward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayerForward; ================================================ FILE: src/icons/layers-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayersFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayersFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayersFill; ================================================ FILE: src/icons/layers-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayersHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayersHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayersHalf; ================================================ FILE: src/icons/layers.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Layers = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Layers.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Layers; ================================================ FILE: src/icons/layout-sidebar-inset-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutSidebarInsetReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutSidebarInsetReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutSidebarInsetReverse; ================================================ FILE: src/icons/layout-sidebar-inset.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutSidebarInset = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutSidebarInset.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutSidebarInset; ================================================ FILE: src/icons/layout-sidebar-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutSidebarReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutSidebarReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutSidebarReverse; ================================================ FILE: src/icons/layout-sidebar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutSidebar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutSidebar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutSidebar; ================================================ FILE: src/icons/layout-split.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutSplit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutSplit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutSplit; ================================================ FILE: src/icons/layout-text-sidebar-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutTextSidebarReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutTextSidebarReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutTextSidebarReverse; ================================================ FILE: src/icons/layout-text-sidebar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutTextSidebar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutTextSidebar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutTextSidebar; ================================================ FILE: src/icons/layout-text-window-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutTextWindowReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutTextWindowReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutTextWindowReverse; ================================================ FILE: src/icons/layout-text-window.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutTextWindow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutTextWindow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutTextWindow; ================================================ FILE: src/icons/layout-three-columns.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutThreeColumns = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutThreeColumns.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutThreeColumns; ================================================ FILE: src/icons/layout-wtf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LayoutWtf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LayoutWtf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LayoutWtf; ================================================ FILE: src/icons/leaf-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LeafFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LeafFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LeafFill; ================================================ FILE: src/icons/leaf.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Leaf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Leaf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Leaf; ================================================ FILE: src/icons/life-preserver.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LifePreserver = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LifePreserver.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LifePreserver; ================================================ FILE: src/icons/lightbulb-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightbulbFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightbulbFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightbulbFill; ================================================ FILE: src/icons/lightbulb-off-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightbulbOffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightbulbOffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightbulbOffFill; ================================================ FILE: src/icons/lightbulb-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightbulbOff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightbulbOff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightbulbOff; ================================================ FILE: src/icons/lightbulb.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Lightbulb = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Lightbulb.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Lightbulb; ================================================ FILE: src/icons/lightning-charge-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightningChargeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightningChargeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightningChargeFill; ================================================ FILE: src/icons/lightning-charge.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightningCharge = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightningCharge.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightningCharge; ================================================ FILE: src/icons/lightning-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LightningFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LightningFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LightningFill; ================================================ FILE: src/icons/lightning.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Lightning = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Lightning.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Lightning; ================================================ FILE: src/icons/line.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Line = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Line.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Line; ================================================ FILE: src/icons/link-45deg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Link45deg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Link45deg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Link45deg; ================================================ FILE: src/icons/link.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Link = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Link.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Link; ================================================ FILE: src/icons/linkedin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Linkedin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Linkedin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Linkedin; ================================================ FILE: src/icons/list-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListCheck; ================================================ FILE: src/icons/list-columns-reverse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListColumnsReverse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListColumnsReverse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListColumnsReverse; ================================================ FILE: src/icons/list-columns.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListColumns = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListColumns.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListColumns; ================================================ FILE: src/icons/list-nested.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListNested = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListNested.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListNested; ================================================ FILE: src/icons/list-ol.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListOl = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListOl.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListOl; ================================================ FILE: src/icons/list-stars.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListStars = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListStars.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListStars; ================================================ FILE: src/icons/list-task.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListTask = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListTask.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListTask; ================================================ FILE: src/icons/list-ul.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ListUl = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ListUl.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ListUl; ================================================ FILE: src/icons/list.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const List = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); List.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default List; ================================================ FILE: src/icons/lock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LockFill; ================================================ FILE: src/icons/lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Lock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Lock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Lock; ================================================ FILE: src/icons/luggage-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LuggageFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LuggageFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LuggageFill; ================================================ FILE: src/icons/luggage.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Luggage = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Luggage.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Luggage; ================================================ FILE: src/icons/lungs-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const LungsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); LungsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default LungsFill; ================================================ FILE: src/icons/lungs.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Lungs = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Lungs.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Lungs; ================================================ FILE: src/icons/magic.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Magic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Magic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Magic; ================================================ FILE: src/icons/magnet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MagnetFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MagnetFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MagnetFill; ================================================ FILE: src/icons/magnet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Magnet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Magnet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Magnet; ================================================ FILE: src/icons/mailbox-flag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MailboxFlag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MailboxFlag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MailboxFlag; ================================================ FILE: src/icons/mailbox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mailbox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mailbox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mailbox; ================================================ FILE: src/icons/mailbox2-flag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mailbox2Flag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mailbox2Flag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mailbox2Flag; ================================================ FILE: src/icons/mailbox2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mailbox2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mailbox2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mailbox2; ================================================ FILE: src/icons/map-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MapFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MapFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MapFill; ================================================ FILE: src/icons/map.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Map = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Map.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Map; ================================================ FILE: src/icons/markdown-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MarkdownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MarkdownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MarkdownFill; ================================================ FILE: src/icons/markdown.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Markdown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Markdown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Markdown; ================================================ FILE: src/icons/marker-tip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MarkerTip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MarkerTip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MarkerTip; ================================================ FILE: src/icons/mask.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mask = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mask.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mask; ================================================ FILE: src/icons/mastodon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mastodon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mastodon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mastodon; ================================================ FILE: src/icons/measuring-cup-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MeasuringCupFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MeasuringCupFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MeasuringCupFill; ================================================ FILE: src/icons/measuring-cup.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MeasuringCup = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MeasuringCup.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MeasuringCup; ================================================ FILE: src/icons/medium.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Medium = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Medium.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Medium; ================================================ FILE: src/icons/megaphone-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MegaphoneFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MegaphoneFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MegaphoneFill; ================================================ FILE: src/icons/megaphone.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Megaphone = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Megaphone.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Megaphone; ================================================ FILE: src/icons/memory.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Memory = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Memory.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Memory; ================================================ FILE: src/icons/menu-app-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuAppFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuAppFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuAppFill; ================================================ FILE: src/icons/menu-app.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuApp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuApp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuApp; ================================================ FILE: src/icons/menu-button-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuButtonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuButtonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuButtonFill; ================================================ FILE: src/icons/menu-button-wide-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuButtonWideFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuButtonWideFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuButtonWideFill; ================================================ FILE: src/icons/menu-button-wide.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuButtonWide = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuButtonWide.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuButtonWide; ================================================ FILE: src/icons/menu-button.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuButton = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuButton.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuButton; ================================================ FILE: src/icons/menu-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuDown; ================================================ FILE: src/icons/menu-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MenuUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MenuUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MenuUp; ================================================ FILE: src/icons/messenger.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Messenger = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Messenger.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Messenger; ================================================ FILE: src/icons/meta.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Meta = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Meta.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Meta; ================================================ FILE: src/icons/mic-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MicFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MicFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MicFill; ================================================ FILE: src/icons/mic-mute-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MicMuteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MicMuteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MicMuteFill; ================================================ FILE: src/icons/mic-mute.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MicMute = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MicMute.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MicMute; ================================================ FILE: src/icons/mic.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mic; ================================================ FILE: src/icons/microsoft-teams.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MicrosoftTeams = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MicrosoftTeams.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MicrosoftTeams; ================================================ FILE: src/icons/microsoft.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Microsoft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Microsoft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Microsoft; ================================================ FILE: src/icons/minecart-loaded.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MinecartLoaded = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MinecartLoaded.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MinecartLoaded; ================================================ FILE: src/icons/minecart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Minecart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Minecart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Minecart; ================================================ FILE: src/icons/modem-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ModemFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ModemFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ModemFill; ================================================ FILE: src/icons/modem.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Modem = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Modem.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Modem; ================================================ FILE: src/icons/moisture.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Moisture = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Moisture.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Moisture; ================================================ FILE: src/icons/moon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MoonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MoonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MoonFill; ================================================ FILE: src/icons/moon-stars-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MoonStarsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MoonStarsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MoonStarsFill; ================================================ FILE: src/icons/moon-stars.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MoonStars = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MoonStars.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MoonStars; ================================================ FILE: src/icons/moon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Moon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Moon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Moon; ================================================ FILE: src/icons/mortarboard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MortarboardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MortarboardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MortarboardFill; ================================================ FILE: src/icons/mortarboard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mortarboard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mortarboard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mortarboard; ================================================ FILE: src/icons/motherboard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MotherboardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MotherboardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MotherboardFill; ================================================ FILE: src/icons/motherboard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Motherboard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Motherboard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Motherboard; ================================================ FILE: src/icons/mouse-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MouseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MouseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MouseFill; ================================================ FILE: src/icons/mouse.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mouse = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mouse.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mouse; ================================================ FILE: src/icons/mouse2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mouse2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mouse2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mouse2Fill; ================================================ FILE: src/icons/mouse2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mouse2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mouse2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mouse2; ================================================ FILE: src/icons/mouse3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mouse3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mouse3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mouse3Fill; ================================================ FILE: src/icons/mouse3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Mouse3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Mouse3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Mouse3; ================================================ FILE: src/icons/music-note-beamed.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MusicNoteBeamed = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MusicNoteBeamed.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MusicNoteBeamed; ================================================ FILE: src/icons/music-note-list.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MusicNoteList = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MusicNoteList.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MusicNoteList; ================================================ FILE: src/icons/music-note.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MusicNote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MusicNote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MusicNote; ================================================ FILE: src/icons/music-player-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MusicPlayerFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MusicPlayerFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MusicPlayerFill; ================================================ FILE: src/icons/music-player.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const MusicPlayer = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); MusicPlayer.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default MusicPlayer; ================================================ FILE: src/icons/newspaper.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Newspaper = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Newspaper.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Newspaper; ================================================ FILE: src/icons/nintendo-switch.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NintendoSwitch = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NintendoSwitch.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NintendoSwitch; ================================================ FILE: src/icons/node-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NodeMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NodeMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NodeMinusFill; ================================================ FILE: src/icons/node-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NodeMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NodeMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NodeMinus; ================================================ FILE: src/icons/node-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NodePlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NodePlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NodePlusFill; ================================================ FILE: src/icons/node-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NodePlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NodePlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NodePlus; ================================================ FILE: src/icons/noise-reduction.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NoiseReduction = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NoiseReduction.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NoiseReduction; ================================================ FILE: src/icons/nut-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NutFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NutFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NutFill; ================================================ FILE: src/icons/nut.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Nut = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Nut.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Nut; ================================================ FILE: src/icons/nvidia.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Nvidia = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Nvidia.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Nvidia; ================================================ FILE: src/icons/nvme-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const NvmeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); NvmeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default NvmeFill; ================================================ FILE: src/icons/nvme.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Nvme = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Nvme.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Nvme; ================================================ FILE: src/icons/octagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const OctagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); OctagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default OctagonFill; ================================================ FILE: src/icons/octagon-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const OctagonHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); OctagonHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default OctagonHalf; ================================================ FILE: src/icons/octagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Octagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Octagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Octagon; ================================================ FILE: src/icons/openai.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Openai = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Openai.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Openai; ================================================ FILE: src/icons/opencollective.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Opencollective = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Opencollective.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Opencollective; ================================================ FILE: src/icons/optical-audio-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const OpticalAudioFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); OpticalAudioFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default OpticalAudioFill; ================================================ FILE: src/icons/optical-audio.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const OpticalAudio = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); OpticalAudio.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default OpticalAudio; ================================================ FILE: src/icons/option.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Option = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Option.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Option; ================================================ FILE: src/icons/outlet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Outlet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Outlet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Outlet; ================================================ FILE: src/icons/p-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PCircleFill; ================================================ FILE: src/icons/p-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PCircle; ================================================ FILE: src/icons/p-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PSquareFill; ================================================ FILE: src/icons/p-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PSquare; ================================================ FILE: src/icons/paint-bucket.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PaintBucket = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PaintBucket.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PaintBucket; ================================================ FILE: src/icons/palette-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PaletteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PaletteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PaletteFill; ================================================ FILE: src/icons/palette.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Palette = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Palette.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Palette; ================================================ FILE: src/icons/palette2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Palette2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Palette2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Palette2; ================================================ FILE: src/icons/paperclip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Paperclip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Paperclip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Paperclip; ================================================ FILE: src/icons/paragraph.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Paragraph = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Paragraph.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Paragraph; ================================================ FILE: src/icons/pass-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PassFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PassFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PassFill; ================================================ FILE: src/icons/pass.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pass = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pass.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pass; ================================================ FILE: src/icons/passport-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PassportFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PassportFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PassportFill; ================================================ FILE: src/icons/passport.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Passport = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Passport.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Passport; ================================================ FILE: src/icons/patch-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchCheckFill; ================================================ FILE: src/icons/patch-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchCheck; ================================================ FILE: src/icons/patch-exclamation-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchExclamationFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchExclamationFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchExclamationFill; ================================================ FILE: src/icons/patch-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchExclamation; ================================================ FILE: src/icons/patch-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchMinusFill; ================================================ FILE: src/icons/patch-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchMinus; ================================================ FILE: src/icons/patch-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchPlusFill; ================================================ FILE: src/icons/patch-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchPlus; ================================================ FILE: src/icons/patch-question-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchQuestionFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchQuestionFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchQuestionFill; ================================================ FILE: src/icons/patch-question.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PatchQuestion = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PatchQuestion.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PatchQuestion; ================================================ FILE: src/icons/pause-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PauseBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PauseBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PauseBtnFill; ================================================ FILE: src/icons/pause-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PauseBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PauseBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PauseBtn; ================================================ FILE: src/icons/pause-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PauseCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PauseCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PauseCircleFill; ================================================ FILE: src/icons/pause-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PauseCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PauseCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PauseCircle; ================================================ FILE: src/icons/pause-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PauseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PauseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PauseFill; ================================================ FILE: src/icons/pause.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pause = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pause.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pause; ================================================ FILE: src/icons/paypal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Paypal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Paypal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Paypal; ================================================ FILE: src/icons/pc-display-horizontal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PcDisplayHorizontal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PcDisplayHorizontal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PcDisplayHorizontal; ================================================ FILE: src/icons/pc-display.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PcDisplay = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PcDisplay.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PcDisplay; ================================================ FILE: src/icons/pc-horizontal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PcHorizontal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PcHorizontal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PcHorizontal; ================================================ FILE: src/icons/pc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pc; ================================================ FILE: src/icons/pci-card-network.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PciCardNetwork = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PciCardNetwork.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PciCardNetwork; ================================================ FILE: src/icons/pci-card-sound.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PciCardSound = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PciCardSound.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PciCardSound; ================================================ FILE: src/icons/pci-card.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PciCard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PciCard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PciCard; ================================================ FILE: src/icons/peace-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PeaceFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PeaceFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PeaceFill; ================================================ FILE: src/icons/peace.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Peace = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Peace.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Peace; ================================================ FILE: src/icons/pen-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PenFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PenFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PenFill; ================================================ FILE: src/icons/pen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pen; ================================================ FILE: src/icons/pencil-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PencilFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PencilFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PencilFill; ================================================ FILE: src/icons/pencil-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PencilSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PencilSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PencilSquare; ================================================ FILE: src/icons/pencil.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pencil = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pencil.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pencil; ================================================ FILE: src/icons/pentagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PentagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PentagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PentagonFill; ================================================ FILE: src/icons/pentagon-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PentagonHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PentagonHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PentagonHalf; ================================================ FILE: src/icons/pentagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pentagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pentagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pentagon; ================================================ FILE: src/icons/people-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PeopleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PeopleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PeopleFill; ================================================ FILE: src/icons/people.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const People = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); People.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default People; ================================================ FILE: src/icons/percent.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Percent = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Percent.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Percent; ================================================ FILE: src/icons/perplexity.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Perplexity = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Perplexity.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Perplexity; ================================================ FILE: src/icons/person-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonAdd; ================================================ FILE: src/icons/person-arms-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonArmsUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonArmsUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonArmsUp; ================================================ FILE: src/icons/person-badge-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonBadgeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonBadgeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonBadgeFill; ================================================ FILE: src/icons/person-badge.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonBadge = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonBadge.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonBadge; ================================================ FILE: src/icons/person-bounding-box.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonBoundingBox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonBoundingBox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonBoundingBox; ================================================ FILE: src/icons/person-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonCheckFill; ================================================ FILE: src/icons/person-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonCheck; ================================================ FILE: src/icons/person-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonCircle; ================================================ FILE: src/icons/person-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonDashFill; ================================================ FILE: src/icons/person-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonDash; ================================================ FILE: src/icons/person-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonDown; ================================================ FILE: src/icons/person-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonExclamation; ================================================ FILE: src/icons/person-fill-add.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillAdd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillAdd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillAdd; ================================================ FILE: src/icons/person-fill-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillCheck; ================================================ FILE: src/icons/person-fill-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillDash; ================================================ FILE: src/icons/person-fill-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillDown; ================================================ FILE: src/icons/person-fill-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillExclamation; ================================================ FILE: src/icons/person-fill-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillGear; ================================================ FILE: src/icons/person-fill-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillLock; ================================================ FILE: src/icons/person-fill-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillSlash; ================================================ FILE: src/icons/person-fill-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillUp; ================================================ FILE: src/icons/person-fill-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFillX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFillX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFillX; ================================================ FILE: src/icons/person-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonFill; ================================================ FILE: src/icons/person-gear.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonGear = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonGear.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonGear; ================================================ FILE: src/icons/person-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonHeart; ================================================ FILE: src/icons/person-hearts.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonHearts = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonHearts.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonHearts; ================================================ FILE: src/icons/person-lines-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonLinesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonLinesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonLinesFill; ================================================ FILE: src/icons/person-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonLock; ================================================ FILE: src/icons/person-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonPlusFill; ================================================ FILE: src/icons/person-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonPlus; ================================================ FILE: src/icons/person-raised-hand.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonRaisedHand = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonRaisedHand.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonRaisedHand; ================================================ FILE: src/icons/person-rolodex.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonRolodex = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonRolodex.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonRolodex; ================================================ FILE: src/icons/person-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonSlash; ================================================ FILE: src/icons/person-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonSquare; ================================================ FILE: src/icons/person-standing-dress.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonStandingDress = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonStandingDress.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonStandingDress; ================================================ FILE: src/icons/person-standing.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonStanding = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonStanding.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonStanding; ================================================ FILE: src/icons/person-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonUp; ================================================ FILE: src/icons/person-vcard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonVcardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonVcardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonVcardFill; ================================================ FILE: src/icons/person-vcard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonVcard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonVcard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonVcard; ================================================ FILE: src/icons/person-video.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonVideo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonVideo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonVideo; ================================================ FILE: src/icons/person-video2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonVideo2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonVideo2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonVideo2; ================================================ FILE: src/icons/person-video3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonVideo3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonVideo3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonVideo3; ================================================ FILE: src/icons/person-walking.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonWalking = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonWalking.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonWalking; ================================================ FILE: src/icons/person-wheelchair.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonWheelchair = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonWheelchair.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonWheelchair; ================================================ FILE: src/icons/person-workspace.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonWorkspace = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonWorkspace.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonWorkspace; ================================================ FILE: src/icons/person-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonXFill; ================================================ FILE: src/icons/person-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PersonX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PersonX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PersonX; ================================================ FILE: src/icons/person.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Person = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Person.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Person; ================================================ FILE: src/icons/phone-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneFill; ================================================ FILE: src/icons/phone-flip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneFlip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneFlip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneFlip; ================================================ FILE: src/icons/phone-landscape-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneLandscapeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneLandscapeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneLandscapeFill; ================================================ FILE: src/icons/phone-landscape.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneLandscape = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneLandscape.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneLandscape; ================================================ FILE: src/icons/phone-vibrate-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneVibrateFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneVibrateFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneVibrateFill; ================================================ FILE: src/icons/phone-vibrate.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PhoneVibrate = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PhoneVibrate.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PhoneVibrate; ================================================ FILE: src/icons/phone.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Phone = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Phone.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Phone; ================================================ FILE: src/icons/pie-chart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PieChartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PieChartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PieChartFill; ================================================ FILE: src/icons/pie-chart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PieChart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PieChart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PieChart; ================================================ FILE: src/icons/piggy-bank-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PiggyBankFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PiggyBankFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PiggyBankFill; ================================================ FILE: src/icons/piggy-bank.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PiggyBank = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PiggyBank.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PiggyBank; ================================================ FILE: src/icons/pin-angle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PinAngleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PinAngleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PinAngleFill; ================================================ FILE: src/icons/pin-angle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PinAngle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PinAngle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PinAngle; ================================================ FILE: src/icons/pin-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PinFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PinFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PinFill; ================================================ FILE: src/icons/pin-map-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PinMapFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PinMapFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PinMapFill; ================================================ FILE: src/icons/pin-map.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PinMap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PinMap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PinMap; ================================================ FILE: src/icons/pin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pin; ================================================ FILE: src/icons/pinterest.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pinterest = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pinterest.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pinterest; ================================================ FILE: src/icons/pip-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PipFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PipFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PipFill; ================================================ FILE: src/icons/pip.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Pip = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Pip.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Pip; ================================================ FILE: src/icons/play-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlayBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlayBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlayBtnFill; ================================================ FILE: src/icons/play-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlayBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlayBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlayBtn; ================================================ FILE: src/icons/play-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlayCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlayCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlayCircleFill; ================================================ FILE: src/icons/play-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlayCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlayCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlayCircle; ================================================ FILE: src/icons/play-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlayFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlayFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlayFill; ================================================ FILE: src/icons/play.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Play = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Play.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Play; ================================================ FILE: src/icons/playstation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Playstation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Playstation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Playstation; ================================================ FILE: src/icons/plug-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlugFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlugFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlugFill; ================================================ FILE: src/icons/plug.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Plug = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Plug.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Plug; ================================================ FILE: src/icons/plugin.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Plugin = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Plugin.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Plugin; ================================================ FILE: src/icons/plus-circle-dotted.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusCircleDotted = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusCircleDotted.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusCircleDotted; ================================================ FILE: src/icons/plus-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusCircleFill; ================================================ FILE: src/icons/plus-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusCircle; ================================================ FILE: src/icons/plus-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusLg; ================================================ FILE: src/icons/plus-slash-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusSlashMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusSlashMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusSlashMinus; ================================================ FILE: src/icons/plus-square-dotted.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusSquareDotted = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusSquareDotted.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusSquareDotted; ================================================ FILE: src/icons/plus-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusSquareFill; ================================================ FILE: src/icons/plus-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PlusSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PlusSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PlusSquare; ================================================ FILE: src/icons/plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Plus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Plus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Plus; ================================================ FILE: src/icons/postage-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostageFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostageFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostageFill; ================================================ FILE: src/icons/postage-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostageHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostageHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostageHeartFill; ================================================ FILE: src/icons/postage-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostageHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostageHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostageHeart; ================================================ FILE: src/icons/postage.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Postage = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Postage.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Postage; ================================================ FILE: src/icons/postcard-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostcardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostcardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostcardFill; ================================================ FILE: src/icons/postcard-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostcardHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostcardHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostcardHeartFill; ================================================ FILE: src/icons/postcard-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PostcardHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PostcardHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PostcardHeart; ================================================ FILE: src/icons/postcard.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Postcard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Postcard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Postcard; ================================================ FILE: src/icons/power.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Power = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Power.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Power; ================================================ FILE: src/icons/prescription.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Prescription = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Prescription.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Prescription; ================================================ FILE: src/icons/prescription2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Prescription2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Prescription2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Prescription2; ================================================ FILE: src/icons/printer-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PrinterFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PrinterFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PrinterFill; ================================================ FILE: src/icons/printer.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Printer = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Printer.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Printer; ================================================ FILE: src/icons/projector-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ProjectorFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ProjectorFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ProjectorFill; ================================================ FILE: src/icons/projector.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Projector = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Projector.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Projector; ================================================ FILE: src/icons/puzzle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const PuzzleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); PuzzleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default PuzzleFill; ================================================ FILE: src/icons/puzzle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Puzzle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Puzzle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Puzzle; ================================================ FILE: src/icons/qr-code-scan.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QrCodeScan = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QrCodeScan.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QrCodeScan; ================================================ FILE: src/icons/qr-code.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QrCode = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QrCode.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QrCode; ================================================ FILE: src/icons/question-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionCircleFill; ================================================ FILE: src/icons/question-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionCircle; ================================================ FILE: src/icons/question-diamond-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionDiamondFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionDiamondFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionDiamondFill; ================================================ FILE: src/icons/question-diamond.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionDiamond = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionDiamond.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionDiamond; ================================================ FILE: src/icons/question-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionLg; ================================================ FILE: src/icons/question-octagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionOctagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionOctagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionOctagonFill; ================================================ FILE: src/icons/question-octagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionOctagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionOctagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionOctagon; ================================================ FILE: src/icons/question-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionSquareFill; ================================================ FILE: src/icons/question-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const QuestionSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); QuestionSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default QuestionSquare; ================================================ FILE: src/icons/question.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Question = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Question.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Question; ================================================ FILE: src/icons/quora.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Quora = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Quora.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Quora; ================================================ FILE: src/icons/quote.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Quote = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Quote.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Quote; ================================================ FILE: src/icons/r-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RCircleFill; ================================================ FILE: src/icons/r-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RCircle; ================================================ FILE: src/icons/r-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RSquareFill; ================================================ FILE: src/icons/r-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RSquare; ================================================ FILE: src/icons/radar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Radar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Radar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Radar; ================================================ FILE: src/icons/radioactive.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Radioactive = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Radioactive.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Radioactive; ================================================ FILE: src/icons/rainbow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Rainbow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Rainbow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Rainbow; ================================================ FILE: src/icons/receipt-cutoff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ReceiptCutoff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ReceiptCutoff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ReceiptCutoff; ================================================ FILE: src/icons/receipt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Receipt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Receipt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Receipt; ================================================ FILE: src/icons/reception-0.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reception0 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reception0.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reception0; ================================================ FILE: src/icons/reception-1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reception1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reception1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reception1; ================================================ FILE: src/icons/reception-2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reception2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reception2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reception2; ================================================ FILE: src/icons/reception-3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reception3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reception3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reception3; ================================================ FILE: src/icons/reception-4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reception4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reception4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reception4; ================================================ FILE: src/icons/record-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RecordBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RecordBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RecordBtnFill; ================================================ FILE: src/icons/record-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RecordBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RecordBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RecordBtn; ================================================ FILE: src/icons/record-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RecordCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RecordCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RecordCircleFill; ================================================ FILE: src/icons/record-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RecordCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RecordCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RecordCircle; ================================================ FILE: src/icons/record-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RecordFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RecordFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RecordFill; ================================================ FILE: src/icons/record.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Record = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Record.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Record; ================================================ FILE: src/icons/record2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Record2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Record2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Record2Fill; ================================================ FILE: src/icons/record2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Record2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Record2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Record2; ================================================ FILE: src/icons/recycle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Recycle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Recycle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Recycle; ================================================ FILE: src/icons/reddit.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reddit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reddit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reddit; ================================================ FILE: src/icons/regex.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Regex = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Regex.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Regex; ================================================ FILE: src/icons/repeat-1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Repeat1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Repeat1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Repeat1; ================================================ FILE: src/icons/repeat.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Repeat = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Repeat.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Repeat; ================================================ FILE: src/icons/reply-all-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ReplyAllFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ReplyAllFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ReplyAllFill; ================================================ FILE: src/icons/reply-all.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ReplyAll = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ReplyAll.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ReplyAll; ================================================ FILE: src/icons/reply-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ReplyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ReplyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ReplyFill; ================================================ FILE: src/icons/reply.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Reply = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Reply.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Reply; ================================================ FILE: src/icons/rewind-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RewindBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RewindBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RewindBtnFill; ================================================ FILE: src/icons/rewind-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RewindBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RewindBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RewindBtn; ================================================ FILE: src/icons/rewind-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RewindCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RewindCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RewindCircleFill; ================================================ FILE: src/icons/rewind-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RewindCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RewindCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RewindCircle; ================================================ FILE: src/icons/rewind-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RewindFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RewindFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RewindFill; ================================================ FILE: src/icons/rewind.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Rewind = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Rewind.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Rewind; ================================================ FILE: src/icons/robot.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Robot = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Robot.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Robot; ================================================ FILE: src/icons/rocket-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RocketFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RocketFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RocketFill; ================================================ FILE: src/icons/rocket-takeoff-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RocketTakeoffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RocketTakeoffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RocketTakeoffFill; ================================================ FILE: src/icons/rocket-takeoff.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RocketTakeoff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RocketTakeoff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RocketTakeoff; ================================================ FILE: src/icons/rocket.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Rocket = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Rocket.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Rocket; ================================================ FILE: src/icons/router-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RouterFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RouterFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RouterFill; ================================================ FILE: src/icons/router.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Router = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Router.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Router; ================================================ FILE: src/icons/rss-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const RssFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); RssFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default RssFill; ================================================ FILE: src/icons/rss.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Rss = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Rss.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Rss; ================================================ FILE: src/icons/rulers.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Rulers = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Rulers.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Rulers; ================================================ FILE: src/icons/safe-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SafeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SafeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SafeFill; ================================================ FILE: src/icons/safe.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Safe = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Safe.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Safe; ================================================ FILE: src/icons/safe2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Safe2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Safe2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Safe2Fill; ================================================ FILE: src/icons/safe2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Safe2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Safe2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Safe2; ================================================ FILE: src/icons/save-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SaveFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SaveFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SaveFill; ================================================ FILE: src/icons/save.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Save = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Save.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Save; ================================================ FILE: src/icons/save2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Save2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Save2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Save2Fill; ================================================ FILE: src/icons/save2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Save2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Save2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Save2; ================================================ FILE: src/icons/scissors.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Scissors = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Scissors.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Scissors; ================================================ FILE: src/icons/scooter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Scooter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Scooter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Scooter; ================================================ FILE: src/icons/screwdriver.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Screwdriver = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Screwdriver.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Screwdriver; ================================================ FILE: src/icons/sd-card-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SdCardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SdCardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SdCardFill; ================================================ FILE: src/icons/sd-card.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SdCard = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SdCard.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SdCard; ================================================ FILE: src/icons/search-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SearchHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SearchHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SearchHeartFill; ================================================ FILE: src/icons/search-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SearchHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SearchHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SearchHeart; ================================================ FILE: src/icons/search.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Search = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Search.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Search; ================================================ FILE: src/icons/segmented-nav.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SegmentedNav = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SegmentedNav.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SegmentedNav; ================================================ FILE: src/icons/send-arrow-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendArrowDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendArrowDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendArrowDownFill; ================================================ FILE: src/icons/send-arrow-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendArrowDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendArrowDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendArrowDown; ================================================ FILE: src/icons/send-arrow-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendArrowUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendArrowUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendArrowUpFill; ================================================ FILE: src/icons/send-arrow-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendArrowUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendArrowUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendArrowUp; ================================================ FILE: src/icons/send-check-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendCheckFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendCheckFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendCheckFill; ================================================ FILE: src/icons/send-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendCheck; ================================================ FILE: src/icons/send-dash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendDashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendDashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendDashFill; ================================================ FILE: src/icons/send-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendDash; ================================================ FILE: src/icons/send-exclamation-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendExclamationFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendExclamationFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendExclamationFill; ================================================ FILE: src/icons/send-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendExclamation; ================================================ FILE: src/icons/send-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendFill; ================================================ FILE: src/icons/send-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendPlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendPlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendPlusFill; ================================================ FILE: src/icons/send-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendPlus; ================================================ FILE: src/icons/send-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendSlashFill; ================================================ FILE: src/icons/send-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendSlash; ================================================ FILE: src/icons/send-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendXFill; ================================================ FILE: src/icons/send-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SendX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SendX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SendX; ================================================ FILE: src/icons/send.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Send = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Send.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Send; ================================================ FILE: src/icons/server.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Server = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Server.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Server; ================================================ FILE: src/icons/shadows.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Shadows = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Shadows.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Shadows; ================================================ FILE: src/icons/share-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShareFill; ================================================ FILE: src/icons/share.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Share = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Share.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Share; ================================================ FILE: src/icons/shield-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldCheck; ================================================ FILE: src/icons/shield-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldExclamation; ================================================ FILE: src/icons/shield-fill-check.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFillCheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFillCheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFillCheck; ================================================ FILE: src/icons/shield-fill-exclamation.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFillExclamation = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFillExclamation.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFillExclamation; ================================================ FILE: src/icons/shield-fill-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFillMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFillMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFillMinus; ================================================ FILE: src/icons/shield-fill-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFillPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFillPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFillPlus; ================================================ FILE: src/icons/shield-fill-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFillX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFillX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFillX; ================================================ FILE: src/icons/shield-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldFill; ================================================ FILE: src/icons/shield-lock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldLockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldLockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldLockFill; ================================================ FILE: src/icons/shield-lock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldLock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldLock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldLock; ================================================ FILE: src/icons/shield-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldMinus; ================================================ FILE: src/icons/shield-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldPlus; ================================================ FILE: src/icons/shield-shaded.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldShaded = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldShaded.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldShaded; ================================================ FILE: src/icons/shield-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldSlashFill; ================================================ FILE: src/icons/shield-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldSlash; ================================================ FILE: src/icons/shield-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShieldX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShieldX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShieldX; ================================================ FILE: src/icons/shield.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Shield = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Shield.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Shield; ================================================ FILE: src/icons/shift-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShiftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShiftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShiftFill; ================================================ FILE: src/icons/shift.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Shift = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Shift.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Shift; ================================================ FILE: src/icons/shop-window.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ShopWindow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ShopWindow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ShopWindow; ================================================ FILE: src/icons/shop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Shop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Shop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Shop; ================================================ FILE: src/icons/shuffle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Shuffle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Shuffle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Shuffle; ================================================ FILE: src/icons/sign-dead-end-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignDeadEndFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignDeadEndFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignDeadEndFill; ================================================ FILE: src/icons/sign-dead-end.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignDeadEnd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignDeadEnd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignDeadEnd; ================================================ FILE: src/icons/sign-do-not-enter-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignDoNotEnterFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignDoNotEnterFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignDoNotEnterFill; ================================================ FILE: src/icons/sign-do-not-enter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignDoNotEnter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignDoNotEnter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignDoNotEnter; ================================================ FILE: src/icons/sign-intersection-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionFill; ================================================ FILE: src/icons/sign-intersection-side-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionSideFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionSideFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionSideFill; ================================================ FILE: src/icons/sign-intersection-side.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionSide = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionSide.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionSide; ================================================ FILE: src/icons/sign-intersection-t-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionTFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionTFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionTFill; ================================================ FILE: src/icons/sign-intersection-t.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionT = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionT.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionT; ================================================ FILE: src/icons/sign-intersection-y-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionYFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionYFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionYFill; ================================================ FILE: src/icons/sign-intersection-y.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersectionY = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersectionY.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersectionY; ================================================ FILE: src/icons/sign-intersection.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignIntersection = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignIntersection.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignIntersection; ================================================ FILE: src/icons/sign-merge-left-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignMergeLeftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignMergeLeftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignMergeLeftFill; ================================================ FILE: src/icons/sign-merge-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignMergeLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignMergeLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignMergeLeft; ================================================ FILE: src/icons/sign-merge-right-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignMergeRightFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignMergeRightFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignMergeRightFill; ================================================ FILE: src/icons/sign-merge-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignMergeRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignMergeRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignMergeRight; ================================================ FILE: src/icons/sign-no-left-turn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoLeftTurnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoLeftTurnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoLeftTurnFill; ================================================ FILE: src/icons/sign-no-left-turn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoLeftTurn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoLeftTurn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoLeftTurn; ================================================ FILE: src/icons/sign-no-parking-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoParkingFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoParkingFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoParkingFill; ================================================ FILE: src/icons/sign-no-parking.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoParking = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoParking.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoParking; ================================================ FILE: src/icons/sign-no-right-turn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoRightTurnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoRightTurnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoRightTurnFill; ================================================ FILE: src/icons/sign-no-right-turn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignNoRightTurn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignNoRightTurn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignNoRightTurn; ================================================ FILE: src/icons/sign-railroad-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignRailroadFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignRailroadFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignRailroadFill; ================================================ FILE: src/icons/sign-railroad.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignRailroad = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignRailroad.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignRailroad; ================================================ FILE: src/icons/sign-stop-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignStopFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignStopFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignStopFill; ================================================ FILE: src/icons/sign-stop-lights-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignStopLightsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignStopLightsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignStopLightsFill; ================================================ FILE: src/icons/sign-stop-lights.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignStopLights = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignStopLights.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignStopLights; ================================================ FILE: src/icons/sign-stop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignStop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignStop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignStop; ================================================ FILE: src/icons/sign-turn-left-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnLeftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnLeftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnLeftFill; ================================================ FILE: src/icons/sign-turn-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnLeft; ================================================ FILE: src/icons/sign-turn-right-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnRightFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnRightFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnRightFill; ================================================ FILE: src/icons/sign-turn-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnRight; ================================================ FILE: src/icons/sign-turn-slight-left-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnSlightLeftFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnSlightLeftFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnSlightLeftFill; ================================================ FILE: src/icons/sign-turn-slight-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnSlightLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnSlightLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnSlightLeft; ================================================ FILE: src/icons/sign-turn-slight-right-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnSlightRightFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnSlightRightFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnSlightRightFill; ================================================ FILE: src/icons/sign-turn-slight-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignTurnSlightRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignTurnSlightRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignTurnSlightRight; ================================================ FILE: src/icons/sign-yield-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignYieldFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignYieldFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignYieldFill; ================================================ FILE: src/icons/sign-yield.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignYield = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignYield.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignYield; ================================================ FILE: src/icons/signal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Signal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Signal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Signal; ================================================ FILE: src/icons/signpost-2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Signpost2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Signpost2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Signpost2Fill; ================================================ FILE: src/icons/signpost-2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Signpost2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Signpost2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Signpost2; ================================================ FILE: src/icons/signpost-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignpostFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignpostFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignpostFill; ================================================ FILE: src/icons/signpost-split-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignpostSplitFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignpostSplitFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignpostSplitFill; ================================================ FILE: src/icons/signpost-split.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SignpostSplit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SignpostSplit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SignpostSplit; ================================================ FILE: src/icons/signpost.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Signpost = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Signpost.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Signpost; ================================================ FILE: src/icons/sim-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SimFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SimFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SimFill; ================================================ FILE: src/icons/sim-slash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SimSlashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SimSlashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SimSlashFill; ================================================ FILE: src/icons/sim-slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SimSlash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SimSlash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SimSlash; ================================================ FILE: src/icons/sim.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sim = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sim.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sim; ================================================ FILE: src/icons/sina-weibo.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SinaWeibo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SinaWeibo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SinaWeibo; ================================================ FILE: src/icons/skip-backward-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackwardBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackwardBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackwardBtnFill; ================================================ FILE: src/icons/skip-backward-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackwardBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackwardBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackwardBtn; ================================================ FILE: src/icons/skip-backward-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackwardCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackwardCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackwardCircleFill; ================================================ FILE: src/icons/skip-backward-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackwardCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackwardCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackwardCircle; ================================================ FILE: src/icons/skip-backward-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackwardFill; ================================================ FILE: src/icons/skip-backward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipBackward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipBackward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipBackward; ================================================ FILE: src/icons/skip-end-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEndBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEndBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEndBtnFill; ================================================ FILE: src/icons/skip-end-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEndBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEndBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEndBtn; ================================================ FILE: src/icons/skip-end-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEndCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEndCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEndCircleFill; ================================================ FILE: src/icons/skip-end-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEndCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEndCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEndCircle; ================================================ FILE: src/icons/skip-end-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEndFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEndFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEndFill; ================================================ FILE: src/icons/skip-end.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipEnd = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipEnd.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipEnd; ================================================ FILE: src/icons/skip-forward-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForwardBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForwardBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForwardBtnFill; ================================================ FILE: src/icons/skip-forward-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForwardBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForwardBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForwardBtn; ================================================ FILE: src/icons/skip-forward-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForwardCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForwardCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForwardCircleFill; ================================================ FILE: src/icons/skip-forward-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForwardCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForwardCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForwardCircle; ================================================ FILE: src/icons/skip-forward-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForwardFill; ================================================ FILE: src/icons/skip-forward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipForward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipForward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipForward; ================================================ FILE: src/icons/skip-start-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStartBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStartBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStartBtnFill; ================================================ FILE: src/icons/skip-start-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStartBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStartBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStartBtn; ================================================ FILE: src/icons/skip-start-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStartCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStartCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStartCircleFill; ================================================ FILE: src/icons/skip-start-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStartCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStartCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStartCircle; ================================================ FILE: src/icons/skip-start-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStartFill; ================================================ FILE: src/icons/skip-start.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SkipStart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SkipStart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SkipStart; ================================================ FILE: src/icons/skype.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Skype = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Skype.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Skype; ================================================ FILE: src/icons/slack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Slack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Slack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Slack; ================================================ FILE: src/icons/slash-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SlashCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SlashCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SlashCircleFill; ================================================ FILE: src/icons/slash-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SlashCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SlashCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SlashCircle; ================================================ FILE: src/icons/slash-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SlashLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SlashLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SlashLg; ================================================ FILE: src/icons/slash-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SlashSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SlashSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SlashSquareFill; ================================================ FILE: src/icons/slash-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SlashSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SlashSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SlashSquare; ================================================ FILE: src/icons/slash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Slash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Slash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Slash; ================================================ FILE: src/icons/sliders.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sliders = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sliders.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sliders; ================================================ FILE: src/icons/sliders2-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sliders2Vertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sliders2Vertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sliders2Vertical; ================================================ FILE: src/icons/sliders2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sliders2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sliders2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sliders2; ================================================ FILE: src/icons/smartwatch.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Smartwatch = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Smartwatch.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Smartwatch; ================================================ FILE: src/icons/snapchat.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Snapchat = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Snapchat.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Snapchat; ================================================ FILE: src/icons/snow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Snow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Snow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Snow; ================================================ FILE: src/icons/snow2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Snow2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Snow2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Snow2; ================================================ FILE: src/icons/snow3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Snow3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Snow3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Snow3; ================================================ FILE: src/icons/sort-alpha-down-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortAlphaDownAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortAlphaDownAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortAlphaDownAlt; ================================================ FILE: src/icons/sort-alpha-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortAlphaDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortAlphaDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortAlphaDown; ================================================ FILE: src/icons/sort-alpha-up-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortAlphaUpAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortAlphaUpAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortAlphaUpAlt; ================================================ FILE: src/icons/sort-alpha-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortAlphaUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortAlphaUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortAlphaUp; ================================================ FILE: src/icons/sort-down-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortDownAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortDownAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortDownAlt; ================================================ FILE: src/icons/sort-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortDown; ================================================ FILE: src/icons/sort-numeric-down-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortNumericDownAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortNumericDownAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortNumericDownAlt; ================================================ FILE: src/icons/sort-numeric-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortNumericDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortNumericDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortNumericDown; ================================================ FILE: src/icons/sort-numeric-up-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortNumericUpAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortNumericUpAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortNumericUpAlt; ================================================ FILE: src/icons/sort-numeric-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortNumericUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortNumericUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortNumericUp; ================================================ FILE: src/icons/sort-up-alt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortUpAlt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortUpAlt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortUpAlt; ================================================ FILE: src/icons/sort-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SortUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SortUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SortUp; ================================================ FILE: src/icons/soundwave.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Soundwave = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Soundwave.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Soundwave; ================================================ FILE: src/icons/sourceforge.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sourceforge = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sourceforge.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sourceforge; ================================================ FILE: src/icons/speaker-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SpeakerFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SpeakerFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SpeakerFill; ================================================ FILE: src/icons/speaker.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Speaker = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Speaker.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Speaker; ================================================ FILE: src/icons/speedometer.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Speedometer = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Speedometer.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Speedometer; ================================================ FILE: src/icons/speedometer2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Speedometer2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Speedometer2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Speedometer2; ================================================ FILE: src/icons/spellcheck.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Spellcheck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Spellcheck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Spellcheck; ================================================ FILE: src/icons/spotify.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Spotify = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Spotify.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Spotify; ================================================ FILE: src/icons/square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SquareFill; ================================================ FILE: src/icons/square-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SquareHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SquareHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SquareHalf; ================================================ FILE: src/icons/square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Square = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Square.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Square; ================================================ FILE: src/icons/stack-overflow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StackOverflow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StackOverflow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StackOverflow; ================================================ FILE: src/icons/stack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stack; ================================================ FILE: src/icons/star-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StarFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StarFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StarFill; ================================================ FILE: src/icons/star-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StarHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StarHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StarHalf; ================================================ FILE: src/icons/star.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Star = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Star.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Star; ================================================ FILE: src/icons/stars.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stars = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stars.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stars; ================================================ FILE: src/icons/steam.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Steam = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Steam.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Steam; ================================================ FILE: src/icons/stickies-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StickiesFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StickiesFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StickiesFill; ================================================ FILE: src/icons/stickies.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stickies = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stickies.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stickies; ================================================ FILE: src/icons/sticky-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StickyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StickyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StickyFill; ================================================ FILE: src/icons/sticky.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sticky = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sticky.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sticky; ================================================ FILE: src/icons/stop-btn-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopBtnFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopBtnFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopBtnFill; ================================================ FILE: src/icons/stop-btn.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopBtn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopBtn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopBtn; ================================================ FILE: src/icons/stop-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopCircleFill; ================================================ FILE: src/icons/stop-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopCircle; ================================================ FILE: src/icons/stop-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopFill; ================================================ FILE: src/icons/stop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stop; ================================================ FILE: src/icons/stoplights-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StoplightsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StoplightsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StoplightsFill; ================================================ FILE: src/icons/stoplights.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stoplights = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stoplights.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stoplights; ================================================ FILE: src/icons/stopwatch-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const StopwatchFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); StopwatchFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default StopwatchFill; ================================================ FILE: src/icons/stopwatch.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stopwatch = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stopwatch.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stopwatch; ================================================ FILE: src/icons/strava.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Strava = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Strava.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Strava; ================================================ FILE: src/icons/stripe.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Stripe = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Stripe.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Stripe; ================================================ FILE: src/icons/subscript.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Subscript = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Subscript.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Subscript; ================================================ FILE: src/icons/substack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Substack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Substack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Substack; ================================================ FILE: src/icons/subtract.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Subtract = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Subtract.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Subtract; ================================================ FILE: src/icons/suit-club-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitClubFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitClubFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitClubFill; ================================================ FILE: src/icons/suit-club.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitClub = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitClub.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitClub; ================================================ FILE: src/icons/suit-diamond-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitDiamondFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitDiamondFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitDiamondFill; ================================================ FILE: src/icons/suit-diamond.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitDiamond = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitDiamond.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitDiamond; ================================================ FILE: src/icons/suit-heart-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitHeartFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitHeartFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitHeartFill; ================================================ FILE: src/icons/suit-heart.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitHeart = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitHeart.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitHeart; ================================================ FILE: src/icons/suit-spade-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitSpadeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitSpadeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitSpadeFill; ================================================ FILE: src/icons/suit-spade.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitSpade = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitSpade.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitSpade; ================================================ FILE: src/icons/suitcase-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitcaseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitcaseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitcaseFill; ================================================ FILE: src/icons/suitcase-lg-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitcaseLgFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitcaseLgFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitcaseLgFill; ================================================ FILE: src/icons/suitcase-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SuitcaseLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SuitcaseLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SuitcaseLg; ================================================ FILE: src/icons/suitcase.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Suitcase = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Suitcase.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Suitcase; ================================================ FILE: src/icons/suitcase2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Suitcase2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Suitcase2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Suitcase2Fill; ================================================ FILE: src/icons/suitcase2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Suitcase2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Suitcase2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Suitcase2; ================================================ FILE: src/icons/sun-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SunFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SunFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SunFill; ================================================ FILE: src/icons/sun.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sun = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sun.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sun; ================================================ FILE: src/icons/sunglasses.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sunglasses = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sunglasses.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sunglasses; ================================================ FILE: src/icons/sunrise-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SunriseFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SunriseFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SunriseFill; ================================================ FILE: src/icons/sunrise.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sunrise = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sunrise.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sunrise; ================================================ FILE: src/icons/sunset-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SunsetFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SunsetFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SunsetFill; ================================================ FILE: src/icons/sunset.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Sunset = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Sunset.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Sunset; ================================================ FILE: src/icons/superscript.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Superscript = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Superscript.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Superscript; ================================================ FILE: src/icons/symmetry-horizontal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SymmetryHorizontal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SymmetryHorizontal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SymmetryHorizontal; ================================================ FILE: src/icons/symmetry-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const SymmetryVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); SymmetryVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default SymmetryVertical; ================================================ FILE: src/icons/table.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Table = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Table.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Table; ================================================ FILE: src/icons/tablet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TabletFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TabletFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TabletFill; ================================================ FILE: src/icons/tablet-landscape-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TabletLandscapeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TabletLandscapeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TabletLandscapeFill; ================================================ FILE: src/icons/tablet-landscape.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TabletLandscape = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TabletLandscape.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TabletLandscape; ================================================ FILE: src/icons/tablet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tablet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tablet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tablet; ================================================ FILE: src/icons/tag-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TagFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TagFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TagFill; ================================================ FILE: src/icons/tag.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tag = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tag.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tag; ================================================ FILE: src/icons/tags-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TagsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TagsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TagsFill; ================================================ FILE: src/icons/tags.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tags = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tags.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tags; ================================================ FILE: src/icons/taxi-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TaxiFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TaxiFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TaxiFrontFill; ================================================ FILE: src/icons/taxi-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TaxiFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TaxiFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TaxiFront; ================================================ FILE: src/icons/telegram.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Telegram = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Telegram.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Telegram; ================================================ FILE: src/icons/telephone-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneFill; ================================================ FILE: src/icons/telephone-forward-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneForwardFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneForwardFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneForwardFill; ================================================ FILE: src/icons/telephone-forward.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneForward = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneForward.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneForward; ================================================ FILE: src/icons/telephone-inbound-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneInboundFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneInboundFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneInboundFill; ================================================ FILE: src/icons/telephone-inbound.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneInbound = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneInbound.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneInbound; ================================================ FILE: src/icons/telephone-minus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneMinusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneMinusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneMinusFill; ================================================ FILE: src/icons/telephone-minus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneMinus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneMinus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneMinus; ================================================ FILE: src/icons/telephone-outbound-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneOutboundFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneOutboundFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneOutboundFill; ================================================ FILE: src/icons/telephone-outbound.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneOutbound = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneOutbound.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneOutbound; ================================================ FILE: src/icons/telephone-plus-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephonePlusFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephonePlusFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephonePlusFill; ================================================ FILE: src/icons/telephone-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephonePlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephonePlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephonePlus; ================================================ FILE: src/icons/telephone-x-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneXFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneXFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneXFill; ================================================ FILE: src/icons/telephone-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TelephoneX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TelephoneX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TelephoneX; ================================================ FILE: src/icons/telephone.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Telephone = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Telephone.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Telephone; ================================================ FILE: src/icons/tencent-qq.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TencentQq = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TencentQq.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TencentQq; ================================================ FILE: src/icons/terminal-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TerminalDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TerminalDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TerminalDash; ================================================ FILE: src/icons/terminal-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TerminalFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TerminalFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TerminalFill; ================================================ FILE: src/icons/terminal-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TerminalPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TerminalPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TerminalPlus; ================================================ FILE: src/icons/terminal-split.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TerminalSplit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TerminalSplit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TerminalSplit; ================================================ FILE: src/icons/terminal-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TerminalX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TerminalX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TerminalX; ================================================ FILE: src/icons/terminal.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Terminal = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Terminal.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Terminal; ================================================ FILE: src/icons/text-center.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextCenter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextCenter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextCenter; ================================================ FILE: src/icons/text-indent-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextIndentLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextIndentLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextIndentLeft; ================================================ FILE: src/icons/text-indent-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextIndentRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextIndentRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextIndentRight; ================================================ FILE: src/icons/text-left.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextLeft = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextLeft.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextLeft; ================================================ FILE: src/icons/text-paragraph.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextParagraph = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextParagraph.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextParagraph; ================================================ FILE: src/icons/text-right.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextRight = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextRight.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextRight; ================================================ FILE: src/icons/text-wrap.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextWrap = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextWrap.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextWrap; ================================================ FILE: src/icons/textarea-resize.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextareaResize = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextareaResize.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextareaResize; ================================================ FILE: src/icons/textarea-t.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TextareaT = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TextareaT.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TextareaT; ================================================ FILE: src/icons/textarea.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Textarea = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Textarea.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Textarea; ================================================ FILE: src/icons/thermometer-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThermometerHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThermometerHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThermometerHalf; ================================================ FILE: src/icons/thermometer-high.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThermometerHigh = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThermometerHigh.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThermometerHigh; ================================================ FILE: src/icons/thermometer-low.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThermometerLow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThermometerLow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThermometerLow; ================================================ FILE: src/icons/thermometer-snow.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThermometerSnow = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThermometerSnow.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThermometerSnow; ================================================ FILE: src/icons/thermometer-sun.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThermometerSun = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThermometerSun.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThermometerSun; ================================================ FILE: src/icons/thermometer.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Thermometer = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Thermometer.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Thermometer; ================================================ FILE: src/icons/threads-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThreadsFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThreadsFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThreadsFill; ================================================ FILE: src/icons/threads.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Threads = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Threads.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Threads; ================================================ FILE: src/icons/three-dots-vertical.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThreeDotsVertical = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThreeDotsVertical.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThreeDotsVertical; ================================================ FILE: src/icons/three-dots.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThreeDots = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThreeDots.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThreeDots; ================================================ FILE: src/icons/thunderbolt-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ThunderboltFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ThunderboltFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ThunderboltFill; ================================================ FILE: src/icons/thunderbolt.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Thunderbolt = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Thunderbolt.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Thunderbolt; ================================================ FILE: src/icons/ticket-detailed-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TicketDetailedFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TicketDetailedFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TicketDetailedFill; ================================================ FILE: src/icons/ticket-detailed.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TicketDetailed = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TicketDetailed.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TicketDetailed; ================================================ FILE: src/icons/ticket-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TicketFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TicketFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TicketFill; ================================================ FILE: src/icons/ticket-perforated-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TicketPerforatedFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TicketPerforatedFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TicketPerforatedFill; ================================================ FILE: src/icons/ticket-perforated.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TicketPerforated = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TicketPerforated.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TicketPerforated; ================================================ FILE: src/icons/ticket.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ticket = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ticket.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ticket; ================================================ FILE: src/icons/tiktok.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tiktok = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tiktok.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tiktok; ================================================ FILE: src/icons/toggle-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ToggleOff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ToggleOff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ToggleOff; ================================================ FILE: src/icons/toggle-on.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ToggleOn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ToggleOn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ToggleOn; ================================================ FILE: src/icons/toggle2-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Toggle2Off = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Toggle2Off.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Toggle2Off; ================================================ FILE: src/icons/toggle2-on.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Toggle2On = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Toggle2On.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Toggle2On; ================================================ FILE: src/icons/toggles.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Toggles = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Toggles.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Toggles; ================================================ FILE: src/icons/toggles2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Toggles2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Toggles2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Toggles2; ================================================ FILE: src/icons/tools.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tools = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tools.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tools; ================================================ FILE: src/icons/tornado.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tornado = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tornado.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tornado; ================================================ FILE: src/icons/train-freight-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainFreightFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainFreightFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainFreightFrontFill; ================================================ FILE: src/icons/train-freight-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainFreightFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainFreightFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainFreightFront; ================================================ FILE: src/icons/train-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainFrontFill; ================================================ FILE: src/icons/train-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainFront; ================================================ FILE: src/icons/train-lightrail-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainLightrailFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainLightrailFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainLightrailFrontFill; ================================================ FILE: src/icons/train-lightrail-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrainLightrailFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrainLightrailFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrainLightrailFront; ================================================ FILE: src/icons/translate.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Translate = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Translate.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Translate; ================================================ FILE: src/icons/transparency.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Transparency = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Transparency.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Transparency; ================================================ FILE: src/icons/trash-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrashFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrashFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrashFill; ================================================ FILE: src/icons/trash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trash; ================================================ FILE: src/icons/trash2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trash2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trash2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trash2Fill; ================================================ FILE: src/icons/trash2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trash2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trash2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trash2; ================================================ FILE: src/icons/trash3-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trash3Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trash3Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trash3Fill; ================================================ FILE: src/icons/trash3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trash3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trash3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trash3; ================================================ FILE: src/icons/tree-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TreeFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TreeFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TreeFill; ================================================ FILE: src/icons/tree.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tree = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tree.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tree; ================================================ FILE: src/icons/trello.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trello = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trello.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trello; ================================================ FILE: src/icons/triangle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TriangleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TriangleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TriangleFill; ================================================ FILE: src/icons/triangle-half.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TriangleHalf = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TriangleHalf.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TriangleHalf; ================================================ FILE: src/icons/triangle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Triangle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Triangle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Triangle; ================================================ FILE: src/icons/trophy-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TrophyFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TrophyFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TrophyFill; ================================================ FILE: src/icons/trophy.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Trophy = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Trophy.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Trophy; ================================================ FILE: src/icons/tropical-storm.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TropicalStorm = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TropicalStorm.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TropicalStorm; ================================================ FILE: src/icons/truck-flatbed.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TruckFlatbed = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TruckFlatbed.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TruckFlatbed; ================================================ FILE: src/icons/truck-front-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TruckFrontFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TruckFrontFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TruckFrontFill; ================================================ FILE: src/icons/truck-front.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TruckFront = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TruckFront.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TruckFront; ================================================ FILE: src/icons/truck.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Truck = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Truck.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Truck; ================================================ FILE: src/icons/tsunami.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tsunami = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tsunami.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tsunami; ================================================ FILE: src/icons/tux.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tux = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tux.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tux; ================================================ FILE: src/icons/tv-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TvFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TvFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TvFill; ================================================ FILE: src/icons/tv.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Tv = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Tv.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Tv; ================================================ FILE: src/icons/twitch.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Twitch = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Twitch.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Twitch; ================================================ FILE: src/icons/twitter-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TwitterX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TwitterX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TwitterX; ================================================ FILE: src/icons/twitter.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Twitter = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Twitter.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Twitter; ================================================ FILE: src/icons/type-bold.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeBold = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeBold.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeBold; ================================================ FILE: src/icons/type-h1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH1; ================================================ FILE: src/icons/type-h2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH2; ================================================ FILE: src/icons/type-h3.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH3 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH3.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH3; ================================================ FILE: src/icons/type-h4.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH4 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH4.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH4; ================================================ FILE: src/icons/type-h5.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH5 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH5.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH5; ================================================ FILE: src/icons/type-h6.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeH6 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeH6.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeH6; ================================================ FILE: src/icons/type-italic.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeItalic = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeItalic.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeItalic; ================================================ FILE: src/icons/type-strikethrough.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeStrikethrough = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeStrikethrough.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeStrikethrough; ================================================ FILE: src/icons/type-underline.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const TypeUnderline = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); TypeUnderline.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default TypeUnderline; ================================================ FILE: src/icons/type.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Type = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Type.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Type; ================================================ FILE: src/icons/typescript.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Typescript = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Typescript.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Typescript; ================================================ FILE: src/icons/ubuntu.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Ubuntu = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Ubuntu.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Ubuntu; ================================================ FILE: src/icons/ui-checks-grid.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UiChecksGrid = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UiChecksGrid.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UiChecksGrid; ================================================ FILE: src/icons/ui-checks.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UiChecks = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UiChecks.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UiChecks; ================================================ FILE: src/icons/ui-radios-grid.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UiRadiosGrid = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UiRadiosGrid.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UiRadiosGrid; ================================================ FILE: src/icons/ui-radios.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UiRadios = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UiRadios.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UiRadios; ================================================ FILE: src/icons/umbrella-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UmbrellaFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UmbrellaFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UmbrellaFill; ================================================ FILE: src/icons/umbrella.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Umbrella = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Umbrella.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Umbrella; ================================================ FILE: src/icons/unindent.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Unindent = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Unindent.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Unindent; ================================================ FILE: src/icons/union.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Union = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Union.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Union; ================================================ FILE: src/icons/unity.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Unity = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Unity.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Unity; ================================================ FILE: src/icons/universal-access-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UniversalAccessCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UniversalAccessCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UniversalAccessCircle; ================================================ FILE: src/icons/universal-access.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UniversalAccess = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UniversalAccess.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UniversalAccess; ================================================ FILE: src/icons/unlock-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UnlockFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UnlockFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UnlockFill; ================================================ FILE: src/icons/unlock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Unlock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Unlock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Unlock; ================================================ FILE: src/icons/unlock2-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Unlock2Fill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Unlock2Fill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Unlock2Fill; ================================================ FILE: src/icons/unlock2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Unlock2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Unlock2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Unlock2; ================================================ FILE: src/icons/upc-scan.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UpcScan = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UpcScan.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UpcScan; ================================================ FILE: src/icons/upc.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Upc = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Upc.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Upc; ================================================ FILE: src/icons/upload.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Upload = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Upload.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Upload; ================================================ FILE: src/icons/usb-c-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbCFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbCFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbCFill; ================================================ FILE: src/icons/usb-c.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbC = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbC.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbC; ================================================ FILE: src/icons/usb-drive-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbDriveFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbDriveFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbDriveFill; ================================================ FILE: src/icons/usb-drive.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbDrive = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbDrive.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbDrive; ================================================ FILE: src/icons/usb-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbFill; ================================================ FILE: src/icons/usb-micro-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbMicroFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbMicroFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbMicroFill; ================================================ FILE: src/icons/usb-micro.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbMicro = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbMicro.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbMicro; ================================================ FILE: src/icons/usb-mini-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbMiniFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbMiniFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbMiniFill; ================================================ FILE: src/icons/usb-mini.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbMini = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbMini.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbMini; ================================================ FILE: src/icons/usb-plug-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbPlugFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbPlugFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbPlugFill; ================================================ FILE: src/icons/usb-plug.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbPlug = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbPlug.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbPlug; ================================================ FILE: src/icons/usb-symbol.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const UsbSymbol = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); UsbSymbol.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default UsbSymbol; ================================================ FILE: src/icons/usb.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Usb = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Usb.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Usb; ================================================ FILE: src/icons/valentine.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Valentine = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Valentine.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Valentine; ================================================ FILE: src/icons/valentine2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Valentine2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Valentine2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Valentine2; ================================================ FILE: src/icons/vector-pen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VectorPen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VectorPen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VectorPen; ================================================ FILE: src/icons/view-list.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ViewList = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ViewList.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ViewList; ================================================ FILE: src/icons/view-stacked.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ViewStacked = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ViewStacked.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ViewStacked; ================================================ FILE: src/icons/vignette.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Vignette = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Vignette.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Vignette; ================================================ FILE: src/icons/vimeo.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Vimeo = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Vimeo.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Vimeo; ================================================ FILE: src/icons/vinyl-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VinylFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VinylFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VinylFill; ================================================ FILE: src/icons/vinyl.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Vinyl = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Vinyl.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Vinyl; ================================================ FILE: src/icons/virus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Virus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Virus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Virus; ================================================ FILE: src/icons/virus2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Virus2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Virus2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Virus2; ================================================ FILE: src/icons/voicemail.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Voicemail = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Voicemail.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Voicemail; ================================================ FILE: src/icons/volume-down-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeDownFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeDownFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeDownFill; ================================================ FILE: src/icons/volume-down.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeDown = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeDown.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeDown; ================================================ FILE: src/icons/volume-mute-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeMuteFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeMuteFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeMuteFill; ================================================ FILE: src/icons/volume-mute.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeMute = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeMute.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeMute; ================================================ FILE: src/icons/volume-off-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeOffFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeOffFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeOffFill; ================================================ FILE: src/icons/volume-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeOff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeOff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeOff; ================================================ FILE: src/icons/volume-up-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeUpFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeUpFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeUpFill; ================================================ FILE: src/icons/volume-up.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const VolumeUp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); VolumeUp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default VolumeUp; ================================================ FILE: src/icons/vr.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Vr = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Vr.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Vr; ================================================ FILE: src/icons/wallet-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WalletFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WalletFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WalletFill; ================================================ FILE: src/icons/wallet.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wallet = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wallet.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wallet; ================================================ FILE: src/icons/wallet2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wallet2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wallet2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wallet2; ================================================ FILE: src/icons/watch.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Watch = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Watch.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Watch; ================================================ FILE: src/icons/water.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Water = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Water.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Water; ================================================ FILE: src/icons/webcam-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WebcamFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WebcamFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WebcamFill; ================================================ FILE: src/icons/webcam.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Webcam = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Webcam.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Webcam; ================================================ FILE: src/icons/wechat.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wechat = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wechat.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wechat; ================================================ FILE: src/icons/whatsapp.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Whatsapp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Whatsapp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Whatsapp; ================================================ FILE: src/icons/wifi-1.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wifi1 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wifi1.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wifi1; ================================================ FILE: src/icons/wifi-2.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wifi2 = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wifi2.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wifi2; ================================================ FILE: src/icons/wifi-off.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WifiOff = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WifiOff.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WifiOff; ================================================ FILE: src/icons/wifi.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wifi = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wifi.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wifi; ================================================ FILE: src/icons/wikipedia.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wikipedia = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wikipedia.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wikipedia; ================================================ FILE: src/icons/wind.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wind = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wind.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wind; ================================================ FILE: src/icons/window-dash.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowDash = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowDash.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowDash; ================================================ FILE: src/icons/window-desktop.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowDesktop = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowDesktop.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowDesktop; ================================================ FILE: src/icons/window-dock.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowDock = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowDock.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowDock; ================================================ FILE: src/icons/window-fullscreen.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowFullscreen = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowFullscreen.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowFullscreen; ================================================ FILE: src/icons/window-plus.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowPlus = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowPlus.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowPlus; ================================================ FILE: src/icons/window-sidebar.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowSidebar = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowSidebar.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowSidebar; ================================================ FILE: src/icons/window-split.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowSplit = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowSplit.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowSplit; ================================================ FILE: src/icons/window-stack.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowStack = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowStack.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowStack; ================================================ FILE: src/icons/window-x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WindowX = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WindowX.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WindowX; ================================================ FILE: src/icons/window.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Window = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Window.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Window; ================================================ FILE: src/icons/windows.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Windows = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Windows.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Windows; ================================================ FILE: src/icons/wordpress.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wordpress = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wordpress.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wordpress; ================================================ FILE: src/icons/wrench-adjustable-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WrenchAdjustableCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WrenchAdjustableCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WrenchAdjustableCircleFill; ================================================ FILE: src/icons/wrench-adjustable-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WrenchAdjustableCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WrenchAdjustableCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WrenchAdjustableCircle; ================================================ FILE: src/icons/wrench-adjustable.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const WrenchAdjustable = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); WrenchAdjustable.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default WrenchAdjustable; ================================================ FILE: src/icons/wrench.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Wrench = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Wrench.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Wrench; ================================================ FILE: src/icons/x-circle-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XCircleFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XCircleFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XCircleFill; ================================================ FILE: src/icons/x-circle.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XCircle = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XCircle.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XCircle; ================================================ FILE: src/icons/x-diamond-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XDiamondFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XDiamondFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XDiamondFill; ================================================ FILE: src/icons/x-diamond.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XDiamond = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XDiamond.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XDiamond; ================================================ FILE: src/icons/x-lg.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XLg = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XLg.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XLg; ================================================ FILE: src/icons/x-octagon-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XOctagonFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XOctagonFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XOctagonFill; ================================================ FILE: src/icons/x-octagon.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XOctagon = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XOctagon.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XOctagon; ================================================ FILE: src/icons/x-square-fill.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XSquareFill = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XSquareFill.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XSquareFill; ================================================ FILE: src/icons/x-square.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const XSquare = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); XSquare.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default XSquare; ================================================ FILE: src/icons/x.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const X = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); X.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default X; ================================================ FILE: src/icons/xbox.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Xbox = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Xbox.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Xbox; ================================================ FILE: src/icons/yelp.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Yelp = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Yelp.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Yelp; ================================================ FILE: src/icons/yin-yang.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const YinYang = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); YinYang.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default YinYang; ================================================ FILE: src/icons/youtube.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Youtube = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); Youtube.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default Youtube; ================================================ FILE: src/icons/zoom-in.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ZoomIn = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ZoomIn.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ZoomIn; ================================================ FILE: src/icons/zoom-out.js ================================================ import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const ZoomOut = forwardRef( ( { color = 'currentColor', size = '1em', title = null, className = '', ...rest }, ref, ) => { return ( {title ? {title} : null} ); }, ); ZoomOut.propTypes = { color: PropTypes.string, size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), title: PropTypes.string, className: PropTypes.string, }; export default ZoomOut; ================================================ FILE: src/index.d.ts ================================================ /// import { FC, SVGAttributes } from 'react'; export interface IconProps extends SVGAttributes { color?: string; size?: string | number; title?: string; className?: string; } export type Icon = FC; export const Icon0CircleFill: Icon; export const Icon0Circle: Icon; export const Icon0SquareFill: Icon; export const Icon0Square: Icon; export const Icon1CircleFill: Icon; export const Icon1Circle: Icon; export const Icon1SquareFill: Icon; export const Icon1Square: Icon; export const Icon123: Icon; export const Icon2CircleFill: Icon; export const Icon2Circle: Icon; export const Icon2SquareFill: Icon; export const Icon2Square: Icon; export const Icon3CircleFill: Icon; export const Icon3Circle: Icon; export const Icon3SquareFill: Icon; export const Icon3Square: Icon; export const Icon4CircleFill: Icon; export const Icon4Circle: Icon; export const Icon4SquareFill: Icon; export const Icon4Square: Icon; export const Icon5CircleFill: Icon; export const Icon5Circle: Icon; export const Icon5SquareFill: Icon; export const Icon5Square: Icon; export const Icon6CircleFill: Icon; export const Icon6Circle: Icon; export const Icon6SquareFill: Icon; export const Icon6Square: Icon; export const Icon7CircleFill: Icon; export const Icon7Circle: Icon; export const Icon7SquareFill: Icon; export const Icon7Square: Icon; export const Icon8CircleFill: Icon; export const Icon8Circle: Icon; export const Icon8SquareFill: Icon; export const Icon8Square: Icon; export const Icon9CircleFill: Icon; export const Icon9Circle: Icon; export const Icon9SquareFill: Icon; export const Icon9Square: Icon; export const Activity: Icon; export const AirplaneEnginesFill: Icon; export const AirplaneEngines: Icon; export const AirplaneFill: Icon; export const Airplane: Icon; export const AlarmFill: Icon; export const Alarm: Icon; export const Alexa: Icon; export const AlignBottom: Icon; export const AlignCenter: Icon; export const AlignEnd: Icon; export const AlignMiddle: Icon; export const AlignStart: Icon; export const AlignTop: Icon; export const Alipay: Icon; export const AlphabetUppercase: Icon; export const Alphabet: Icon; export const Alt: Icon; export const Amazon: Icon; export const Amd: Icon; export const Android: Icon; export const Android2: Icon; export const Anthropic: Icon; export const AppIndicator: Icon; export const App: Icon; export const AppleMusic: Icon; export const Apple: Icon; export const ArchiveFill: Icon; export const Archive: Icon; export const Arrow90degDown: Icon; export const Arrow90degLeft: Icon; export const Arrow90degRight: Icon; export const Arrow90degUp: Icon; export const ArrowBarDown: Icon; export const ArrowBarLeft: Icon; export const ArrowBarRight: Icon; export const ArrowBarUp: Icon; export const ArrowClockwise: Icon; export const ArrowCounterclockwise: Icon; export const ArrowDownCircleFill: Icon; export const ArrowDownCircle: Icon; export const ArrowDownLeftCircleFill: Icon; export const ArrowDownLeftCircle: Icon; export const ArrowDownLeftSquareFill: Icon; export const ArrowDownLeftSquare: Icon; export const ArrowDownLeft: Icon; export const ArrowDownRightCircleFill: Icon; export const ArrowDownRightCircle: Icon; export const ArrowDownRightSquareFill: Icon; export const ArrowDownRightSquare: Icon; export const ArrowDownRight: Icon; export const ArrowDownShort: Icon; export const ArrowDownSquareFill: Icon; export const ArrowDownSquare: Icon; export const ArrowDownUp: Icon; export const ArrowDown: Icon; export const ArrowLeftCircleFill: Icon; export const ArrowLeftCircle: Icon; export const ArrowLeftRight: Icon; export const ArrowLeftShort: Icon; export const ArrowLeftSquareFill: Icon; export const ArrowLeftSquare: Icon; export const ArrowLeft: Icon; export const ArrowRepeat: Icon; export const ArrowReturnLeft: Icon; export const ArrowReturnRight: Icon; export const ArrowRightCircleFill: Icon; export const ArrowRightCircle: Icon; export const ArrowRightShort: Icon; export const ArrowRightSquareFill: Icon; export const ArrowRightSquare: Icon; export const ArrowRight: Icon; export const ArrowThroughHeartFill: Icon; export const ArrowThroughHeart: Icon; export const ArrowUpCircleFill: Icon; export const ArrowUpCircle: Icon; export const ArrowUpLeftCircleFill: Icon; export const ArrowUpLeftCircle: Icon; export const ArrowUpLeftSquareFill: Icon; export const ArrowUpLeftSquare: Icon; export const ArrowUpLeft: Icon; export const ArrowUpRightCircleFill: Icon; export const ArrowUpRightCircle: Icon; export const ArrowUpRightSquareFill: Icon; export const ArrowUpRightSquare: Icon; export const ArrowUpRight: Icon; export const ArrowUpShort: Icon; export const ArrowUpSquareFill: Icon; export const ArrowUpSquare: Icon; export const ArrowUp: Icon; export const ArrowsAngleContract: Icon; export const ArrowsAngleExpand: Icon; export const ArrowsCollapseVertical: Icon; export const ArrowsCollapse: Icon; export const ArrowsExpandVertical: Icon; export const ArrowsExpand: Icon; export const ArrowsFullscreen: Icon; export const ArrowsMove: Icon; export const ArrowsVertical: Icon; export const Arrows: Icon; export const AspectRatioFill: Icon; export const AspectRatio: Icon; export const Asterisk: Icon; export const At: Icon; export const AwardFill: Icon; export const Award: Icon; export const Back: Icon; export const BackpackFill: Icon; export const Backpack: Icon; export const Backpack2Fill: Icon; export const Backpack2: Icon; export const Backpack3Fill: Icon; export const Backpack3: Icon; export const Backpack4Fill: Icon; export const Backpack4: Icon; export const BackspaceFill: Icon; export const BackspaceReverseFill: Icon; export const BackspaceReverse: Icon; export const Backspace: Icon; export const Badge3dFill: Icon; export const Badge3d: Icon; export const Badge4kFill: Icon; export const Badge4k: Icon; export const Badge8kFill: Icon; export const Badge8k: Icon; export const BadgeAdFill: Icon; export const BadgeAd: Icon; export const BadgeArFill: Icon; export const BadgeAr: Icon; export const BadgeCcFill: Icon; export const BadgeCc: Icon; export const BadgeHdFill: Icon; export const BadgeHd: Icon; export const BadgeSdFill: Icon; export const BadgeSd: Icon; export const BadgeTmFill: Icon; export const BadgeTm: Icon; export const BadgeVoFill: Icon; export const BadgeVo: Icon; export const BadgeVrFill: Icon; export const BadgeVr: Icon; export const BadgeWcFill: Icon; export const BadgeWc: Icon; export const BagCheckFill: Icon; export const BagCheck: Icon; export const BagDashFill: Icon; export const BagDash: Icon; export const BagFill: Icon; export const BagHeartFill: Icon; export const BagHeart: Icon; export const BagPlusFill: Icon; export const BagPlus: Icon; export const BagXFill: Icon; export const BagX: Icon; export const Bag: Icon; export const BalloonFill: Icon; export const BalloonHeartFill: Icon; export const BalloonHeart: Icon; export const Balloon: Icon; export const BanFill: Icon; export const Ban: Icon; export const BandaidFill: Icon; export const Bandaid: Icon; export const Bank: Icon; export const Bank2: Icon; export const BarChartFill: Icon; export const BarChartLineFill: Icon; export const BarChartLine: Icon; export const BarChartSteps: Icon; export const BarChart: Icon; export const BasketFill: Icon; export const Basket: Icon; export const Basket2Fill: Icon; export const Basket2: Icon; export const Basket3Fill: Icon; export const Basket3: Icon; export const BatteryCharging: Icon; export const BatteryFull: Icon; export const BatteryHalf: Icon; export const BatteryLow: Icon; export const Battery: Icon; export const BeakerFill: Icon; export const Beaker: Icon; export const Behance: Icon; export const BellFill: Icon; export const BellSlashFill: Icon; export const BellSlash: Icon; export const Bell: Icon; export const Bezier: Icon; export const Bezier2: Icon; export const Bicycle: Icon; export const Bing: Icon; export const BinocularsFill: Icon; export const Binoculars: Icon; export const BlockquoteLeft: Icon; export const BlockquoteRight: Icon; export const Bluesky: Icon; export const Bluetooth: Icon; export const BodyText: Icon; export const BookFill: Icon; export const BookHalf: Icon; export const Book: Icon; export const BookmarkCheckFill: Icon; export const BookmarkCheck: Icon; export const BookmarkDashFill: Icon; export const BookmarkDash: Icon; export const BookmarkFill: Icon; export const BookmarkHeartFill: Icon; export const BookmarkHeart: Icon; export const BookmarkPlusFill: Icon; export const BookmarkPlus: Icon; export const BookmarkStarFill: Icon; export const BookmarkStar: Icon; export const BookmarkXFill: Icon; export const BookmarkX: Icon; export const Bookmark: Icon; export const BookmarksFill: Icon; export const Bookmarks: Icon; export const Bookshelf: Icon; export const BoomboxFill: Icon; export const Boombox: Icon; export const BootstrapFill: Icon; export const BootstrapReboot: Icon; export const Bootstrap: Icon; export const BorderAll: Icon; export const BorderBottom: Icon; export const BorderCenter: Icon; export const BorderInner: Icon; export const BorderLeft: Icon; export const BorderMiddle: Icon; export const BorderOuter: Icon; export const BorderRight: Icon; export const BorderStyle: Icon; export const BorderTop: Icon; export const BorderWidth: Icon; export const Border: Icon; export const BoundingBoxCircles: Icon; export const BoundingBox: Icon; export const BoxArrowDownLeft: Icon; export const BoxArrowDownRight: Icon; export const BoxArrowDown: Icon; export const BoxArrowInDownLeft: Icon; export const BoxArrowInDownRight: Icon; export const BoxArrowInDown: Icon; export const BoxArrowInLeft: Icon; export const BoxArrowInRight: Icon; export const BoxArrowInUpLeft: Icon; export const BoxArrowInUpRight: Icon; export const BoxArrowInUp: Icon; export const BoxArrowLeft: Icon; export const BoxArrowRight: Icon; export const BoxArrowUpLeft: Icon; export const BoxArrowUpRight: Icon; export const BoxArrowUp: Icon; export const BoxFill: Icon; export const BoxSeamFill: Icon; export const BoxSeam: Icon; export const Box: Icon; export const Box2Fill: Icon; export const Box2HeartFill: Icon; export const Box2Heart: Icon; export const Box2: Icon; export const Boxes: Icon; export const BracesAsterisk: Icon; export const Braces: Icon; export const Bricks: Icon; export const BriefcaseFill: Icon; export const Briefcase: Icon; export const BrightnessAltHighFill: Icon; export const BrightnessAltHigh: Icon; export const BrightnessAltLowFill: Icon; export const BrightnessAltLow: Icon; export const BrightnessHighFill: Icon; export const BrightnessHigh: Icon; export const BrightnessLowFill: Icon; export const BrightnessLow: Icon; export const Brilliance: Icon; export const BroadcastPin: Icon; export const Broadcast: Icon; export const BrowserChrome: Icon; export const BrowserEdge: Icon; export const BrowserFirefox: Icon; export const BrowserSafari: Icon; export const BrushFill: Icon; export const Brush: Icon; export const BucketFill: Icon; export const Bucket: Icon; export const BugFill: Icon; export const Bug: Icon; export const BuildingAdd: Icon; export const BuildingCheck: Icon; export const BuildingDash: Icon; export const BuildingDown: Icon; export const BuildingExclamation: Icon; export const BuildingFillAdd: Icon; export const BuildingFillCheck: Icon; export const BuildingFillDash: Icon; export const BuildingFillDown: Icon; export const BuildingFillExclamation: Icon; export const BuildingFillGear: Icon; export const BuildingFillLock: Icon; export const BuildingFillSlash: Icon; export const BuildingFillUp: Icon; export const BuildingFillX: Icon; export const BuildingFill: Icon; export const BuildingGear: Icon; export const BuildingLock: Icon; export const BuildingSlash: Icon; export const BuildingUp: Icon; export const BuildingX: Icon; export const Building: Icon; export const BuildingsFill: Icon; export const Buildings: Icon; export const Bullseye: Icon; export const BusFrontFill: Icon; export const BusFront: Icon; export const CCircleFill: Icon; export const CCircle: Icon; export const CSquareFill: Icon; export const CSquare: Icon; export const CakeFill: Icon; export const Cake: Icon; export const Cake2Fill: Icon; export const Cake2: Icon; export const CalculatorFill: Icon; export const Calculator: Icon; export const CalendarCheckFill: Icon; export const CalendarCheck: Icon; export const CalendarDateFill: Icon; export const CalendarDate: Icon; export const CalendarDayFill: Icon; export const CalendarDay: Icon; export const CalendarEventFill: Icon; export const CalendarEvent: Icon; export const CalendarFill: Icon; export const CalendarHeartFill: Icon; export const CalendarHeart: Icon; export const CalendarMinusFill: Icon; export const CalendarMinus: Icon; export const CalendarMonthFill: Icon; export const CalendarMonth: Icon; export const CalendarPlusFill: Icon; export const CalendarPlus: Icon; export const CalendarRangeFill: Icon; export const CalendarRange: Icon; export const CalendarWeekFill: Icon; export const CalendarWeek: Icon; export const CalendarXFill: Icon; export const CalendarX: Icon; export const Calendar: Icon; export const Calendar2CheckFill: Icon; export const Calendar2Check: Icon; export const Calendar2DateFill: Icon; export const Calendar2Date: Icon; export const Calendar2DayFill: Icon; export const Calendar2Day: Icon; export const Calendar2EventFill: Icon; export const Calendar2Event: Icon; export const Calendar2Fill: Icon; export const Calendar2HeartFill: Icon; export const Calendar2Heart: Icon; export const Calendar2MinusFill: Icon; export const Calendar2Minus: Icon; export const Calendar2MonthFill: Icon; export const Calendar2Month: Icon; export const Calendar2PlusFill: Icon; export const Calendar2Plus: Icon; export const Calendar2RangeFill: Icon; export const Calendar2Range: Icon; export const Calendar2WeekFill: Icon; export const Calendar2Week: Icon; export const Calendar2XFill: Icon; export const Calendar2X: Icon; export const Calendar2: Icon; export const Calendar3EventFill: Icon; export const Calendar3Event: Icon; export const Calendar3Fill: Icon; export const Calendar3RangeFill: Icon; export const Calendar3Range: Icon; export const Calendar3WeekFill: Icon; export const Calendar3Week: Icon; export const Calendar3: Icon; export const Calendar4Event: Icon; export const Calendar4Range: Icon; export const Calendar4Week: Icon; export const Calendar4: Icon; export const CameraFill: Icon; export const CameraReelsFill: Icon; export const CameraReels: Icon; export const CameraVideoFill: Icon; export const CameraVideoOffFill: Icon; export const CameraVideoOff: Icon; export const CameraVideo: Icon; export const Camera: Icon; export const Camera2: Icon; export const CapslockFill: Icon; export const Capslock: Icon; export const CapsulePill: Icon; export const Capsule: Icon; export const CarFrontFill: Icon; export const CarFront: Icon; export const CardChecklist: Icon; export const CardHeading: Icon; export const CardImage: Icon; export const CardList: Icon; export const CardText: Icon; export const CaretDownFill: Icon; export const CaretDownSquareFill: Icon; export const CaretDownSquare: Icon; export const CaretDown: Icon; export const CaretLeftFill: Icon; export const CaretLeftSquareFill: Icon; export const CaretLeftSquare: Icon; export const CaretLeft: Icon; export const CaretRightFill: Icon; export const CaretRightSquareFill: Icon; export const CaretRightSquare: Icon; export const CaretRight: Icon; export const CaretUpFill: Icon; export const CaretUpSquareFill: Icon; export const CaretUpSquare: Icon; export const CaretUp: Icon; export const CartCheckFill: Icon; export const CartCheck: Icon; export const CartDashFill: Icon; export const CartDash: Icon; export const CartFill: Icon; export const CartPlusFill: Icon; export const CartPlus: Icon; export const CartXFill: Icon; export const CartX: Icon; export const Cart: Icon; export const Cart2: Icon; export const Cart3: Icon; export const Cart4: Icon; export const CashCoin: Icon; export const CashStack: Icon; export const Cash: Icon; export const CassetteFill: Icon; export const Cassette: Icon; export const Cast: Icon; export const CcCircleFill: Icon; export const CcCircle: Icon; export const CcSquareFill: Icon; export const CcSquare: Icon; export const ChatDotsFill: Icon; export const ChatDots: Icon; export const ChatFill: Icon; export const ChatHeartFill: Icon; export const ChatHeart: Icon; export const ChatLeftDotsFill: Icon; export const ChatLeftDots: Icon; export const ChatLeftFill: Icon; export const ChatLeftHeartFill: Icon; export const ChatLeftHeart: Icon; export const ChatLeftQuoteFill: Icon; export const ChatLeftQuote: Icon; export const ChatLeftTextFill: Icon; export const ChatLeftText: Icon; export const ChatLeft: Icon; export const ChatQuoteFill: Icon; export const ChatQuote: Icon; export const ChatRightDotsFill: Icon; export const ChatRightDots: Icon; export const ChatRightFill: Icon; export const ChatRightHeartFill: Icon; export const ChatRightHeart: Icon; export const ChatRightQuoteFill: Icon; export const ChatRightQuote: Icon; export const ChatRightTextFill: Icon; export const ChatRightText: Icon; export const ChatRight: Icon; export const ChatSquareDotsFill: Icon; export const ChatSquareDots: Icon; export const ChatSquareFill: Icon; export const ChatSquareHeartFill: Icon; export const ChatSquareHeart: Icon; export const ChatSquareQuoteFill: Icon; export const ChatSquareQuote: Icon; export const ChatSquareTextFill: Icon; export const ChatSquareText: Icon; export const ChatSquare: Icon; export const ChatTextFill: Icon; export const ChatText: Icon; export const Chat: Icon; export const CheckAll: Icon; export const CheckCircleFill: Icon; export const CheckCircle: Icon; export const CheckLg: Icon; export const CheckSquareFill: Icon; export const CheckSquare: Icon; export const Check: Icon; export const Check2All: Icon; export const Check2Circle: Icon; export const Check2Square: Icon; export const Check2: Icon; export const ChevronBarContract: Icon; export const ChevronBarDown: Icon; export const ChevronBarExpand: Icon; export const ChevronBarLeft: Icon; export const ChevronBarRight: Icon; export const ChevronBarUp: Icon; export const ChevronCompactDown: Icon; export const ChevronCompactLeft: Icon; export const ChevronCompactRight: Icon; export const ChevronCompactUp: Icon; export const ChevronContract: Icon; export const ChevronDoubleDown: Icon; export const ChevronDoubleLeft: Icon; export const ChevronDoubleRight: Icon; export const ChevronDoubleUp: Icon; export const ChevronDown: Icon; export const ChevronExpand: Icon; export const ChevronLeft: Icon; export const ChevronRight: Icon; export const ChevronUp: Icon; export const CircleFill: Icon; export const CircleHalf: Icon; export const CircleSquare: Icon; export const Circle: Icon; export const Claude: Icon; export const ClipboardCheckFill: Icon; export const ClipboardCheck: Icon; export const ClipboardDataFill: Icon; export const ClipboardData: Icon; export const ClipboardFill: Icon; export const ClipboardHeartFill: Icon; export const ClipboardHeart: Icon; export const ClipboardMinusFill: Icon; export const ClipboardMinus: Icon; export const ClipboardPlusFill: Icon; export const ClipboardPlus: Icon; export const ClipboardPulse: Icon; export const ClipboardXFill: Icon; export const ClipboardX: Icon; export const Clipboard: Icon; export const Clipboard2CheckFill: Icon; export const Clipboard2Check: Icon; export const Clipboard2DataFill: Icon; export const Clipboard2Data: Icon; export const Clipboard2Fill: Icon; export const Clipboard2HeartFill: Icon; export const Clipboard2Heart: Icon; export const Clipboard2MinusFill: Icon; export const Clipboard2Minus: Icon; export const Clipboard2PlusFill: Icon; export const Clipboard2Plus: Icon; export const Clipboard2PulseFill: Icon; export const Clipboard2Pulse: Icon; export const Clipboard2XFill: Icon; export const Clipboard2X: Icon; export const Clipboard2: Icon; export const ClockFill: Icon; export const ClockHistory: Icon; export const Clock: Icon; export const CloudArrowDownFill: Icon; export const CloudArrowDown: Icon; export const CloudArrowUpFill: Icon; export const CloudArrowUp: Icon; export const CloudCheckFill: Icon; export const CloudCheck: Icon; export const CloudDownloadFill: Icon; export const CloudDownload: Icon; export const CloudDrizzleFill: Icon; export const CloudDrizzle: Icon; export const CloudFill: Icon; export const CloudFogFill: Icon; export const CloudFog: Icon; export const CloudFog2Fill: Icon; export const CloudFog2: Icon; export const CloudHailFill: Icon; export const CloudHail: Icon; export const CloudHazeFill: Icon; export const CloudHaze: Icon; export const CloudHaze2Fill: Icon; export const CloudHaze2: Icon; export const CloudLightningFill: Icon; export const CloudLightningRainFill: Icon; export const CloudLightningRain: Icon; export const CloudLightning: Icon; export const CloudMinusFill: Icon; export const CloudMinus: Icon; export const CloudMoonFill: Icon; export const CloudMoon: Icon; export const CloudPlusFill: Icon; export const CloudPlus: Icon; export const CloudRainFill: Icon; export const CloudRainHeavyFill: Icon; export const CloudRainHeavy: Icon; export const CloudRain: Icon; export const CloudSlashFill: Icon; export const CloudSlash: Icon; export const CloudSleetFill: Icon; export const CloudSleet: Icon; export const CloudSnowFill: Icon; export const CloudSnow: Icon; export const CloudSunFill: Icon; export const CloudSun: Icon; export const CloudUploadFill: Icon; export const CloudUpload: Icon; export const Cloud: Icon; export const CloudsFill: Icon; export const Clouds: Icon; export const CloudyFill: Icon; export const Cloudy: Icon; export const CodeSlash: Icon; export const CodeSquare: Icon; export const Code: Icon; export const Coin: Icon; export const CollectionFill: Icon; export const CollectionPlayFill: Icon; export const CollectionPlay: Icon; export const Collection: Icon; export const ColumnsGap: Icon; export const Columns: Icon; export const Command: Icon; export const CompassFill: Icon; export const Compass: Icon; export const ConeStriped: Icon; export const Cone: Icon; export const Controller: Icon; export const Cookie: Icon; export const Copy: Icon; export const CpuFill: Icon; export const Cpu: Icon; export const CreditCard2BackFill: Icon; export const CreditCard2Back: Icon; export const CreditCard2FrontFill: Icon; export const CreditCard2Front: Icon; export const CreditCardFill: Icon; export const CreditCard: Icon; export const Crop: Icon; export const Crosshair: Icon; export const Crosshair2: Icon; export const Css: Icon; export const CupFill: Icon; export const CupHotFill: Icon; export const CupHot: Icon; export const CupStraw: Icon; export const Cup: Icon; export const CurrencyBitcoin: Icon; export const CurrencyDollar: Icon; export const CurrencyEuro: Icon; export const CurrencyExchange: Icon; export const CurrencyPound: Icon; export const CurrencyRupee: Icon; export const CurrencyYen: Icon; export const CursorFill: Icon; export const CursorText: Icon; export const Cursor: Icon; export const DashCircleDotted: Icon; export const DashCircleFill: Icon; export const DashCircle: Icon; export const DashLg: Icon; export const DashSquareDotted: Icon; export const DashSquareFill: Icon; export const DashSquare: Icon; export const Dash: Icon; export const DatabaseAdd: Icon; export const DatabaseCheck: Icon; export const DatabaseDash: Icon; export const DatabaseDown: Icon; export const DatabaseExclamation: Icon; export const DatabaseFillAdd: Icon; export const DatabaseFillCheck: Icon; export const DatabaseFillDash: Icon; export const DatabaseFillDown: Icon; export const DatabaseFillExclamation: Icon; export const DatabaseFillGear: Icon; export const DatabaseFillLock: Icon; export const DatabaseFillSlash: Icon; export const DatabaseFillUp: Icon; export const DatabaseFillX: Icon; export const DatabaseFill: Icon; export const DatabaseGear: Icon; export const DatabaseLock: Icon; export const DatabaseSlash: Icon; export const DatabaseUp: Icon; export const DatabaseX: Icon; export const Database: Icon; export const DeviceHddFill: Icon; export const DeviceHdd: Icon; export const DeviceSsdFill: Icon; export const DeviceSsd: Icon; export const Diagram2Fill: Icon; export const Diagram2: Icon; export const Diagram3Fill: Icon; export const Diagram3: Icon; export const DiamondFill: Icon; export const DiamondHalf: Icon; export const Diamond: Icon; export const Dice1Fill: Icon; export const Dice1: Icon; export const Dice2Fill: Icon; export const Dice2: Icon; export const Dice3Fill: Icon; export const Dice3: Icon; export const Dice4Fill: Icon; export const Dice4: Icon; export const Dice5Fill: Icon; export const Dice5: Icon; export const Dice6Fill: Icon; export const Dice6: Icon; export const DiscFill: Icon; export const Disc: Icon; export const Discord: Icon; export const DisplayFill: Icon; export const Display: Icon; export const DisplayportFill: Icon; export const Displayport: Icon; export const DistributeHorizontal: Icon; export const DistributeVertical: Icon; export const DoorClosedFill: Icon; export const DoorClosed: Icon; export const DoorOpenFill: Icon; export const DoorOpen: Icon; export const Dot: Icon; export const Download: Icon; export const DpadFill: Icon; export const Dpad: Icon; export const Dribbble: Icon; export const Dropbox: Icon; export const DropletFill: Icon; export const DropletHalf: Icon; export const Droplet: Icon; export const DuffleFill: Icon; export const Duffle: Icon; export const EarFill: Icon; export const Ear: Icon; export const Earbuds: Icon; export const EaselFill: Icon; export const Easel: Icon; export const Easel2Fill: Icon; export const Easel2: Icon; export const Easel3Fill: Icon; export const Easel3: Icon; export const EggFill: Icon; export const EggFried: Icon; export const Egg: Icon; export const EjectFill: Icon; export const Eject: Icon; export const EmojiAngryFill: Icon; export const EmojiAngry: Icon; export const EmojiAstonishedFill: Icon; export const EmojiAstonished: Icon; export const EmojiDizzyFill: Icon; export const EmojiDizzy: Icon; export const EmojiExpressionlessFill: Icon; export const EmojiExpressionless: Icon; export const EmojiFrownFill: Icon; export const EmojiFrown: Icon; export const EmojiGrimaceFill: Icon; export const EmojiGrimace: Icon; export const EmojiGrinFill: Icon; export const EmojiGrin: Icon; export const EmojiHeartEyesFill: Icon; export const EmojiHeartEyes: Icon; export const EmojiKissFill: Icon; export const EmojiKiss: Icon; export const EmojiLaughingFill: Icon; export const EmojiLaughing: Icon; export const EmojiNeutralFill: Icon; export const EmojiNeutral: Icon; export const EmojiSmileFill: Icon; export const EmojiSmileUpsideDownFill: Icon; export const EmojiSmileUpsideDown: Icon; export const EmojiSmile: Icon; export const EmojiSunglassesFill: Icon; export const EmojiSunglasses: Icon; export const EmojiSurpriseFill: Icon; export const EmojiSurprise: Icon; export const EmojiTearFill: Icon; export const EmojiTear: Icon; export const EmojiWinkFill: Icon; export const EmojiWink: Icon; export const EnvelopeArrowDownFill: Icon; export const EnvelopeArrowDown: Icon; export const EnvelopeArrowUpFill: Icon; export const EnvelopeArrowUp: Icon; export const EnvelopeAtFill: Icon; export const EnvelopeAt: Icon; export const EnvelopeCheckFill: Icon; export const EnvelopeCheck: Icon; export const EnvelopeDashFill: Icon; export const EnvelopeDash: Icon; export const EnvelopeExclamationFill: Icon; export const EnvelopeExclamation: Icon; export const EnvelopeFill: Icon; export const EnvelopeHeartFill: Icon; export const EnvelopeHeart: Icon; export const EnvelopeOpenFill: Icon; export const EnvelopeOpenHeartFill: Icon; export const EnvelopeOpenHeart: Icon; export const EnvelopeOpen: Icon; export const EnvelopePaperFill: Icon; export const EnvelopePaperHeartFill: Icon; export const EnvelopePaperHeart: Icon; export const EnvelopePaper: Icon; export const EnvelopePlusFill: Icon; export const EnvelopePlus: Icon; export const EnvelopeSlashFill: Icon; export const EnvelopeSlash: Icon; export const EnvelopeXFill: Icon; export const EnvelopeX: Icon; export const Envelope: Icon; export const EraserFill: Icon; export const Eraser: Icon; export const Escape: Icon; export const Ethernet: Icon; export const EvFrontFill: Icon; export const EvFront: Icon; export const EvStationFill: Icon; export const EvStation: Icon; export const ExclamationCircleFill: Icon; export const ExclamationCircle: Icon; export const ExclamationDiamondFill: Icon; export const ExclamationDiamond: Icon; export const ExclamationLg: Icon; export const ExclamationOctagonFill: Icon; export const ExclamationOctagon: Icon; export const ExclamationSquareFill: Icon; export const ExclamationSquare: Icon; export const ExclamationTriangleFill: Icon; export const ExclamationTriangle: Icon; export const Exclamation: Icon; export const Exclude: Icon; export const ExplicitFill: Icon; export const Explicit: Icon; export const Exposure: Icon; export const EyeFill: Icon; export const EyeSlashFill: Icon; export const EyeSlash: Icon; export const Eye: Icon; export const Eyedropper: Icon; export const Eyeglasses: Icon; export const Facebook: Icon; export const Fan: Icon; export const FastForwardBtnFill: Icon; export const FastForwardBtn: Icon; export const FastForwardCircleFill: Icon; export const FastForwardCircle: Icon; export const FastForwardFill: Icon; export const FastForward: Icon; export const Feather: Icon; export const Feather2: Icon; export const FileArrowDownFill: Icon; export const FileArrowDown: Icon; export const FileArrowUpFill: Icon; export const FileArrowUp: Icon; export const FileBarGraphFill: Icon; export const FileBarGraph: Icon; export const FileBinaryFill: Icon; export const FileBinary: Icon; export const FileBreakFill: Icon; export const FileBreak: Icon; export const FileCheckFill: Icon; export const FileCheck: Icon; export const FileCodeFill: Icon; export const FileCode: Icon; export const FileDiffFill: Icon; export const FileDiff: Icon; export const FileEarmarkArrowDownFill: Icon; export const FileEarmarkArrowDown: Icon; export const FileEarmarkArrowUpFill: Icon; export const FileEarmarkArrowUp: Icon; export const FileEarmarkBarGraphFill: Icon; export const FileEarmarkBarGraph: Icon; export const FileEarmarkBinaryFill: Icon; export const FileEarmarkBinary: Icon; export const FileEarmarkBreakFill: Icon; export const FileEarmarkBreak: Icon; export const FileEarmarkCheckFill: Icon; export const FileEarmarkCheck: Icon; export const FileEarmarkCodeFill: Icon; export const FileEarmarkCode: Icon; export const FileEarmarkDiffFill: Icon; export const FileEarmarkDiff: Icon; export const FileEarmarkEaselFill: Icon; export const FileEarmarkEasel: Icon; export const FileEarmarkExcelFill: Icon; export const FileEarmarkExcel: Icon; export const FileEarmarkFill: Icon; export const FileEarmarkFontFill: Icon; export const FileEarmarkFont: Icon; export const FileEarmarkImageFill: Icon; export const FileEarmarkImage: Icon; export const FileEarmarkLockFill: Icon; export const FileEarmarkLock: Icon; export const FileEarmarkLock2Fill: Icon; export const FileEarmarkLock2: Icon; export const FileEarmarkMedicalFill: Icon; export const FileEarmarkMedical: Icon; export const FileEarmarkMinusFill: Icon; export const FileEarmarkMinus: Icon; export const FileEarmarkMusicFill: Icon; export const FileEarmarkMusic: Icon; export const FileEarmarkPdfFill: Icon; export const FileEarmarkPdf: Icon; export const FileEarmarkPersonFill: Icon; export const FileEarmarkPerson: Icon; export const FileEarmarkPlayFill: Icon; export const FileEarmarkPlay: Icon; export const FileEarmarkPlusFill: Icon; export const FileEarmarkPlus: Icon; export const FileEarmarkPostFill: Icon; export const FileEarmarkPost: Icon; export const FileEarmarkPptFill: Icon; export const FileEarmarkPpt: Icon; export const FileEarmarkRichtextFill: Icon; export const FileEarmarkRichtext: Icon; export const FileEarmarkRuledFill: Icon; export const FileEarmarkRuled: Icon; export const FileEarmarkSlidesFill: Icon; export const FileEarmarkSlides: Icon; export const FileEarmarkSpreadsheetFill: Icon; export const FileEarmarkSpreadsheet: Icon; export const FileEarmarkTextFill: Icon; export const FileEarmarkText: Icon; export const FileEarmarkWordFill: Icon; export const FileEarmarkWord: Icon; export const FileEarmarkXFill: Icon; export const FileEarmarkX: Icon; export const FileEarmarkZipFill: Icon; export const FileEarmarkZip: Icon; export const FileEarmark: Icon; export const FileEaselFill: Icon; export const FileEasel: Icon; export const FileExcelFill: Icon; export const FileExcel: Icon; export const FileFill: Icon; export const FileFontFill: Icon; export const FileFont: Icon; export const FileImageFill: Icon; export const FileImage: Icon; export const FileLockFill: Icon; export const FileLock: Icon; export const FileLock2Fill: Icon; export const FileLock2: Icon; export const FileMedicalFill: Icon; export const FileMedical: Icon; export const FileMinusFill: Icon; export const FileMinus: Icon; export const FileMusicFill: Icon; export const FileMusic: Icon; export const FilePdfFill: Icon; export const FilePdf: Icon; export const FilePersonFill: Icon; export const FilePerson: Icon; export const FilePlayFill: Icon; export const FilePlay: Icon; export const FilePlusFill: Icon; export const FilePlus: Icon; export const FilePostFill: Icon; export const FilePost: Icon; export const FilePptFill: Icon; export const FilePpt: Icon; export const FileRichtextFill: Icon; export const FileRichtext: Icon; export const FileRuledFill: Icon; export const FileRuled: Icon; export const FileSlidesFill: Icon; export const FileSlides: Icon; export const FileSpreadsheetFill: Icon; export const FileSpreadsheet: Icon; export const FileTextFill: Icon; export const FileText: Icon; export const FileWordFill: Icon; export const FileWord: Icon; export const FileXFill: Icon; export const FileX: Icon; export const FileZipFill: Icon; export const FileZip: Icon; export const File: Icon; export const FilesAlt: Icon; export const Files: Icon; export const FiletypeAac: Icon; export const FiletypeAi: Icon; export const FiletypeBmp: Icon; export const FiletypeCs: Icon; export const FiletypeCss: Icon; export const FiletypeCsv: Icon; export const FiletypeDoc: Icon; export const FiletypeDocx: Icon; export const FiletypeExe: Icon; export const FiletypeGif: Icon; export const FiletypeHeic: Icon; export const FiletypeHtml: Icon; export const FiletypeJava: Icon; export const FiletypeJpg: Icon; export const FiletypeJs: Icon; export const FiletypeJson: Icon; export const FiletypeJsx: Icon; export const FiletypeKey: Icon; export const FiletypeM4p: Icon; export const FiletypeMd: Icon; export const FiletypeMdx: Icon; export const FiletypeMov: Icon; export const FiletypeMp3: Icon; export const FiletypeMp4: Icon; export const FiletypeOtf: Icon; export const FiletypePdf: Icon; export const FiletypePhp: Icon; export const FiletypePng: Icon; export const FiletypePpt: Icon; export const FiletypePptx: Icon; export const FiletypePsd: Icon; export const FiletypePy: Icon; export const FiletypeRaw: Icon; export const FiletypeRb: Icon; export const FiletypeSass: Icon; export const FiletypeScss: Icon; export const FiletypeSh: Icon; export const FiletypeSql: Icon; export const FiletypeSvg: Icon; export const FiletypeTiff: Icon; export const FiletypeTsx: Icon; export const FiletypeTtf: Icon; export const FiletypeTxt: Icon; export const FiletypeWav: Icon; export const FiletypeWoff: Icon; export const FiletypeXls: Icon; export const FiletypeXlsx: Icon; export const FiletypeXml: Icon; export const FiletypeYml: Icon; export const Film: Icon; export const FilterCircleFill: Icon; export const FilterCircle: Icon; export const FilterLeft: Icon; export const FilterRight: Icon; export const FilterSquareFill: Icon; export const FilterSquare: Icon; export const Filter: Icon; export const Fingerprint: Icon; export const Fire: Icon; export const FlagFill: Icon; export const Flag: Icon; export const FlaskFill: Icon; export const FlaskFlorenceFill: Icon; export const FlaskFlorence: Icon; export const Flask: Icon; export const FloppyFill: Icon; export const Floppy: Icon; export const Floppy2Fill: Icon; export const Floppy2: Icon; export const Flower1: Icon; export const Flower2: Icon; export const Flower3: Icon; export const FolderCheck: Icon; export const FolderFill: Icon; export const FolderMinus: Icon; export const FolderPlus: Icon; export const FolderSymlinkFill: Icon; export const FolderSymlink: Icon; export const FolderX: Icon; export const Folder: Icon; export const Folder2Open: Icon; export const Folder2: Icon; export const Fonts: Icon; export const ForkKnife: Icon; export const ForwardFill: Icon; export const Forward: Icon; export const Front: Icon; export const FuelPumpDieselFill: Icon; export const FuelPumpDiesel: Icon; export const FuelPumpFill: Icon; export const FuelPump: Icon; export const FullscreenExit: Icon; export const Fullscreen: Icon; export const FunnelFill: Icon; export const Funnel: Icon; export const GearFill: Icon; export const GearWideConnected: Icon; export const GearWide: Icon; export const Gear: Icon; export const Gem: Icon; export const GenderAmbiguous: Icon; export const GenderFemale: Icon; export const GenderMale: Icon; export const GenderNeuter: Icon; export const GenderTrans: Icon; export const GeoAltFill: Icon; export const GeoAlt: Icon; export const GeoFill: Icon; export const Geo: Icon; export const GiftFill: Icon; export const Gift: Icon; export const Git: Icon; export const Github: Icon; export const Gitlab: Icon; export const GlobeAmericasFill: Icon; export const GlobeAmericas: Icon; export const GlobeAsiaAustraliaFill: Icon; export const GlobeAsiaAustralia: Icon; export const GlobeCentralSouthAsiaFill: Icon; export const GlobeCentralSouthAsia: Icon; export const GlobeEuropeAfricaFill: Icon; export const GlobeEuropeAfrica: Icon; export const Globe: Icon; export const Globe2: Icon; export const GooglePlay: Icon; export const Google: Icon; export const GpuCard: Icon; export const GraphDownArrow: Icon; export const GraphDown: Icon; export const GraphUpArrow: Icon; export const GraphUp: Icon; export const Grid1x2Fill: Icon; export const Grid1x2: Icon; export const Grid3x2GapFill: Icon; export const Grid3x2Gap: Icon; export const Grid3x2: Icon; export const Grid3x3GapFill: Icon; export const Grid3x3Gap: Icon; export const Grid3x3: Icon; export const GridFill: Icon; export const Grid: Icon; export const GripHorizontal: Icon; export const GripVertical: Icon; export const HCircleFill: Icon; export const HCircle: Icon; export const HSquareFill: Icon; export const HSquare: Icon; export const Hammer: Icon; export const HandIndexFill: Icon; export const HandIndexThumbFill: Icon; export const HandIndexThumb: Icon; export const HandIndex: Icon; export const HandThumbsDownFill: Icon; export const HandThumbsDown: Icon; export const HandThumbsUpFill: Icon; export const HandThumbsUp: Icon; export const HandbagFill: Icon; export const Handbag: Icon; export const Hash: Icon; export const HddFill: Icon; export const HddNetworkFill: Icon; export const HddNetwork: Icon; export const HddRackFill: Icon; export const HddRack: Icon; export const HddStackFill: Icon; export const HddStack: Icon; export const Hdd: Icon; export const HdmiFill: Icon; export const Hdmi: Icon; export const Headphones: Icon; export const HeadsetVr: Icon; export const Headset: Icon; export const HeartArrow: Icon; export const HeartFill: Icon; export const HeartHalf: Icon; export const HeartPulseFill: Icon; export const HeartPulse: Icon; export const Heart: Icon; export const HeartbreakFill: Icon; export const Heartbreak: Icon; export const Hearts: Icon; export const HeptagonFill: Icon; export const HeptagonHalf: Icon; export const Heptagon: Icon; export const HexagonFill: Icon; export const HexagonHalf: Icon; export const Hexagon: Icon; export const Highlighter: Icon; export const Highlights: Icon; export const HospitalFill: Icon; export const Hospital: Icon; export const HourglassBottom: Icon; export const HourglassSplit: Icon; export const HourglassTop: Icon; export const Hourglass: Icon; export const HouseAddFill: Icon; export const HouseAdd: Icon; export const HouseCheckFill: Icon; export const HouseCheck: Icon; export const HouseDashFill: Icon; export const HouseDash: Icon; export const HouseDoorFill: Icon; export const HouseDoor: Icon; export const HouseDownFill: Icon; export const HouseDown: Icon; export const HouseExclamationFill: Icon; export const HouseExclamation: Icon; export const HouseFill: Icon; export const HouseGearFill: Icon; export const HouseGear: Icon; export const HouseHeartFill: Icon; export const HouseHeart: Icon; export const HouseLockFill: Icon; export const HouseLock: Icon; export const HouseSlashFill: Icon; export const HouseSlash: Icon; export const HouseUpFill: Icon; export const HouseUp: Icon; export const HouseXFill: Icon; export const HouseX: Icon; export const House: Icon; export const HousesFill: Icon; export const Houses: Icon; export const Hr: Icon; export const Hurricane: Icon; export const Hypnotize: Icon; export const ImageAlt: Icon; export const ImageFill: Icon; export const Image: Icon; export const Images: Icon; export const InboxFill: Icon; export const Inbox: Icon; export const InboxesFill: Icon; export const Inboxes: Icon; export const Incognito: Icon; export const Indent: Icon; export const Infinity: Icon; export const InfoCircleFill: Icon; export const InfoCircle: Icon; export const InfoLg: Icon; export const InfoSquareFill: Icon; export const InfoSquare: Icon; export const Info: Icon; export const InputCursorText: Icon; export const InputCursor: Icon; export const Instagram: Icon; export const Intersect: Icon; export const Javascript: Icon; export const JournalAlbum: Icon; export const JournalArrowDown: Icon; export const JournalArrowUp: Icon; export const JournalBookmarkFill: Icon; export const JournalBookmark: Icon; export const JournalCheck: Icon; export const JournalCode: Icon; export const JournalMedical: Icon; export const JournalMinus: Icon; export const JournalPlus: Icon; export const JournalRichtext: Icon; export const JournalText: Icon; export const JournalX: Icon; export const Journal: Icon; export const Journals: Icon; export const Joystick: Icon; export const JustifyLeft: Icon; export const JustifyRight: Icon; export const Justify: Icon; export const KanbanFill: Icon; export const Kanban: Icon; export const KeyFill: Icon; export const Key: Icon; export const KeyboardFill: Icon; export const Keyboard: Icon; export const Ladder: Icon; export const LampFill: Icon; export const Lamp: Icon; export const LaptopFill: Icon; export const Laptop: Icon; export const LayerBackward: Icon; export const LayerForward: Icon; export const LayersFill: Icon; export const LayersHalf: Icon; export const Layers: Icon; export const LayoutSidebarInsetReverse: Icon; export const LayoutSidebarInset: Icon; export const LayoutSidebarReverse: Icon; export const LayoutSidebar: Icon; export const LayoutSplit: Icon; export const LayoutTextSidebarReverse: Icon; export const LayoutTextSidebar: Icon; export const LayoutTextWindowReverse: Icon; export const LayoutTextWindow: Icon; export const LayoutThreeColumns: Icon; export const LayoutWtf: Icon; export const LeafFill: Icon; export const Leaf: Icon; export const LifePreserver: Icon; export const LightbulbFill: Icon; export const LightbulbOffFill: Icon; export const LightbulbOff: Icon; export const Lightbulb: Icon; export const LightningChargeFill: Icon; export const LightningCharge: Icon; export const LightningFill: Icon; export const Lightning: Icon; export const Line: Icon; export const Link45deg: Icon; export const Link: Icon; export const Linkedin: Icon; export const ListCheck: Icon; export const ListColumnsReverse: Icon; export const ListColumns: Icon; export const ListNested: Icon; export const ListOl: Icon; export const ListStars: Icon; export const ListTask: Icon; export const ListUl: Icon; export const List: Icon; export const LockFill: Icon; export const Lock: Icon; export const LuggageFill: Icon; export const Luggage: Icon; export const LungsFill: Icon; export const Lungs: Icon; export const Magic: Icon; export const MagnetFill: Icon; export const Magnet: Icon; export const MailboxFlag: Icon; export const Mailbox: Icon; export const Mailbox2Flag: Icon; export const Mailbox2: Icon; export const MapFill: Icon; export const Map: Icon; export const MarkdownFill: Icon; export const Markdown: Icon; export const MarkerTip: Icon; export const Mask: Icon; export const Mastodon: Icon; export const MeasuringCupFill: Icon; export const MeasuringCup: Icon; export const Medium: Icon; export const MegaphoneFill: Icon; export const Megaphone: Icon; export const Memory: Icon; export const MenuAppFill: Icon; export const MenuApp: Icon; export const MenuButtonFill: Icon; export const MenuButtonWideFill: Icon; export const MenuButtonWide: Icon; export const MenuButton: Icon; export const MenuDown: Icon; export const MenuUp: Icon; export const Messenger: Icon; export const Meta: Icon; export const MicFill: Icon; export const MicMuteFill: Icon; export const MicMute: Icon; export const Mic: Icon; export const MicrosoftTeams: Icon; export const Microsoft: Icon; export const MinecartLoaded: Icon; export const Minecart: Icon; export const ModemFill: Icon; export const Modem: Icon; export const Moisture: Icon; export const MoonFill: Icon; export const MoonStarsFill: Icon; export const MoonStars: Icon; export const Moon: Icon; export const MortarboardFill: Icon; export const Mortarboard: Icon; export const MotherboardFill: Icon; export const Motherboard: Icon; export const MouseFill: Icon; export const Mouse: Icon; export const Mouse2Fill: Icon; export const Mouse2: Icon; export const Mouse3Fill: Icon; export const Mouse3: Icon; export const MusicNoteBeamed: Icon; export const MusicNoteList: Icon; export const MusicNote: Icon; export const MusicPlayerFill: Icon; export const MusicPlayer: Icon; export const Newspaper: Icon; export const NintendoSwitch: Icon; export const NodeMinusFill: Icon; export const NodeMinus: Icon; export const NodePlusFill: Icon; export const NodePlus: Icon; export const NoiseReduction: Icon; export const NutFill: Icon; export const Nut: Icon; export const Nvidia: Icon; export const NvmeFill: Icon; export const Nvme: Icon; export const OctagonFill: Icon; export const OctagonHalf: Icon; export const Octagon: Icon; export const Openai: Icon; export const Opencollective: Icon; export const OpticalAudioFill: Icon; export const OpticalAudio: Icon; export const Option: Icon; export const Outlet: Icon; export const PCircleFill: Icon; export const PCircle: Icon; export const PSquareFill: Icon; export const PSquare: Icon; export const PaintBucket: Icon; export const PaletteFill: Icon; export const Palette: Icon; export const Palette2: Icon; export const Paperclip: Icon; export const Paragraph: Icon; export const PassFill: Icon; export const Pass: Icon; export const PassportFill: Icon; export const Passport: Icon; export const PatchCheckFill: Icon; export const PatchCheck: Icon; export const PatchExclamationFill: Icon; export const PatchExclamation: Icon; export const PatchMinusFill: Icon; export const PatchMinus: Icon; export const PatchPlusFill: Icon; export const PatchPlus: Icon; export const PatchQuestionFill: Icon; export const PatchQuestion: Icon; export const PauseBtnFill: Icon; export const PauseBtn: Icon; export const PauseCircleFill: Icon; export const PauseCircle: Icon; export const PauseFill: Icon; export const Pause: Icon; export const Paypal: Icon; export const PcDisplayHorizontal: Icon; export const PcDisplay: Icon; export const PcHorizontal: Icon; export const Pc: Icon; export const PciCardNetwork: Icon; export const PciCardSound: Icon; export const PciCard: Icon; export const PeaceFill: Icon; export const Peace: Icon; export const PenFill: Icon; export const Pen: Icon; export const PencilFill: Icon; export const PencilSquare: Icon; export const Pencil: Icon; export const PentagonFill: Icon; export const PentagonHalf: Icon; export const Pentagon: Icon; export const PeopleFill: Icon; export const People: Icon; export const Percent: Icon; export const Perplexity: Icon; export const PersonAdd: Icon; export const PersonArmsUp: Icon; export const PersonBadgeFill: Icon; export const PersonBadge: Icon; export const PersonBoundingBox: Icon; export const PersonCheckFill: Icon; export const PersonCheck: Icon; export const PersonCircle: Icon; export const PersonDashFill: Icon; export const PersonDash: Icon; export const PersonDown: Icon; export const PersonExclamation: Icon; export const PersonFillAdd: Icon; export const PersonFillCheck: Icon; export const PersonFillDash: Icon; export const PersonFillDown: Icon; export const PersonFillExclamation: Icon; export const PersonFillGear: Icon; export const PersonFillLock: Icon; export const PersonFillSlash: Icon; export const PersonFillUp: Icon; export const PersonFillX: Icon; export const PersonFill: Icon; export const PersonGear: Icon; export const PersonHeart: Icon; export const PersonHearts: Icon; export const PersonLinesFill: Icon; export const PersonLock: Icon; export const PersonPlusFill: Icon; export const PersonPlus: Icon; export const PersonRaisedHand: Icon; export const PersonRolodex: Icon; export const PersonSlash: Icon; export const PersonSquare: Icon; export const PersonStandingDress: Icon; export const PersonStanding: Icon; export const PersonUp: Icon; export const PersonVcardFill: Icon; export const PersonVcard: Icon; export const PersonVideo: Icon; export const PersonVideo2: Icon; export const PersonVideo3: Icon; export const PersonWalking: Icon; export const PersonWheelchair: Icon; export const PersonWorkspace: Icon; export const PersonXFill: Icon; export const PersonX: Icon; export const Person: Icon; export const PhoneFill: Icon; export const PhoneFlip: Icon; export const PhoneLandscapeFill: Icon; export const PhoneLandscape: Icon; export const PhoneVibrateFill: Icon; export const PhoneVibrate: Icon; export const Phone: Icon; export const PieChartFill: Icon; export const PieChart: Icon; export const PiggyBankFill: Icon; export const PiggyBank: Icon; export const PinAngleFill: Icon; export const PinAngle: Icon; export const PinFill: Icon; export const PinMapFill: Icon; export const PinMap: Icon; export const Pin: Icon; export const Pinterest: Icon; export const PipFill: Icon; export const Pip: Icon; export const PlayBtnFill: Icon; export const PlayBtn: Icon; export const PlayCircleFill: Icon; export const PlayCircle: Icon; export const PlayFill: Icon; export const Play: Icon; export const Playstation: Icon; export const PlugFill: Icon; export const Plug: Icon; export const Plugin: Icon; export const PlusCircleDotted: Icon; export const PlusCircleFill: Icon; export const PlusCircle: Icon; export const PlusLg: Icon; export const PlusSlashMinus: Icon; export const PlusSquareDotted: Icon; export const PlusSquareFill: Icon; export const PlusSquare: Icon; export const Plus: Icon; export const PostageFill: Icon; export const PostageHeartFill: Icon; export const PostageHeart: Icon; export const Postage: Icon; export const PostcardFill: Icon; export const PostcardHeartFill: Icon; export const PostcardHeart: Icon; export const Postcard: Icon; export const Power: Icon; export const Prescription: Icon; export const Prescription2: Icon; export const PrinterFill: Icon; export const Printer: Icon; export const ProjectorFill: Icon; export const Projector: Icon; export const PuzzleFill: Icon; export const Puzzle: Icon; export const QrCodeScan: Icon; export const QrCode: Icon; export const QuestionCircleFill: Icon; export const QuestionCircle: Icon; export const QuestionDiamondFill: Icon; export const QuestionDiamond: Icon; export const QuestionLg: Icon; export const QuestionOctagonFill: Icon; export const QuestionOctagon: Icon; export const QuestionSquareFill: Icon; export const QuestionSquare: Icon; export const Question: Icon; export const Quora: Icon; export const Quote: Icon; export const RCircleFill: Icon; export const RCircle: Icon; export const RSquareFill: Icon; export const RSquare: Icon; export const Radar: Icon; export const Radioactive: Icon; export const Rainbow: Icon; export const ReceiptCutoff: Icon; export const Receipt: Icon; export const Reception0: Icon; export const Reception1: Icon; export const Reception2: Icon; export const Reception3: Icon; export const Reception4: Icon; export const RecordBtnFill: Icon; export const RecordBtn: Icon; export const RecordCircleFill: Icon; export const RecordCircle: Icon; export const RecordFill: Icon; export const Record: Icon; export const Record2Fill: Icon; export const Record2: Icon; export const Recycle: Icon; export const Reddit: Icon; export const Regex: Icon; export const Repeat1: Icon; export const Repeat: Icon; export const ReplyAllFill: Icon; export const ReplyAll: Icon; export const ReplyFill: Icon; export const Reply: Icon; export const RewindBtnFill: Icon; export const RewindBtn: Icon; export const RewindCircleFill: Icon; export const RewindCircle: Icon; export const RewindFill: Icon; export const Rewind: Icon; export const Robot: Icon; export const RocketFill: Icon; export const RocketTakeoffFill: Icon; export const RocketTakeoff: Icon; export const Rocket: Icon; export const RouterFill: Icon; export const Router: Icon; export const RssFill: Icon; export const Rss: Icon; export const Rulers: Icon; export const SafeFill: Icon; export const Safe: Icon; export const Safe2Fill: Icon; export const Safe2: Icon; export const SaveFill: Icon; export const Save: Icon; export const Save2Fill: Icon; export const Save2: Icon; export const Scissors: Icon; export const Scooter: Icon; export const Screwdriver: Icon; export const SdCardFill: Icon; export const SdCard: Icon; export const SearchHeartFill: Icon; export const SearchHeart: Icon; export const Search: Icon; export const SegmentedNav: Icon; export const SendArrowDownFill: Icon; export const SendArrowDown: Icon; export const SendArrowUpFill: Icon; export const SendArrowUp: Icon; export const SendCheckFill: Icon; export const SendCheck: Icon; export const SendDashFill: Icon; export const SendDash: Icon; export const SendExclamationFill: Icon; export const SendExclamation: Icon; export const SendFill: Icon; export const SendPlusFill: Icon; export const SendPlus: Icon; export const SendSlashFill: Icon; export const SendSlash: Icon; export const SendXFill: Icon; export const SendX: Icon; export const Send: Icon; export const Server: Icon; export const Shadows: Icon; export const ShareFill: Icon; export const Share: Icon; export const ShieldCheck: Icon; export const ShieldExclamation: Icon; export const ShieldFillCheck: Icon; export const ShieldFillExclamation: Icon; export const ShieldFillMinus: Icon; export const ShieldFillPlus: Icon; export const ShieldFillX: Icon; export const ShieldFill: Icon; export const ShieldLockFill: Icon; export const ShieldLock: Icon; export const ShieldMinus: Icon; export const ShieldPlus: Icon; export const ShieldShaded: Icon; export const ShieldSlashFill: Icon; export const ShieldSlash: Icon; export const ShieldX: Icon; export const Shield: Icon; export const ShiftFill: Icon; export const Shift: Icon; export const ShopWindow: Icon; export const Shop: Icon; export const Shuffle: Icon; export const SignDeadEndFill: Icon; export const SignDeadEnd: Icon; export const SignDoNotEnterFill: Icon; export const SignDoNotEnter: Icon; export const SignIntersectionFill: Icon; export const SignIntersectionSideFill: Icon; export const SignIntersectionSide: Icon; export const SignIntersectionTFill: Icon; export const SignIntersectionT: Icon; export const SignIntersectionYFill: Icon; export const SignIntersectionY: Icon; export const SignIntersection: Icon; export const SignMergeLeftFill: Icon; export const SignMergeLeft: Icon; export const SignMergeRightFill: Icon; export const SignMergeRight: Icon; export const SignNoLeftTurnFill: Icon; export const SignNoLeftTurn: Icon; export const SignNoParkingFill: Icon; export const SignNoParking: Icon; export const SignNoRightTurnFill: Icon; export const SignNoRightTurn: Icon; export const SignRailroadFill: Icon; export const SignRailroad: Icon; export const SignStopFill: Icon; export const SignStopLightsFill: Icon; export const SignStopLights: Icon; export const SignStop: Icon; export const SignTurnLeftFill: Icon; export const SignTurnLeft: Icon; export const SignTurnRightFill: Icon; export const SignTurnRight: Icon; export const SignTurnSlightLeftFill: Icon; export const SignTurnSlightLeft: Icon; export const SignTurnSlightRightFill: Icon; export const SignTurnSlightRight: Icon; export const SignYieldFill: Icon; export const SignYield: Icon; export const Signal: Icon; export const Signpost2Fill: Icon; export const Signpost2: Icon; export const SignpostFill: Icon; export const SignpostSplitFill: Icon; export const SignpostSplit: Icon; export const Signpost: Icon; export const SimFill: Icon; export const SimSlashFill: Icon; export const SimSlash: Icon; export const Sim: Icon; export const SinaWeibo: Icon; export const SkipBackwardBtnFill: Icon; export const SkipBackwardBtn: Icon; export const SkipBackwardCircleFill: Icon; export const SkipBackwardCircle: Icon; export const SkipBackwardFill: Icon; export const SkipBackward: Icon; export const SkipEndBtnFill: Icon; export const SkipEndBtn: Icon; export const SkipEndCircleFill: Icon; export const SkipEndCircle: Icon; export const SkipEndFill: Icon; export const SkipEnd: Icon; export const SkipForwardBtnFill: Icon; export const SkipForwardBtn: Icon; export const SkipForwardCircleFill: Icon; export const SkipForwardCircle: Icon; export const SkipForwardFill: Icon; export const SkipForward: Icon; export const SkipStartBtnFill: Icon; export const SkipStartBtn: Icon; export const SkipStartCircleFill: Icon; export const SkipStartCircle: Icon; export const SkipStartFill: Icon; export const SkipStart: Icon; export const Skype: Icon; export const Slack: Icon; export const SlashCircleFill: Icon; export const SlashCircle: Icon; export const SlashLg: Icon; export const SlashSquareFill: Icon; export const SlashSquare: Icon; export const Slash: Icon; export const Sliders: Icon; export const Sliders2Vertical: Icon; export const Sliders2: Icon; export const Smartwatch: Icon; export const Snapchat: Icon; export const Snow: Icon; export const Snow2: Icon; export const Snow3: Icon; export const SortAlphaDownAlt: Icon; export const SortAlphaDown: Icon; export const SortAlphaUpAlt: Icon; export const SortAlphaUp: Icon; export const SortDownAlt: Icon; export const SortDown: Icon; export const SortNumericDownAlt: Icon; export const SortNumericDown: Icon; export const SortNumericUpAlt: Icon; export const SortNumericUp: Icon; export const SortUpAlt: Icon; export const SortUp: Icon; export const Soundwave: Icon; export const Sourceforge: Icon; export const SpeakerFill: Icon; export const Speaker: Icon; export const Speedometer: Icon; export const Speedometer2: Icon; export const Spellcheck: Icon; export const Spotify: Icon; export const SquareFill: Icon; export const SquareHalf: Icon; export const Square: Icon; export const StackOverflow: Icon; export const Stack: Icon; export const StarFill: Icon; export const StarHalf: Icon; export const Star: Icon; export const Stars: Icon; export const Steam: Icon; export const StickiesFill: Icon; export const Stickies: Icon; export const StickyFill: Icon; export const Sticky: Icon; export const StopBtnFill: Icon; export const StopBtn: Icon; export const StopCircleFill: Icon; export const StopCircle: Icon; export const StopFill: Icon; export const Stop: Icon; export const StoplightsFill: Icon; export const Stoplights: Icon; export const StopwatchFill: Icon; export const Stopwatch: Icon; export const Strava: Icon; export const Stripe: Icon; export const Subscript: Icon; export const Substack: Icon; export const Subtract: Icon; export const SuitClubFill: Icon; export const SuitClub: Icon; export const SuitDiamondFill: Icon; export const SuitDiamond: Icon; export const SuitHeartFill: Icon; export const SuitHeart: Icon; export const SuitSpadeFill: Icon; export const SuitSpade: Icon; export const SuitcaseFill: Icon; export const SuitcaseLgFill: Icon; export const SuitcaseLg: Icon; export const Suitcase: Icon; export const Suitcase2Fill: Icon; export const Suitcase2: Icon; export const SunFill: Icon; export const Sun: Icon; export const Sunglasses: Icon; export const SunriseFill: Icon; export const Sunrise: Icon; export const SunsetFill: Icon; export const Sunset: Icon; export const Superscript: Icon; export const SymmetryHorizontal: Icon; export const SymmetryVertical: Icon; export const Table: Icon; export const TabletFill: Icon; export const TabletLandscapeFill: Icon; export const TabletLandscape: Icon; export const Tablet: Icon; export const TagFill: Icon; export const Tag: Icon; export const TagsFill: Icon; export const Tags: Icon; export const TaxiFrontFill: Icon; export const TaxiFront: Icon; export const Telegram: Icon; export const TelephoneFill: Icon; export const TelephoneForwardFill: Icon; export const TelephoneForward: Icon; export const TelephoneInboundFill: Icon; export const TelephoneInbound: Icon; export const TelephoneMinusFill: Icon; export const TelephoneMinus: Icon; export const TelephoneOutboundFill: Icon; export const TelephoneOutbound: Icon; export const TelephonePlusFill: Icon; export const TelephonePlus: Icon; export const TelephoneXFill: Icon; export const TelephoneX: Icon; export const Telephone: Icon; export const TencentQq: Icon; export const TerminalDash: Icon; export const TerminalFill: Icon; export const TerminalPlus: Icon; export const TerminalSplit: Icon; export const TerminalX: Icon; export const Terminal: Icon; export const TextCenter: Icon; export const TextIndentLeft: Icon; export const TextIndentRight: Icon; export const TextLeft: Icon; export const TextParagraph: Icon; export const TextRight: Icon; export const TextWrap: Icon; export const TextareaResize: Icon; export const TextareaT: Icon; export const Textarea: Icon; export const ThermometerHalf: Icon; export const ThermometerHigh: Icon; export const ThermometerLow: Icon; export const ThermometerSnow: Icon; export const ThermometerSun: Icon; export const Thermometer: Icon; export const ThreadsFill: Icon; export const Threads: Icon; export const ThreeDotsVertical: Icon; export const ThreeDots: Icon; export const ThunderboltFill: Icon; export const Thunderbolt: Icon; export const TicketDetailedFill: Icon; export const TicketDetailed: Icon; export const TicketFill: Icon; export const TicketPerforatedFill: Icon; export const TicketPerforated: Icon; export const Ticket: Icon; export const Tiktok: Icon; export const ToggleOff: Icon; export const ToggleOn: Icon; export const Toggle2Off: Icon; export const Toggle2On: Icon; export const Toggles: Icon; export const Toggles2: Icon; export const Tools: Icon; export const Tornado: Icon; export const TrainFreightFrontFill: Icon; export const TrainFreightFront: Icon; export const TrainFrontFill: Icon; export const TrainFront: Icon; export const TrainLightrailFrontFill: Icon; export const TrainLightrailFront: Icon; export const Translate: Icon; export const Transparency: Icon; export const TrashFill: Icon; export const Trash: Icon; export const Trash2Fill: Icon; export const Trash2: Icon; export const Trash3Fill: Icon; export const Trash3: Icon; export const TreeFill: Icon; export const Tree: Icon; export const Trello: Icon; export const TriangleFill: Icon; export const TriangleHalf: Icon; export const Triangle: Icon; export const TrophyFill: Icon; export const Trophy: Icon; export const TropicalStorm: Icon; export const TruckFlatbed: Icon; export const TruckFrontFill: Icon; export const TruckFront: Icon; export const Truck: Icon; export const Tsunami: Icon; export const Tux: Icon; export const TvFill: Icon; export const Tv: Icon; export const Twitch: Icon; export const TwitterX: Icon; export const Twitter: Icon; export const TypeBold: Icon; export const TypeH1: Icon; export const TypeH2: Icon; export const TypeH3: Icon; export const TypeH4: Icon; export const TypeH5: Icon; export const TypeH6: Icon; export const TypeItalic: Icon; export const TypeStrikethrough: Icon; export const TypeUnderline: Icon; export const Type: Icon; export const Typescript: Icon; export const Ubuntu: Icon; export const UiChecksGrid: Icon; export const UiChecks: Icon; export const UiRadiosGrid: Icon; export const UiRadios: Icon; export const UmbrellaFill: Icon; export const Umbrella: Icon; export const Unindent: Icon; export const Union: Icon; export const Unity: Icon; export const UniversalAccessCircle: Icon; export const UniversalAccess: Icon; export const UnlockFill: Icon; export const Unlock: Icon; export const Unlock2Fill: Icon; export const Unlock2: Icon; export const UpcScan: Icon; export const Upc: Icon; export const Upload: Icon; export const UsbCFill: Icon; export const UsbC: Icon; export const UsbDriveFill: Icon; export const UsbDrive: Icon; export const UsbFill: Icon; export const UsbMicroFill: Icon; export const UsbMicro: Icon; export const UsbMiniFill: Icon; export const UsbMini: Icon; export const UsbPlugFill: Icon; export const UsbPlug: Icon; export const UsbSymbol: Icon; export const Usb: Icon; export const Valentine: Icon; export const Valentine2: Icon; export const VectorPen: Icon; export const ViewList: Icon; export const ViewStacked: Icon; export const Vignette: Icon; export const Vimeo: Icon; export const VinylFill: Icon; export const Vinyl: Icon; export const Virus: Icon; export const Virus2: Icon; export const Voicemail: Icon; export const VolumeDownFill: Icon; export const VolumeDown: Icon; export const VolumeMuteFill: Icon; export const VolumeMute: Icon; export const VolumeOffFill: Icon; export const VolumeOff: Icon; export const VolumeUpFill: Icon; export const VolumeUp: Icon; export const Vr: Icon; export const WalletFill: Icon; export const Wallet: Icon; export const Wallet2: Icon; export const Watch: Icon; export const Water: Icon; export const WebcamFill: Icon; export const Webcam: Icon; export const Wechat: Icon; export const Whatsapp: Icon; export const Wifi1: Icon; export const Wifi2: Icon; export const WifiOff: Icon; export const Wifi: Icon; export const Wikipedia: Icon; export const Wind: Icon; export const WindowDash: Icon; export const WindowDesktop: Icon; export const WindowDock: Icon; export const WindowFullscreen: Icon; export const WindowPlus: Icon; export const WindowSidebar: Icon; export const WindowSplit: Icon; export const WindowStack: Icon; export const WindowX: Icon; export const Window: Icon; export const Windows: Icon; export const Wordpress: Icon; export const WrenchAdjustableCircleFill: Icon; export const WrenchAdjustableCircle: Icon; export const WrenchAdjustable: Icon; export const Wrench: Icon; export const XCircleFill: Icon; export const XCircle: Icon; export const XDiamondFill: Icon; export const XDiamond: Icon; export const XLg: Icon; export const XOctagonFill: Icon; export const XOctagon: Icon; export const XSquareFill: Icon; export const XSquare: Icon; export const X: Icon; export const Xbox: Icon; export const Yelp: Icon; export const YinYang: Icon; export const Youtube: Icon; export const ZoomIn: Icon; export const ZoomOut: Icon; ================================================ FILE: src/index.js ================================================ export { default as Icon0CircleFill } from './icons/0-circle-fill'; export { default as Icon0Circle } from './icons/0-circle'; export { default as Icon0SquareFill } from './icons/0-square-fill'; export { default as Icon0Square } from './icons/0-square'; export { default as Icon1CircleFill } from './icons/1-circle-fill'; export { default as Icon1Circle } from './icons/1-circle'; export { default as Icon1SquareFill } from './icons/1-square-fill'; export { default as Icon1Square } from './icons/1-square'; export { default as Icon123 } from './icons/123'; export { default as Icon2CircleFill } from './icons/2-circle-fill'; export { default as Icon2Circle } from './icons/2-circle'; export { default as Icon2SquareFill } from './icons/2-square-fill'; export { default as Icon2Square } from './icons/2-square'; export { default as Icon3CircleFill } from './icons/3-circle-fill'; export { default as Icon3Circle } from './icons/3-circle'; export { default as Icon3SquareFill } from './icons/3-square-fill'; export { default as Icon3Square } from './icons/3-square'; export { default as Icon4CircleFill } from './icons/4-circle-fill'; export { default as Icon4Circle } from './icons/4-circle'; export { default as Icon4SquareFill } from './icons/4-square-fill'; export { default as Icon4Square } from './icons/4-square'; export { default as Icon5CircleFill } from './icons/5-circle-fill'; export { default as Icon5Circle } from './icons/5-circle'; export { default as Icon5SquareFill } from './icons/5-square-fill'; export { default as Icon5Square } from './icons/5-square'; export { default as Icon6CircleFill } from './icons/6-circle-fill'; export { default as Icon6Circle } from './icons/6-circle'; export { default as Icon6SquareFill } from './icons/6-square-fill'; export { default as Icon6Square } from './icons/6-square'; export { default as Icon7CircleFill } from './icons/7-circle-fill'; export { default as Icon7Circle } from './icons/7-circle'; export { default as Icon7SquareFill } from './icons/7-square-fill'; export { default as Icon7Square } from './icons/7-square'; export { default as Icon8CircleFill } from './icons/8-circle-fill'; export { default as Icon8Circle } from './icons/8-circle'; export { default as Icon8SquareFill } from './icons/8-square-fill'; export { default as Icon8Square } from './icons/8-square'; export { default as Icon9CircleFill } from './icons/9-circle-fill'; export { default as Icon9Circle } from './icons/9-circle'; export { default as Icon9SquareFill } from './icons/9-square-fill'; export { default as Icon9Square } from './icons/9-square'; export { default as Activity } from './icons/activity'; export { default as AirplaneEnginesFill } from './icons/airplane-engines-fill'; export { default as AirplaneEngines } from './icons/airplane-engines'; export { default as AirplaneFill } from './icons/airplane-fill'; export { default as Airplane } from './icons/airplane'; export { default as AlarmFill } from './icons/alarm-fill'; export { default as Alarm } from './icons/alarm'; export { default as Alexa } from './icons/alexa'; export { default as AlignBottom } from './icons/align-bottom'; export { default as AlignCenter } from './icons/align-center'; export { default as AlignEnd } from './icons/align-end'; export { default as AlignMiddle } from './icons/align-middle'; export { default as AlignStart } from './icons/align-start'; export { default as AlignTop } from './icons/align-top'; export { default as Alipay } from './icons/alipay'; export { default as AlphabetUppercase } from './icons/alphabet-uppercase'; export { default as Alphabet } from './icons/alphabet'; export { default as Alt } from './icons/alt'; export { default as Amazon } from './icons/amazon'; export { default as Amd } from './icons/amd'; export { default as Android } from './icons/android'; export { default as Android2 } from './icons/android2'; export { default as Anthropic } from './icons/anthropic'; export { default as AppIndicator } from './icons/app-indicator'; export { default as App } from './icons/app'; export { default as AppleMusic } from './icons/apple-music'; export { default as Apple } from './icons/apple'; export { default as ArchiveFill } from './icons/archive-fill'; export { default as Archive } from './icons/archive'; export { default as Arrow90degDown } from './icons/arrow-90deg-down'; export { default as Arrow90degLeft } from './icons/arrow-90deg-left'; export { default as Arrow90degRight } from './icons/arrow-90deg-right'; export { default as Arrow90degUp } from './icons/arrow-90deg-up'; export { default as ArrowBarDown } from './icons/arrow-bar-down'; export { default as ArrowBarLeft } from './icons/arrow-bar-left'; export { default as ArrowBarRight } from './icons/arrow-bar-right'; export { default as ArrowBarUp } from './icons/arrow-bar-up'; export { default as ArrowClockwise } from './icons/arrow-clockwise'; export { default as ArrowCounterclockwise } from './icons/arrow-counterclockwise'; export { default as ArrowDownCircleFill } from './icons/arrow-down-circle-fill'; export { default as ArrowDownCircle } from './icons/arrow-down-circle'; export { default as ArrowDownLeftCircleFill } from './icons/arrow-down-left-circle-fill'; export { default as ArrowDownLeftCircle } from './icons/arrow-down-left-circle'; export { default as ArrowDownLeftSquareFill } from './icons/arrow-down-left-square-fill'; export { default as ArrowDownLeftSquare } from './icons/arrow-down-left-square'; export { default as ArrowDownLeft } from './icons/arrow-down-left'; export { default as ArrowDownRightCircleFill } from './icons/arrow-down-right-circle-fill'; export { default as ArrowDownRightCircle } from './icons/arrow-down-right-circle'; export { default as ArrowDownRightSquareFill } from './icons/arrow-down-right-square-fill'; export { default as ArrowDownRightSquare } from './icons/arrow-down-right-square'; export { default as ArrowDownRight } from './icons/arrow-down-right'; export { default as ArrowDownShort } from './icons/arrow-down-short'; export { default as ArrowDownSquareFill } from './icons/arrow-down-square-fill'; export { default as ArrowDownSquare } from './icons/arrow-down-square'; export { default as ArrowDownUp } from './icons/arrow-down-up'; export { default as ArrowDown } from './icons/arrow-down'; export { default as ArrowLeftCircleFill } from './icons/arrow-left-circle-fill'; export { default as ArrowLeftCircle } from './icons/arrow-left-circle'; export { default as ArrowLeftRight } from './icons/arrow-left-right'; export { default as ArrowLeftShort } from './icons/arrow-left-short'; export { default as ArrowLeftSquareFill } from './icons/arrow-left-square-fill'; export { default as ArrowLeftSquare } from './icons/arrow-left-square'; export { default as ArrowLeft } from './icons/arrow-left'; export { default as ArrowRepeat } from './icons/arrow-repeat'; export { default as ArrowReturnLeft } from './icons/arrow-return-left'; export { default as ArrowReturnRight } from './icons/arrow-return-right'; export { default as ArrowRightCircleFill } from './icons/arrow-right-circle-fill'; export { default as ArrowRightCircle } from './icons/arrow-right-circle'; export { default as ArrowRightShort } from './icons/arrow-right-short'; export { default as ArrowRightSquareFill } from './icons/arrow-right-square-fill'; export { default as ArrowRightSquare } from './icons/arrow-right-square'; export { default as ArrowRight } from './icons/arrow-right'; export { default as ArrowThroughHeartFill } from './icons/arrow-through-heart-fill'; export { default as ArrowThroughHeart } from './icons/arrow-through-heart'; export { default as ArrowUpCircleFill } from './icons/arrow-up-circle-fill'; export { default as ArrowUpCircle } from './icons/arrow-up-circle'; export { default as ArrowUpLeftCircleFill } from './icons/arrow-up-left-circle-fill'; export { default as ArrowUpLeftCircle } from './icons/arrow-up-left-circle'; export { default as ArrowUpLeftSquareFill } from './icons/arrow-up-left-square-fill'; export { default as ArrowUpLeftSquare } from './icons/arrow-up-left-square'; export { default as ArrowUpLeft } from './icons/arrow-up-left'; export { default as ArrowUpRightCircleFill } from './icons/arrow-up-right-circle-fill'; export { default as ArrowUpRightCircle } from './icons/arrow-up-right-circle'; export { default as ArrowUpRightSquareFill } from './icons/arrow-up-right-square-fill'; export { default as ArrowUpRightSquare } from './icons/arrow-up-right-square'; export { default as ArrowUpRight } from './icons/arrow-up-right'; export { default as ArrowUpShort } from './icons/arrow-up-short'; export { default as ArrowUpSquareFill } from './icons/arrow-up-square-fill'; export { default as ArrowUpSquare } from './icons/arrow-up-square'; export { default as ArrowUp } from './icons/arrow-up'; export { default as ArrowsAngleContract } from './icons/arrows-angle-contract'; export { default as ArrowsAngleExpand } from './icons/arrows-angle-expand'; export { default as ArrowsCollapseVertical } from './icons/arrows-collapse-vertical'; export { default as ArrowsCollapse } from './icons/arrows-collapse'; export { default as ArrowsExpandVertical } from './icons/arrows-expand-vertical'; export { default as ArrowsExpand } from './icons/arrows-expand'; export { default as ArrowsFullscreen } from './icons/arrows-fullscreen'; export { default as ArrowsMove } from './icons/arrows-move'; export { default as ArrowsVertical } from './icons/arrows-vertical'; export { default as Arrows } from './icons/arrows'; export { default as AspectRatioFill } from './icons/aspect-ratio-fill'; export { default as AspectRatio } from './icons/aspect-ratio'; export { default as Asterisk } from './icons/asterisk'; export { default as At } from './icons/at'; export { default as AwardFill } from './icons/award-fill'; export { default as Award } from './icons/award'; export { default as Back } from './icons/back'; export { default as BackpackFill } from './icons/backpack-fill'; export { default as Backpack } from './icons/backpack'; export { default as Backpack2Fill } from './icons/backpack2-fill'; export { default as Backpack2 } from './icons/backpack2'; export { default as Backpack3Fill } from './icons/backpack3-fill'; export { default as Backpack3 } from './icons/backpack3'; export { default as Backpack4Fill } from './icons/backpack4-fill'; export { default as Backpack4 } from './icons/backpack4'; export { default as BackspaceFill } from './icons/backspace-fill'; export { default as BackspaceReverseFill } from './icons/backspace-reverse-fill'; export { default as BackspaceReverse } from './icons/backspace-reverse'; export { default as Backspace } from './icons/backspace'; export { default as Badge3dFill } from './icons/badge-3d-fill'; export { default as Badge3d } from './icons/badge-3d'; export { default as Badge4kFill } from './icons/badge-4k-fill'; export { default as Badge4k } from './icons/badge-4k'; export { default as Badge8kFill } from './icons/badge-8k-fill'; export { default as Badge8k } from './icons/badge-8k'; export { default as BadgeAdFill } from './icons/badge-ad-fill'; export { default as BadgeAd } from './icons/badge-ad'; export { default as BadgeArFill } from './icons/badge-ar-fill'; export { default as BadgeAr } from './icons/badge-ar'; export { default as BadgeCcFill } from './icons/badge-cc-fill'; export { default as BadgeCc } from './icons/badge-cc'; export { default as BadgeHdFill } from './icons/badge-hd-fill'; export { default as BadgeHd } from './icons/badge-hd'; export { default as BadgeSdFill } from './icons/badge-sd-fill'; export { default as BadgeSd } from './icons/badge-sd'; export { default as BadgeTmFill } from './icons/badge-tm-fill'; export { default as BadgeTm } from './icons/badge-tm'; export { default as BadgeVoFill } from './icons/badge-vo-fill'; export { default as BadgeVo } from './icons/badge-vo'; export { default as BadgeVrFill } from './icons/badge-vr-fill'; export { default as BadgeVr } from './icons/badge-vr'; export { default as BadgeWcFill } from './icons/badge-wc-fill'; export { default as BadgeWc } from './icons/badge-wc'; export { default as BagCheckFill } from './icons/bag-check-fill'; export { default as BagCheck } from './icons/bag-check'; export { default as BagDashFill } from './icons/bag-dash-fill'; export { default as BagDash } from './icons/bag-dash'; export { default as BagFill } from './icons/bag-fill'; export { default as BagHeartFill } from './icons/bag-heart-fill'; export { default as BagHeart } from './icons/bag-heart'; export { default as BagPlusFill } from './icons/bag-plus-fill'; export { default as BagPlus } from './icons/bag-plus'; export { default as BagXFill } from './icons/bag-x-fill'; export { default as BagX } from './icons/bag-x'; export { default as Bag } from './icons/bag'; export { default as BalloonFill } from './icons/balloon-fill'; export { default as BalloonHeartFill } from './icons/balloon-heart-fill'; export { default as BalloonHeart } from './icons/balloon-heart'; export { default as Balloon } from './icons/balloon'; export { default as BanFill } from './icons/ban-fill'; export { default as Ban } from './icons/ban'; export { default as BandaidFill } from './icons/bandaid-fill'; export { default as Bandaid } from './icons/bandaid'; export { default as Bank } from './icons/bank'; export { default as Bank2 } from './icons/bank2'; export { default as BarChartFill } from './icons/bar-chart-fill'; export { default as BarChartLineFill } from './icons/bar-chart-line-fill'; export { default as BarChartLine } from './icons/bar-chart-line'; export { default as BarChartSteps } from './icons/bar-chart-steps'; export { default as BarChart } from './icons/bar-chart'; export { default as BasketFill } from './icons/basket-fill'; export { default as Basket } from './icons/basket'; export { default as Basket2Fill } from './icons/basket2-fill'; export { default as Basket2 } from './icons/basket2'; export { default as Basket3Fill } from './icons/basket3-fill'; export { default as Basket3 } from './icons/basket3'; export { default as BatteryCharging } from './icons/battery-charging'; export { default as BatteryFull } from './icons/battery-full'; export { default as BatteryHalf } from './icons/battery-half'; export { default as BatteryLow } from './icons/battery-low'; export { default as Battery } from './icons/battery'; export { default as BeakerFill } from './icons/beaker-fill'; export { default as Beaker } from './icons/beaker'; export { default as Behance } from './icons/behance'; export { default as BellFill } from './icons/bell-fill'; export { default as BellSlashFill } from './icons/bell-slash-fill'; export { default as BellSlash } from './icons/bell-slash'; export { default as Bell } from './icons/bell'; export { default as Bezier } from './icons/bezier'; export { default as Bezier2 } from './icons/bezier2'; export { default as Bicycle } from './icons/bicycle'; export { default as Bing } from './icons/bing'; export { default as BinocularsFill } from './icons/binoculars-fill'; export { default as Binoculars } from './icons/binoculars'; export { default as BlockquoteLeft } from './icons/blockquote-left'; export { default as BlockquoteRight } from './icons/blockquote-right'; export { default as Bluesky } from './icons/bluesky'; export { default as Bluetooth } from './icons/bluetooth'; export { default as BodyText } from './icons/body-text'; export { default as BookFill } from './icons/book-fill'; export { default as BookHalf } from './icons/book-half'; export { default as Book } from './icons/book'; export { default as BookmarkCheckFill } from './icons/bookmark-check-fill'; export { default as BookmarkCheck } from './icons/bookmark-check'; export { default as BookmarkDashFill } from './icons/bookmark-dash-fill'; export { default as BookmarkDash } from './icons/bookmark-dash'; export { default as BookmarkFill } from './icons/bookmark-fill'; export { default as BookmarkHeartFill } from './icons/bookmark-heart-fill'; export { default as BookmarkHeart } from './icons/bookmark-heart'; export { default as BookmarkPlusFill } from './icons/bookmark-plus-fill'; export { default as BookmarkPlus } from './icons/bookmark-plus'; export { default as BookmarkStarFill } from './icons/bookmark-star-fill'; export { default as BookmarkStar } from './icons/bookmark-star'; export { default as BookmarkXFill } from './icons/bookmark-x-fill'; export { default as BookmarkX } from './icons/bookmark-x'; export { default as Bookmark } from './icons/bookmark'; export { default as BookmarksFill } from './icons/bookmarks-fill'; export { default as Bookmarks } from './icons/bookmarks'; export { default as Bookshelf } from './icons/bookshelf'; export { default as BoomboxFill } from './icons/boombox-fill'; export { default as Boombox } from './icons/boombox'; export { default as BootstrapFill } from './icons/bootstrap-fill'; export { default as BootstrapReboot } from './icons/bootstrap-reboot'; export { default as Bootstrap } from './icons/bootstrap'; export { default as BorderAll } from './icons/border-all'; export { default as BorderBottom } from './icons/border-bottom'; export { default as BorderCenter } from './icons/border-center'; export { default as BorderInner } from './icons/border-inner'; export { default as BorderLeft } from './icons/border-left'; export { default as BorderMiddle } from './icons/border-middle'; export { default as BorderOuter } from './icons/border-outer'; export { default as BorderRight } from './icons/border-right'; export { default as BorderStyle } from './icons/border-style'; export { default as BorderTop } from './icons/border-top'; export { default as BorderWidth } from './icons/border-width'; export { default as Border } from './icons/border'; export { default as BoundingBoxCircles } from './icons/bounding-box-circles'; export { default as BoundingBox } from './icons/bounding-box'; export { default as BoxArrowDownLeft } from './icons/box-arrow-down-left'; export { default as BoxArrowDownRight } from './icons/box-arrow-down-right'; export { default as BoxArrowDown } from './icons/box-arrow-down'; export { default as BoxArrowInDownLeft } from './icons/box-arrow-in-down-left'; export { default as BoxArrowInDownRight } from './icons/box-arrow-in-down-right'; export { default as BoxArrowInDown } from './icons/box-arrow-in-down'; export { default as BoxArrowInLeft } from './icons/box-arrow-in-left'; export { default as BoxArrowInRight } from './icons/box-arrow-in-right'; export { default as BoxArrowInUpLeft } from './icons/box-arrow-in-up-left'; export { default as BoxArrowInUpRight } from './icons/box-arrow-in-up-right'; export { default as BoxArrowInUp } from './icons/box-arrow-in-up'; export { default as BoxArrowLeft } from './icons/box-arrow-left'; export { default as BoxArrowRight } from './icons/box-arrow-right'; export { default as BoxArrowUpLeft } from './icons/box-arrow-up-left'; export { default as BoxArrowUpRight } from './icons/box-arrow-up-right'; export { default as BoxArrowUp } from './icons/box-arrow-up'; export { default as BoxFill } from './icons/box-fill'; export { default as BoxSeamFill } from './icons/box-seam-fill'; export { default as BoxSeam } from './icons/box-seam'; export { default as Box } from './icons/box'; export { default as Box2Fill } from './icons/box2-fill'; export { default as Box2HeartFill } from './icons/box2-heart-fill'; export { default as Box2Heart } from './icons/box2-heart'; export { default as Box2 } from './icons/box2'; export { default as Boxes } from './icons/boxes'; export { default as BracesAsterisk } from './icons/braces-asterisk'; export { default as Braces } from './icons/braces'; export { default as Bricks } from './icons/bricks'; export { default as BriefcaseFill } from './icons/briefcase-fill'; export { default as Briefcase } from './icons/briefcase'; export { default as BrightnessAltHighFill } from './icons/brightness-alt-high-fill'; export { default as BrightnessAltHigh } from './icons/brightness-alt-high'; export { default as BrightnessAltLowFill } from './icons/brightness-alt-low-fill'; export { default as BrightnessAltLow } from './icons/brightness-alt-low'; export { default as BrightnessHighFill } from './icons/brightness-high-fill'; export { default as BrightnessHigh } from './icons/brightness-high'; export { default as BrightnessLowFill } from './icons/brightness-low-fill'; export { default as BrightnessLow } from './icons/brightness-low'; export { default as Brilliance } from './icons/brilliance'; export { default as BroadcastPin } from './icons/broadcast-pin'; export { default as Broadcast } from './icons/broadcast'; export { default as BrowserChrome } from './icons/browser-chrome'; export { default as BrowserEdge } from './icons/browser-edge'; export { default as BrowserFirefox } from './icons/browser-firefox'; export { default as BrowserSafari } from './icons/browser-safari'; export { default as BrushFill } from './icons/brush-fill'; export { default as Brush } from './icons/brush'; export { default as BucketFill } from './icons/bucket-fill'; export { default as Bucket } from './icons/bucket'; export { default as BugFill } from './icons/bug-fill'; export { default as Bug } from './icons/bug'; export { default as BuildingAdd } from './icons/building-add'; export { default as BuildingCheck } from './icons/building-check'; export { default as BuildingDash } from './icons/building-dash'; export { default as BuildingDown } from './icons/building-down'; export { default as BuildingExclamation } from './icons/building-exclamation'; export { default as BuildingFillAdd } from './icons/building-fill-add'; export { default as BuildingFillCheck } from './icons/building-fill-check'; export { default as BuildingFillDash } from './icons/building-fill-dash'; export { default as BuildingFillDown } from './icons/building-fill-down'; export { default as BuildingFillExclamation } from './icons/building-fill-exclamation'; export { default as BuildingFillGear } from './icons/building-fill-gear'; export { default as BuildingFillLock } from './icons/building-fill-lock'; export { default as BuildingFillSlash } from './icons/building-fill-slash'; export { default as BuildingFillUp } from './icons/building-fill-up'; export { default as BuildingFillX } from './icons/building-fill-x'; export { default as BuildingFill } from './icons/building-fill'; export { default as BuildingGear } from './icons/building-gear'; export { default as BuildingLock } from './icons/building-lock'; export { default as BuildingSlash } from './icons/building-slash'; export { default as BuildingUp } from './icons/building-up'; export { default as BuildingX } from './icons/building-x'; export { default as Building } from './icons/building'; export { default as BuildingsFill } from './icons/buildings-fill'; export { default as Buildings } from './icons/buildings'; export { default as Bullseye } from './icons/bullseye'; export { default as BusFrontFill } from './icons/bus-front-fill'; export { default as BusFront } from './icons/bus-front'; export { default as CCircleFill } from './icons/c-circle-fill'; export { default as CCircle } from './icons/c-circle'; export { default as CSquareFill } from './icons/c-square-fill'; export { default as CSquare } from './icons/c-square'; export { default as CakeFill } from './icons/cake-fill'; export { default as Cake } from './icons/cake'; export { default as Cake2Fill } from './icons/cake2-fill'; export { default as Cake2 } from './icons/cake2'; export { default as CalculatorFill } from './icons/calculator-fill'; export { default as Calculator } from './icons/calculator'; export { default as CalendarCheckFill } from './icons/calendar-check-fill'; export { default as CalendarCheck } from './icons/calendar-check'; export { default as CalendarDateFill } from './icons/calendar-date-fill'; export { default as CalendarDate } from './icons/calendar-date'; export { default as CalendarDayFill } from './icons/calendar-day-fill'; export { default as CalendarDay } from './icons/calendar-day'; export { default as CalendarEventFill } from './icons/calendar-event-fill'; export { default as CalendarEvent } from './icons/calendar-event'; export { default as CalendarFill } from './icons/calendar-fill'; export { default as CalendarHeartFill } from './icons/calendar-heart-fill'; export { default as CalendarHeart } from './icons/calendar-heart'; export { default as CalendarMinusFill } from './icons/calendar-minus-fill'; export { default as CalendarMinus } from './icons/calendar-minus'; export { default as CalendarMonthFill } from './icons/calendar-month-fill'; export { default as CalendarMonth } from './icons/calendar-month'; export { default as CalendarPlusFill } from './icons/calendar-plus-fill'; export { default as CalendarPlus } from './icons/calendar-plus'; export { default as CalendarRangeFill } from './icons/calendar-range-fill'; export { default as CalendarRange } from './icons/calendar-range'; export { default as CalendarWeekFill } from './icons/calendar-week-fill'; export { default as CalendarWeek } from './icons/calendar-week'; export { default as CalendarXFill } from './icons/calendar-x-fill'; export { default as CalendarX } from './icons/calendar-x'; export { default as Calendar } from './icons/calendar'; export { default as Calendar2CheckFill } from './icons/calendar2-check-fill'; export { default as Calendar2Check } from './icons/calendar2-check'; export { default as Calendar2DateFill } from './icons/calendar2-date-fill'; export { default as Calendar2Date } from './icons/calendar2-date'; export { default as Calendar2DayFill } from './icons/calendar2-day-fill'; export { default as Calendar2Day } from './icons/calendar2-day'; export { default as Calendar2EventFill } from './icons/calendar2-event-fill'; export { default as Calendar2Event } from './icons/calendar2-event'; export { default as Calendar2Fill } from './icons/calendar2-fill'; export { default as Calendar2HeartFill } from './icons/calendar2-heart-fill'; export { default as Calendar2Heart } from './icons/calendar2-heart'; export { default as Calendar2MinusFill } from './icons/calendar2-minus-fill'; export { default as Calendar2Minus } from './icons/calendar2-minus'; export { default as Calendar2MonthFill } from './icons/calendar2-month-fill'; export { default as Calendar2Month } from './icons/calendar2-month'; export { default as Calendar2PlusFill } from './icons/calendar2-plus-fill'; export { default as Calendar2Plus } from './icons/calendar2-plus'; export { default as Calendar2RangeFill } from './icons/calendar2-range-fill'; export { default as Calendar2Range } from './icons/calendar2-range'; export { default as Calendar2WeekFill } from './icons/calendar2-week-fill'; export { default as Calendar2Week } from './icons/calendar2-week'; export { default as Calendar2XFill } from './icons/calendar2-x-fill'; export { default as Calendar2X } from './icons/calendar2-x'; export { default as Calendar2 } from './icons/calendar2'; export { default as Calendar3EventFill } from './icons/calendar3-event-fill'; export { default as Calendar3Event } from './icons/calendar3-event'; export { default as Calendar3Fill } from './icons/calendar3-fill'; export { default as Calendar3RangeFill } from './icons/calendar3-range-fill'; export { default as Calendar3Range } from './icons/calendar3-range'; export { default as Calendar3WeekFill } from './icons/calendar3-week-fill'; export { default as Calendar3Week } from './icons/calendar3-week'; export { default as Calendar3 } from './icons/calendar3'; export { default as Calendar4Event } from './icons/calendar4-event'; export { default as Calendar4Range } from './icons/calendar4-range'; export { default as Calendar4Week } from './icons/calendar4-week'; export { default as Calendar4 } from './icons/calendar4'; export { default as CameraFill } from './icons/camera-fill'; export { default as CameraReelsFill } from './icons/camera-reels-fill'; export { default as CameraReels } from './icons/camera-reels'; export { default as CameraVideoFill } from './icons/camera-video-fill'; export { default as CameraVideoOffFill } from './icons/camera-video-off-fill'; export { default as CameraVideoOff } from './icons/camera-video-off'; export { default as CameraVideo } from './icons/camera-video'; export { default as Camera } from './icons/camera'; export { default as Camera2 } from './icons/camera2'; export { default as CapslockFill } from './icons/capslock-fill'; export { default as Capslock } from './icons/capslock'; export { default as CapsulePill } from './icons/capsule-pill'; export { default as Capsule } from './icons/capsule'; export { default as CarFrontFill } from './icons/car-front-fill'; export { default as CarFront } from './icons/car-front'; export { default as CardChecklist } from './icons/card-checklist'; export { default as CardHeading } from './icons/card-heading'; export { default as CardImage } from './icons/card-image'; export { default as CardList } from './icons/card-list'; export { default as CardText } from './icons/card-text'; export { default as CaretDownFill } from './icons/caret-down-fill'; export { default as CaretDownSquareFill } from './icons/caret-down-square-fill'; export { default as CaretDownSquare } from './icons/caret-down-square'; export { default as CaretDown } from './icons/caret-down'; export { default as CaretLeftFill } from './icons/caret-left-fill'; export { default as CaretLeftSquareFill } from './icons/caret-left-square-fill'; export { default as CaretLeftSquare } from './icons/caret-left-square'; export { default as CaretLeft } from './icons/caret-left'; export { default as CaretRightFill } from './icons/caret-right-fill'; export { default as CaretRightSquareFill } from './icons/caret-right-square-fill'; export { default as CaretRightSquare } from './icons/caret-right-square'; export { default as CaretRight } from './icons/caret-right'; export { default as CaretUpFill } from './icons/caret-up-fill'; export { default as CaretUpSquareFill } from './icons/caret-up-square-fill'; export { default as CaretUpSquare } from './icons/caret-up-square'; export { default as CaretUp } from './icons/caret-up'; export { default as CartCheckFill } from './icons/cart-check-fill'; export { default as CartCheck } from './icons/cart-check'; export { default as CartDashFill } from './icons/cart-dash-fill'; export { default as CartDash } from './icons/cart-dash'; export { default as CartFill } from './icons/cart-fill'; export { default as CartPlusFill } from './icons/cart-plus-fill'; export { default as CartPlus } from './icons/cart-plus'; export { default as CartXFill } from './icons/cart-x-fill'; export { default as CartX } from './icons/cart-x'; export { default as Cart } from './icons/cart'; export { default as Cart2 } from './icons/cart2'; export { default as Cart3 } from './icons/cart3'; export { default as Cart4 } from './icons/cart4'; export { default as CashCoin } from './icons/cash-coin'; export { default as CashStack } from './icons/cash-stack'; export { default as Cash } from './icons/cash'; export { default as CassetteFill } from './icons/cassette-fill'; export { default as Cassette } from './icons/cassette'; export { default as Cast } from './icons/cast'; export { default as CcCircleFill } from './icons/cc-circle-fill'; export { default as CcCircle } from './icons/cc-circle'; export { default as CcSquareFill } from './icons/cc-square-fill'; export { default as CcSquare } from './icons/cc-square'; export { default as ChatDotsFill } from './icons/chat-dots-fill'; export { default as ChatDots } from './icons/chat-dots'; export { default as ChatFill } from './icons/chat-fill'; export { default as ChatHeartFill } from './icons/chat-heart-fill'; export { default as ChatHeart } from './icons/chat-heart'; export { default as ChatLeftDotsFill } from './icons/chat-left-dots-fill'; export { default as ChatLeftDots } from './icons/chat-left-dots'; export { default as ChatLeftFill } from './icons/chat-left-fill'; export { default as ChatLeftHeartFill } from './icons/chat-left-heart-fill'; export { default as ChatLeftHeart } from './icons/chat-left-heart'; export { default as ChatLeftQuoteFill } from './icons/chat-left-quote-fill'; export { default as ChatLeftQuote } from './icons/chat-left-quote'; export { default as ChatLeftTextFill } from './icons/chat-left-text-fill'; export { default as ChatLeftText } from './icons/chat-left-text'; export { default as ChatLeft } from './icons/chat-left'; export { default as ChatQuoteFill } from './icons/chat-quote-fill'; export { default as ChatQuote } from './icons/chat-quote'; export { default as ChatRightDotsFill } from './icons/chat-right-dots-fill'; export { default as ChatRightDots } from './icons/chat-right-dots'; export { default as ChatRightFill } from './icons/chat-right-fill'; export { default as ChatRightHeartFill } from './icons/chat-right-heart-fill'; export { default as ChatRightHeart } from './icons/chat-right-heart'; export { default as ChatRightQuoteFill } from './icons/chat-right-quote-fill'; export { default as ChatRightQuote } from './icons/chat-right-quote'; export { default as ChatRightTextFill } from './icons/chat-right-text-fill'; export { default as ChatRightText } from './icons/chat-right-text'; export { default as ChatRight } from './icons/chat-right'; export { default as ChatSquareDotsFill } from './icons/chat-square-dots-fill'; export { default as ChatSquareDots } from './icons/chat-square-dots'; export { default as ChatSquareFill } from './icons/chat-square-fill'; export { default as ChatSquareHeartFill } from './icons/chat-square-heart-fill'; export { default as ChatSquareHeart } from './icons/chat-square-heart'; export { default as ChatSquareQuoteFill } from './icons/chat-square-quote-fill'; export { default as ChatSquareQuote } from './icons/chat-square-quote'; export { default as ChatSquareTextFill } from './icons/chat-square-text-fill'; export { default as ChatSquareText } from './icons/chat-square-text'; export { default as ChatSquare } from './icons/chat-square'; export { default as ChatTextFill } from './icons/chat-text-fill'; export { default as ChatText } from './icons/chat-text'; export { default as Chat } from './icons/chat'; export { default as CheckAll } from './icons/check-all'; export { default as CheckCircleFill } from './icons/check-circle-fill'; export { default as CheckCircle } from './icons/check-circle'; export { default as CheckLg } from './icons/check-lg'; export { default as CheckSquareFill } from './icons/check-square-fill'; export { default as CheckSquare } from './icons/check-square'; export { default as Check } from './icons/check'; export { default as Check2All } from './icons/check2-all'; export { default as Check2Circle } from './icons/check2-circle'; export { default as Check2Square } from './icons/check2-square'; export { default as Check2 } from './icons/check2'; export { default as ChevronBarContract } from './icons/chevron-bar-contract'; export { default as ChevronBarDown } from './icons/chevron-bar-down'; export { default as ChevronBarExpand } from './icons/chevron-bar-expand'; export { default as ChevronBarLeft } from './icons/chevron-bar-left'; export { default as ChevronBarRight } from './icons/chevron-bar-right'; export { default as ChevronBarUp } from './icons/chevron-bar-up'; export { default as ChevronCompactDown } from './icons/chevron-compact-down'; export { default as ChevronCompactLeft } from './icons/chevron-compact-left'; export { default as ChevronCompactRight } from './icons/chevron-compact-right'; export { default as ChevronCompactUp } from './icons/chevron-compact-up'; export { default as ChevronContract } from './icons/chevron-contract'; export { default as ChevronDoubleDown } from './icons/chevron-double-down'; export { default as ChevronDoubleLeft } from './icons/chevron-double-left'; export { default as ChevronDoubleRight } from './icons/chevron-double-right'; export { default as ChevronDoubleUp } from './icons/chevron-double-up'; export { default as ChevronDown } from './icons/chevron-down'; export { default as ChevronExpand } from './icons/chevron-expand'; export { default as ChevronLeft } from './icons/chevron-left'; export { default as ChevronRight } from './icons/chevron-right'; export { default as ChevronUp } from './icons/chevron-up'; export { default as CircleFill } from './icons/circle-fill'; export { default as CircleHalf } from './icons/circle-half'; export { default as CircleSquare } from './icons/circle-square'; export { default as Circle } from './icons/circle'; export { default as Claude } from './icons/claude'; export { default as ClipboardCheckFill } from './icons/clipboard-check-fill'; export { default as ClipboardCheck } from './icons/clipboard-check'; export { default as ClipboardDataFill } from './icons/clipboard-data-fill'; export { default as ClipboardData } from './icons/clipboard-data'; export { default as ClipboardFill } from './icons/clipboard-fill'; export { default as ClipboardHeartFill } from './icons/clipboard-heart-fill'; export { default as ClipboardHeart } from './icons/clipboard-heart'; export { default as ClipboardMinusFill } from './icons/clipboard-minus-fill'; export { default as ClipboardMinus } from './icons/clipboard-minus'; export { default as ClipboardPlusFill } from './icons/clipboard-plus-fill'; export { default as ClipboardPlus } from './icons/clipboard-plus'; export { default as ClipboardPulse } from './icons/clipboard-pulse'; export { default as ClipboardXFill } from './icons/clipboard-x-fill'; export { default as ClipboardX } from './icons/clipboard-x'; export { default as Clipboard } from './icons/clipboard'; export { default as Clipboard2CheckFill } from './icons/clipboard2-check-fill'; export { default as Clipboard2Check } from './icons/clipboard2-check'; export { default as Clipboard2DataFill } from './icons/clipboard2-data-fill'; export { default as Clipboard2Data } from './icons/clipboard2-data'; export { default as Clipboard2Fill } from './icons/clipboard2-fill'; export { default as Clipboard2HeartFill } from './icons/clipboard2-heart-fill'; export { default as Clipboard2Heart } from './icons/clipboard2-heart'; export { default as Clipboard2MinusFill } from './icons/clipboard2-minus-fill'; export { default as Clipboard2Minus } from './icons/clipboard2-minus'; export { default as Clipboard2PlusFill } from './icons/clipboard2-plus-fill'; export { default as Clipboard2Plus } from './icons/clipboard2-plus'; export { default as Clipboard2PulseFill } from './icons/clipboard2-pulse-fill'; export { default as Clipboard2Pulse } from './icons/clipboard2-pulse'; export { default as Clipboard2XFill } from './icons/clipboard2-x-fill'; export { default as Clipboard2X } from './icons/clipboard2-x'; export { default as Clipboard2 } from './icons/clipboard2'; export { default as ClockFill } from './icons/clock-fill'; export { default as ClockHistory } from './icons/clock-history'; export { default as Clock } from './icons/clock'; export { default as CloudArrowDownFill } from './icons/cloud-arrow-down-fill'; export { default as CloudArrowDown } from './icons/cloud-arrow-down'; export { default as CloudArrowUpFill } from './icons/cloud-arrow-up-fill'; export { default as CloudArrowUp } from './icons/cloud-arrow-up'; export { default as CloudCheckFill } from './icons/cloud-check-fill'; export { default as CloudCheck } from './icons/cloud-check'; export { default as CloudDownloadFill } from './icons/cloud-download-fill'; export { default as CloudDownload } from './icons/cloud-download'; export { default as CloudDrizzleFill } from './icons/cloud-drizzle-fill'; export { default as CloudDrizzle } from './icons/cloud-drizzle'; export { default as CloudFill } from './icons/cloud-fill'; export { default as CloudFogFill } from './icons/cloud-fog-fill'; export { default as CloudFog } from './icons/cloud-fog'; export { default as CloudFog2Fill } from './icons/cloud-fog2-fill'; export { default as CloudFog2 } from './icons/cloud-fog2'; export { default as CloudHailFill } from './icons/cloud-hail-fill'; export { default as CloudHail } from './icons/cloud-hail'; export { default as CloudHazeFill } from './icons/cloud-haze-fill'; export { default as CloudHaze } from './icons/cloud-haze'; export { default as CloudHaze2Fill } from './icons/cloud-haze2-fill'; export { default as CloudHaze2 } from './icons/cloud-haze2'; export { default as CloudLightningFill } from './icons/cloud-lightning-fill'; export { default as CloudLightningRainFill } from './icons/cloud-lightning-rain-fill'; export { default as CloudLightningRain } from './icons/cloud-lightning-rain'; export { default as CloudLightning } from './icons/cloud-lightning'; export { default as CloudMinusFill } from './icons/cloud-minus-fill'; export { default as CloudMinus } from './icons/cloud-minus'; export { default as CloudMoonFill } from './icons/cloud-moon-fill'; export { default as CloudMoon } from './icons/cloud-moon'; export { default as CloudPlusFill } from './icons/cloud-plus-fill'; export { default as CloudPlus } from './icons/cloud-plus'; export { default as CloudRainFill } from './icons/cloud-rain-fill'; export { default as CloudRainHeavyFill } from './icons/cloud-rain-heavy-fill'; export { default as CloudRainHeavy } from './icons/cloud-rain-heavy'; export { default as CloudRain } from './icons/cloud-rain'; export { default as CloudSlashFill } from './icons/cloud-slash-fill'; export { default as CloudSlash } from './icons/cloud-slash'; export { default as CloudSleetFill } from './icons/cloud-sleet-fill'; export { default as CloudSleet } from './icons/cloud-sleet'; export { default as CloudSnowFill } from './icons/cloud-snow-fill'; export { default as CloudSnow } from './icons/cloud-snow'; export { default as CloudSunFill } from './icons/cloud-sun-fill'; export { default as CloudSun } from './icons/cloud-sun'; export { default as CloudUploadFill } from './icons/cloud-upload-fill'; export { default as CloudUpload } from './icons/cloud-upload'; export { default as Cloud } from './icons/cloud'; export { default as CloudsFill } from './icons/clouds-fill'; export { default as Clouds } from './icons/clouds'; export { default as CloudyFill } from './icons/cloudy-fill'; export { default as Cloudy } from './icons/cloudy'; export { default as CodeSlash } from './icons/code-slash'; export { default as CodeSquare } from './icons/code-square'; export { default as Code } from './icons/code'; export { default as Coin } from './icons/coin'; export { default as CollectionFill } from './icons/collection-fill'; export { default as CollectionPlayFill } from './icons/collection-play-fill'; export { default as CollectionPlay } from './icons/collection-play'; export { default as Collection } from './icons/collection'; export { default as ColumnsGap } from './icons/columns-gap'; export { default as Columns } from './icons/columns'; export { default as Command } from './icons/command'; export { default as CompassFill } from './icons/compass-fill'; export { default as Compass } from './icons/compass'; export { default as ConeStriped } from './icons/cone-striped'; export { default as Cone } from './icons/cone'; export { default as Controller } from './icons/controller'; export { default as Cookie } from './icons/cookie'; export { default as Copy } from './icons/copy'; export { default as CpuFill } from './icons/cpu-fill'; export { default as Cpu } from './icons/cpu'; export { default as CreditCard2BackFill } from './icons/credit-card-2-back-fill'; export { default as CreditCard2Back } from './icons/credit-card-2-back'; export { default as CreditCard2FrontFill } from './icons/credit-card-2-front-fill'; export { default as CreditCard2Front } from './icons/credit-card-2-front'; export { default as CreditCardFill } from './icons/credit-card-fill'; export { default as CreditCard } from './icons/credit-card'; export { default as Crop } from './icons/crop'; export { default as Crosshair } from './icons/crosshair'; export { default as Crosshair2 } from './icons/crosshair2'; export { default as Css } from './icons/css'; export { default as CupFill } from './icons/cup-fill'; export { default as CupHotFill } from './icons/cup-hot-fill'; export { default as CupHot } from './icons/cup-hot'; export { default as CupStraw } from './icons/cup-straw'; export { default as Cup } from './icons/cup'; export { default as CurrencyBitcoin } from './icons/currency-bitcoin'; export { default as CurrencyDollar } from './icons/currency-dollar'; export { default as CurrencyEuro } from './icons/currency-euro'; export { default as CurrencyExchange } from './icons/currency-exchange'; export { default as CurrencyPound } from './icons/currency-pound'; export { default as CurrencyRupee } from './icons/currency-rupee'; export { default as CurrencyYen } from './icons/currency-yen'; export { default as CursorFill } from './icons/cursor-fill'; export { default as CursorText } from './icons/cursor-text'; export { default as Cursor } from './icons/cursor'; export { default as DashCircleDotted } from './icons/dash-circle-dotted'; export { default as DashCircleFill } from './icons/dash-circle-fill'; export { default as DashCircle } from './icons/dash-circle'; export { default as DashLg } from './icons/dash-lg'; export { default as DashSquareDotted } from './icons/dash-square-dotted'; export { default as DashSquareFill } from './icons/dash-square-fill'; export { default as DashSquare } from './icons/dash-square'; export { default as Dash } from './icons/dash'; export { default as DatabaseAdd } from './icons/database-add'; export { default as DatabaseCheck } from './icons/database-check'; export { default as DatabaseDash } from './icons/database-dash'; export { default as DatabaseDown } from './icons/database-down'; export { default as DatabaseExclamation } from './icons/database-exclamation'; export { default as DatabaseFillAdd } from './icons/database-fill-add'; export { default as DatabaseFillCheck } from './icons/database-fill-check'; export { default as DatabaseFillDash } from './icons/database-fill-dash'; export { default as DatabaseFillDown } from './icons/database-fill-down'; export { default as DatabaseFillExclamation } from './icons/database-fill-exclamation'; export { default as DatabaseFillGear } from './icons/database-fill-gear'; export { default as DatabaseFillLock } from './icons/database-fill-lock'; export { default as DatabaseFillSlash } from './icons/database-fill-slash'; export { default as DatabaseFillUp } from './icons/database-fill-up'; export { default as DatabaseFillX } from './icons/database-fill-x'; export { default as DatabaseFill } from './icons/database-fill'; export { default as DatabaseGear } from './icons/database-gear'; export { default as DatabaseLock } from './icons/database-lock'; export { default as DatabaseSlash } from './icons/database-slash'; export { default as DatabaseUp } from './icons/database-up'; export { default as DatabaseX } from './icons/database-x'; export { default as Database } from './icons/database'; export { default as DeviceHddFill } from './icons/device-hdd-fill'; export { default as DeviceHdd } from './icons/device-hdd'; export { default as DeviceSsdFill } from './icons/device-ssd-fill'; export { default as DeviceSsd } from './icons/device-ssd'; export { default as Diagram2Fill } from './icons/diagram-2-fill'; export { default as Diagram2 } from './icons/diagram-2'; export { default as Diagram3Fill } from './icons/diagram-3-fill'; export { default as Diagram3 } from './icons/diagram-3'; export { default as DiamondFill } from './icons/diamond-fill'; export { default as DiamondHalf } from './icons/diamond-half'; export { default as Diamond } from './icons/diamond'; export { default as Dice1Fill } from './icons/dice-1-fill'; export { default as Dice1 } from './icons/dice-1'; export { default as Dice2Fill } from './icons/dice-2-fill'; export { default as Dice2 } from './icons/dice-2'; export { default as Dice3Fill } from './icons/dice-3-fill'; export { default as Dice3 } from './icons/dice-3'; export { default as Dice4Fill } from './icons/dice-4-fill'; export { default as Dice4 } from './icons/dice-4'; export { default as Dice5Fill } from './icons/dice-5-fill'; export { default as Dice5 } from './icons/dice-5'; export { default as Dice6Fill } from './icons/dice-6-fill'; export { default as Dice6 } from './icons/dice-6'; export { default as DiscFill } from './icons/disc-fill'; export { default as Disc } from './icons/disc'; export { default as Discord } from './icons/discord'; export { default as DisplayFill } from './icons/display-fill'; export { default as Display } from './icons/display'; export { default as DisplayportFill } from './icons/displayport-fill'; export { default as Displayport } from './icons/displayport'; export { default as DistributeHorizontal } from './icons/distribute-horizontal'; export { default as DistributeVertical } from './icons/distribute-vertical'; export { default as DoorClosedFill } from './icons/door-closed-fill'; export { default as DoorClosed } from './icons/door-closed'; export { default as DoorOpenFill } from './icons/door-open-fill'; export { default as DoorOpen } from './icons/door-open'; export { default as Dot } from './icons/dot'; export { default as Download } from './icons/download'; export { default as DpadFill } from './icons/dpad-fill'; export { default as Dpad } from './icons/dpad'; export { default as Dribbble } from './icons/dribbble'; export { default as Dropbox } from './icons/dropbox'; export { default as DropletFill } from './icons/droplet-fill'; export { default as DropletHalf } from './icons/droplet-half'; export { default as Droplet } from './icons/droplet'; export { default as DuffleFill } from './icons/duffle-fill'; export { default as Duffle } from './icons/duffle'; export { default as EarFill } from './icons/ear-fill'; export { default as Ear } from './icons/ear'; export { default as Earbuds } from './icons/earbuds'; export { default as EaselFill } from './icons/easel-fill'; export { default as Easel } from './icons/easel'; export { default as Easel2Fill } from './icons/easel2-fill'; export { default as Easel2 } from './icons/easel2'; export { default as Easel3Fill } from './icons/easel3-fill'; export { default as Easel3 } from './icons/easel3'; export { default as EggFill } from './icons/egg-fill'; export { default as EggFried } from './icons/egg-fried'; export { default as Egg } from './icons/egg'; export { default as EjectFill } from './icons/eject-fill'; export { default as Eject } from './icons/eject'; export { default as EmojiAngryFill } from './icons/emoji-angry-fill'; export { default as EmojiAngry } from './icons/emoji-angry'; export { default as EmojiAstonishedFill } from './icons/emoji-astonished-fill'; export { default as EmojiAstonished } from './icons/emoji-astonished'; export { default as EmojiDizzyFill } from './icons/emoji-dizzy-fill'; export { default as EmojiDizzy } from './icons/emoji-dizzy'; export { default as EmojiExpressionlessFill } from './icons/emoji-expressionless-fill'; export { default as EmojiExpressionless } from './icons/emoji-expressionless'; export { default as EmojiFrownFill } from './icons/emoji-frown-fill'; export { default as EmojiFrown } from './icons/emoji-frown'; export { default as EmojiGrimaceFill } from './icons/emoji-grimace-fill'; export { default as EmojiGrimace } from './icons/emoji-grimace'; export { default as EmojiGrinFill } from './icons/emoji-grin-fill'; export { default as EmojiGrin } from './icons/emoji-grin'; export { default as EmojiHeartEyesFill } from './icons/emoji-heart-eyes-fill'; export { default as EmojiHeartEyes } from './icons/emoji-heart-eyes'; export { default as EmojiKissFill } from './icons/emoji-kiss-fill'; export { default as EmojiKiss } from './icons/emoji-kiss'; export { default as EmojiLaughingFill } from './icons/emoji-laughing-fill'; export { default as EmojiLaughing } from './icons/emoji-laughing'; export { default as EmojiNeutralFill } from './icons/emoji-neutral-fill'; export { default as EmojiNeutral } from './icons/emoji-neutral'; export { default as EmojiSmileFill } from './icons/emoji-smile-fill'; export { default as EmojiSmileUpsideDownFill } from './icons/emoji-smile-upside-down-fill'; export { default as EmojiSmileUpsideDown } from './icons/emoji-smile-upside-down'; export { default as EmojiSmile } from './icons/emoji-smile'; export { default as EmojiSunglassesFill } from './icons/emoji-sunglasses-fill'; export { default as EmojiSunglasses } from './icons/emoji-sunglasses'; export { default as EmojiSurpriseFill } from './icons/emoji-surprise-fill'; export { default as EmojiSurprise } from './icons/emoji-surprise'; export { default as EmojiTearFill } from './icons/emoji-tear-fill'; export { default as EmojiTear } from './icons/emoji-tear'; export { default as EmojiWinkFill } from './icons/emoji-wink-fill'; export { default as EmojiWink } from './icons/emoji-wink'; export { default as EnvelopeArrowDownFill } from './icons/envelope-arrow-down-fill'; export { default as EnvelopeArrowDown } from './icons/envelope-arrow-down'; export { default as EnvelopeArrowUpFill } from './icons/envelope-arrow-up-fill'; export { default as EnvelopeArrowUp } from './icons/envelope-arrow-up'; export { default as EnvelopeAtFill } from './icons/envelope-at-fill'; export { default as EnvelopeAt } from './icons/envelope-at'; export { default as EnvelopeCheckFill } from './icons/envelope-check-fill'; export { default as EnvelopeCheck } from './icons/envelope-check'; export { default as EnvelopeDashFill } from './icons/envelope-dash-fill'; export { default as EnvelopeDash } from './icons/envelope-dash'; export { default as EnvelopeExclamationFill } from './icons/envelope-exclamation-fill'; export { default as EnvelopeExclamation } from './icons/envelope-exclamation'; export { default as EnvelopeFill } from './icons/envelope-fill'; export { default as EnvelopeHeartFill } from './icons/envelope-heart-fill'; export { default as EnvelopeHeart } from './icons/envelope-heart'; export { default as EnvelopeOpenFill } from './icons/envelope-open-fill'; export { default as EnvelopeOpenHeartFill } from './icons/envelope-open-heart-fill'; export { default as EnvelopeOpenHeart } from './icons/envelope-open-heart'; export { default as EnvelopeOpen } from './icons/envelope-open'; export { default as EnvelopePaperFill } from './icons/envelope-paper-fill'; export { default as EnvelopePaperHeartFill } from './icons/envelope-paper-heart-fill'; export { default as EnvelopePaperHeart } from './icons/envelope-paper-heart'; export { default as EnvelopePaper } from './icons/envelope-paper'; export { default as EnvelopePlusFill } from './icons/envelope-plus-fill'; export { default as EnvelopePlus } from './icons/envelope-plus'; export { default as EnvelopeSlashFill } from './icons/envelope-slash-fill'; export { default as EnvelopeSlash } from './icons/envelope-slash'; export { default as EnvelopeXFill } from './icons/envelope-x-fill'; export { default as EnvelopeX } from './icons/envelope-x'; export { default as Envelope } from './icons/envelope'; export { default as EraserFill } from './icons/eraser-fill'; export { default as Eraser } from './icons/eraser'; export { default as Escape } from './icons/escape'; export { default as Ethernet } from './icons/ethernet'; export { default as EvFrontFill } from './icons/ev-front-fill'; export { default as EvFront } from './icons/ev-front'; export { default as EvStationFill } from './icons/ev-station-fill'; export { default as EvStation } from './icons/ev-station'; export { default as ExclamationCircleFill } from './icons/exclamation-circle-fill'; export { default as ExclamationCircle } from './icons/exclamation-circle'; export { default as ExclamationDiamondFill } from './icons/exclamation-diamond-fill'; export { default as ExclamationDiamond } from './icons/exclamation-diamond'; export { default as ExclamationLg } from './icons/exclamation-lg'; export { default as ExclamationOctagonFill } from './icons/exclamation-octagon-fill'; export { default as ExclamationOctagon } from './icons/exclamation-octagon'; export { default as ExclamationSquareFill } from './icons/exclamation-square-fill'; export { default as ExclamationSquare } from './icons/exclamation-square'; export { default as ExclamationTriangleFill } from './icons/exclamation-triangle-fill'; export { default as ExclamationTriangle } from './icons/exclamation-triangle'; export { default as Exclamation } from './icons/exclamation'; export { default as Exclude } from './icons/exclude'; export { default as ExplicitFill } from './icons/explicit-fill'; export { default as Explicit } from './icons/explicit'; export { default as Exposure } from './icons/exposure'; export { default as EyeFill } from './icons/eye-fill'; export { default as EyeSlashFill } from './icons/eye-slash-fill'; export { default as EyeSlash } from './icons/eye-slash'; export { default as Eye } from './icons/eye'; export { default as Eyedropper } from './icons/eyedropper'; export { default as Eyeglasses } from './icons/eyeglasses'; export { default as Facebook } from './icons/facebook'; export { default as Fan } from './icons/fan'; export { default as FastForwardBtnFill } from './icons/fast-forward-btn-fill'; export { default as FastForwardBtn } from './icons/fast-forward-btn'; export { default as FastForwardCircleFill } from './icons/fast-forward-circle-fill'; export { default as FastForwardCircle } from './icons/fast-forward-circle'; export { default as FastForwardFill } from './icons/fast-forward-fill'; export { default as FastForward } from './icons/fast-forward'; export { default as Feather } from './icons/feather'; export { default as Feather2 } from './icons/feather2'; export { default as FileArrowDownFill } from './icons/file-arrow-down-fill'; export { default as FileArrowDown } from './icons/file-arrow-down'; export { default as FileArrowUpFill } from './icons/file-arrow-up-fill'; export { default as FileArrowUp } from './icons/file-arrow-up'; export { default as FileBarGraphFill } from './icons/file-bar-graph-fill'; export { default as FileBarGraph } from './icons/file-bar-graph'; export { default as FileBinaryFill } from './icons/file-binary-fill'; export { default as FileBinary } from './icons/file-binary'; export { default as FileBreakFill } from './icons/file-break-fill'; export { default as FileBreak } from './icons/file-break'; export { default as FileCheckFill } from './icons/file-check-fill'; export { default as FileCheck } from './icons/file-check'; export { default as FileCodeFill } from './icons/file-code-fill'; export { default as FileCode } from './icons/file-code'; export { default as FileDiffFill } from './icons/file-diff-fill'; export { default as FileDiff } from './icons/file-diff'; export { default as FileEarmarkArrowDownFill } from './icons/file-earmark-arrow-down-fill'; export { default as FileEarmarkArrowDown } from './icons/file-earmark-arrow-down'; export { default as FileEarmarkArrowUpFill } from './icons/file-earmark-arrow-up-fill'; export { default as FileEarmarkArrowUp } from './icons/file-earmark-arrow-up'; export { default as FileEarmarkBarGraphFill } from './icons/file-earmark-bar-graph-fill'; export { default as FileEarmarkBarGraph } from './icons/file-earmark-bar-graph'; export { default as FileEarmarkBinaryFill } from './icons/file-earmark-binary-fill'; export { default as FileEarmarkBinary } from './icons/file-earmark-binary'; export { default as FileEarmarkBreakFill } from './icons/file-earmark-break-fill'; export { default as FileEarmarkBreak } from './icons/file-earmark-break'; export { default as FileEarmarkCheckFill } from './icons/file-earmark-check-fill'; export { default as FileEarmarkCheck } from './icons/file-earmark-check'; export { default as FileEarmarkCodeFill } from './icons/file-earmark-code-fill'; export { default as FileEarmarkCode } from './icons/file-earmark-code'; export { default as FileEarmarkDiffFill } from './icons/file-earmark-diff-fill'; export { default as FileEarmarkDiff } from './icons/file-earmark-diff'; export { default as FileEarmarkEaselFill } from './icons/file-earmark-easel-fill'; export { default as FileEarmarkEasel } from './icons/file-earmark-easel'; export { default as FileEarmarkExcelFill } from './icons/file-earmark-excel-fill'; export { default as FileEarmarkExcel } from './icons/file-earmark-excel'; export { default as FileEarmarkFill } from './icons/file-earmark-fill'; export { default as FileEarmarkFontFill } from './icons/file-earmark-font-fill'; export { default as FileEarmarkFont } from './icons/file-earmark-font'; export { default as FileEarmarkImageFill } from './icons/file-earmark-image-fill'; export { default as FileEarmarkImage } from './icons/file-earmark-image'; export { default as FileEarmarkLockFill } from './icons/file-earmark-lock-fill'; export { default as FileEarmarkLock } from './icons/file-earmark-lock'; export { default as FileEarmarkLock2Fill } from './icons/file-earmark-lock2-fill'; export { default as FileEarmarkLock2 } from './icons/file-earmark-lock2'; export { default as FileEarmarkMedicalFill } from './icons/file-earmark-medical-fill'; export { default as FileEarmarkMedical } from './icons/file-earmark-medical'; export { default as FileEarmarkMinusFill } from './icons/file-earmark-minus-fill'; export { default as FileEarmarkMinus } from './icons/file-earmark-minus'; export { default as FileEarmarkMusicFill } from './icons/file-earmark-music-fill'; export { default as FileEarmarkMusic } from './icons/file-earmark-music'; export { default as FileEarmarkPdfFill } from './icons/file-earmark-pdf-fill'; export { default as FileEarmarkPdf } from './icons/file-earmark-pdf'; export { default as FileEarmarkPersonFill } from './icons/file-earmark-person-fill'; export { default as FileEarmarkPerson } from './icons/file-earmark-person'; export { default as FileEarmarkPlayFill } from './icons/file-earmark-play-fill'; export { default as FileEarmarkPlay } from './icons/file-earmark-play'; export { default as FileEarmarkPlusFill } from './icons/file-earmark-plus-fill'; export { default as FileEarmarkPlus } from './icons/file-earmark-plus'; export { default as FileEarmarkPostFill } from './icons/file-earmark-post-fill'; export { default as FileEarmarkPost } from './icons/file-earmark-post'; export { default as FileEarmarkPptFill } from './icons/file-earmark-ppt-fill'; export { default as FileEarmarkPpt } from './icons/file-earmark-ppt'; export { default as FileEarmarkRichtextFill } from './icons/file-earmark-richtext-fill'; export { default as FileEarmarkRichtext } from './icons/file-earmark-richtext'; export { default as FileEarmarkRuledFill } from './icons/file-earmark-ruled-fill'; export { default as FileEarmarkRuled } from './icons/file-earmark-ruled'; export { default as FileEarmarkSlidesFill } from './icons/file-earmark-slides-fill'; export { default as FileEarmarkSlides } from './icons/file-earmark-slides'; export { default as FileEarmarkSpreadsheetFill } from './icons/file-earmark-spreadsheet-fill'; export { default as FileEarmarkSpreadsheet } from './icons/file-earmark-spreadsheet'; export { default as FileEarmarkTextFill } from './icons/file-earmark-text-fill'; export { default as FileEarmarkText } from './icons/file-earmark-text'; export { default as FileEarmarkWordFill } from './icons/file-earmark-word-fill'; export { default as FileEarmarkWord } from './icons/file-earmark-word'; export { default as FileEarmarkXFill } from './icons/file-earmark-x-fill'; export { default as FileEarmarkX } from './icons/file-earmark-x'; export { default as FileEarmarkZipFill } from './icons/file-earmark-zip-fill'; export { default as FileEarmarkZip } from './icons/file-earmark-zip'; export { default as FileEarmark } from './icons/file-earmark'; export { default as FileEaselFill } from './icons/file-easel-fill'; export { default as FileEasel } from './icons/file-easel'; export { default as FileExcelFill } from './icons/file-excel-fill'; export { default as FileExcel } from './icons/file-excel'; export { default as FileFill } from './icons/file-fill'; export { default as FileFontFill } from './icons/file-font-fill'; export { default as FileFont } from './icons/file-font'; export { default as FileImageFill } from './icons/file-image-fill'; export { default as FileImage } from './icons/file-image'; export { default as FileLockFill } from './icons/file-lock-fill'; export { default as FileLock } from './icons/file-lock'; export { default as FileLock2Fill } from './icons/file-lock2-fill'; export { default as FileLock2 } from './icons/file-lock2'; export { default as FileMedicalFill } from './icons/file-medical-fill'; export { default as FileMedical } from './icons/file-medical'; export { default as FileMinusFill } from './icons/file-minus-fill'; export { default as FileMinus } from './icons/file-minus'; export { default as FileMusicFill } from './icons/file-music-fill'; export { default as FileMusic } from './icons/file-music'; export { default as FilePdfFill } from './icons/file-pdf-fill'; export { default as FilePdf } from './icons/file-pdf'; export { default as FilePersonFill } from './icons/file-person-fill'; export { default as FilePerson } from './icons/file-person'; export { default as FilePlayFill } from './icons/file-play-fill'; export { default as FilePlay } from './icons/file-play'; export { default as FilePlusFill } from './icons/file-plus-fill'; export { default as FilePlus } from './icons/file-plus'; export { default as FilePostFill } from './icons/file-post-fill'; export { default as FilePost } from './icons/file-post'; export { default as FilePptFill } from './icons/file-ppt-fill'; export { default as FilePpt } from './icons/file-ppt'; export { default as FileRichtextFill } from './icons/file-richtext-fill'; export { default as FileRichtext } from './icons/file-richtext'; export { default as FileRuledFill } from './icons/file-ruled-fill'; export { default as FileRuled } from './icons/file-ruled'; export { default as FileSlidesFill } from './icons/file-slides-fill'; export { default as FileSlides } from './icons/file-slides'; export { default as FileSpreadsheetFill } from './icons/file-spreadsheet-fill'; export { default as FileSpreadsheet } from './icons/file-spreadsheet'; export { default as FileTextFill } from './icons/file-text-fill'; export { default as FileText } from './icons/file-text'; export { default as FileWordFill } from './icons/file-word-fill'; export { default as FileWord } from './icons/file-word'; export { default as FileXFill } from './icons/file-x-fill'; export { default as FileX } from './icons/file-x'; export { default as FileZipFill } from './icons/file-zip-fill'; export { default as FileZip } from './icons/file-zip'; export { default as File } from './icons/file'; export { default as FilesAlt } from './icons/files-alt'; export { default as Files } from './icons/files'; export { default as FiletypeAac } from './icons/filetype-aac'; export { default as FiletypeAi } from './icons/filetype-ai'; export { default as FiletypeBmp } from './icons/filetype-bmp'; export { default as FiletypeCs } from './icons/filetype-cs'; export { default as FiletypeCss } from './icons/filetype-css'; export { default as FiletypeCsv } from './icons/filetype-csv'; export { default as FiletypeDoc } from './icons/filetype-doc'; export { default as FiletypeDocx } from './icons/filetype-docx'; export { default as FiletypeExe } from './icons/filetype-exe'; export { default as FiletypeGif } from './icons/filetype-gif'; export { default as FiletypeHeic } from './icons/filetype-heic'; export { default as FiletypeHtml } from './icons/filetype-html'; export { default as FiletypeJava } from './icons/filetype-java'; export { default as FiletypeJpg } from './icons/filetype-jpg'; export { default as FiletypeJs } from './icons/filetype-js'; export { default as FiletypeJson } from './icons/filetype-json'; export { default as FiletypeJsx } from './icons/filetype-jsx'; export { default as FiletypeKey } from './icons/filetype-key'; export { default as FiletypeM4p } from './icons/filetype-m4p'; export { default as FiletypeMd } from './icons/filetype-md'; export { default as FiletypeMdx } from './icons/filetype-mdx'; export { default as FiletypeMov } from './icons/filetype-mov'; export { default as FiletypeMp3 } from './icons/filetype-mp3'; export { default as FiletypeMp4 } from './icons/filetype-mp4'; export { default as FiletypeOtf } from './icons/filetype-otf'; export { default as FiletypePdf } from './icons/filetype-pdf'; export { default as FiletypePhp } from './icons/filetype-php'; export { default as FiletypePng } from './icons/filetype-png'; export { default as FiletypePpt } from './icons/filetype-ppt'; export { default as FiletypePptx } from './icons/filetype-pptx'; export { default as FiletypePsd } from './icons/filetype-psd'; export { default as FiletypePy } from './icons/filetype-py'; export { default as FiletypeRaw } from './icons/filetype-raw'; export { default as FiletypeRb } from './icons/filetype-rb'; export { default as FiletypeSass } from './icons/filetype-sass'; export { default as FiletypeScss } from './icons/filetype-scss'; export { default as FiletypeSh } from './icons/filetype-sh'; export { default as FiletypeSql } from './icons/filetype-sql'; export { default as FiletypeSvg } from './icons/filetype-svg'; export { default as FiletypeTiff } from './icons/filetype-tiff'; export { default as FiletypeTsx } from './icons/filetype-tsx'; export { default as FiletypeTtf } from './icons/filetype-ttf'; export { default as FiletypeTxt } from './icons/filetype-txt'; export { default as FiletypeWav } from './icons/filetype-wav'; export { default as FiletypeWoff } from './icons/filetype-woff'; export { default as FiletypeXls } from './icons/filetype-xls'; export { default as FiletypeXlsx } from './icons/filetype-xlsx'; export { default as FiletypeXml } from './icons/filetype-xml'; export { default as FiletypeYml } from './icons/filetype-yml'; export { default as Film } from './icons/film'; export { default as FilterCircleFill } from './icons/filter-circle-fill'; export { default as FilterCircle } from './icons/filter-circle'; export { default as FilterLeft } from './icons/filter-left'; export { default as FilterRight } from './icons/filter-right'; export { default as FilterSquareFill } from './icons/filter-square-fill'; export { default as FilterSquare } from './icons/filter-square'; export { default as Filter } from './icons/filter'; export { default as Fingerprint } from './icons/fingerprint'; export { default as Fire } from './icons/fire'; export { default as FlagFill } from './icons/flag-fill'; export { default as Flag } from './icons/flag'; export { default as FlaskFill } from './icons/flask-fill'; export { default as FlaskFlorenceFill } from './icons/flask-florence-fill'; export { default as FlaskFlorence } from './icons/flask-florence'; export { default as Flask } from './icons/flask'; export { default as FloppyFill } from './icons/floppy-fill'; export { default as Floppy } from './icons/floppy'; export { default as Floppy2Fill } from './icons/floppy2-fill'; export { default as Floppy2 } from './icons/floppy2'; export { default as Flower1 } from './icons/flower1'; export { default as Flower2 } from './icons/flower2'; export { default as Flower3 } from './icons/flower3'; export { default as FolderCheck } from './icons/folder-check'; export { default as FolderFill } from './icons/folder-fill'; export { default as FolderMinus } from './icons/folder-minus'; export { default as FolderPlus } from './icons/folder-plus'; export { default as FolderSymlinkFill } from './icons/folder-symlink-fill'; export { default as FolderSymlink } from './icons/folder-symlink'; export { default as FolderX } from './icons/folder-x'; export { default as Folder } from './icons/folder'; export { default as Folder2Open } from './icons/folder2-open'; export { default as Folder2 } from './icons/folder2'; export { default as Fonts } from './icons/fonts'; export { default as ForkKnife } from './icons/fork-knife'; export { default as ForwardFill } from './icons/forward-fill'; export { default as Forward } from './icons/forward'; export { default as Front } from './icons/front'; export { default as FuelPumpDieselFill } from './icons/fuel-pump-diesel-fill'; export { default as FuelPumpDiesel } from './icons/fuel-pump-diesel'; export { default as FuelPumpFill } from './icons/fuel-pump-fill'; export { default as FuelPump } from './icons/fuel-pump'; export { default as FullscreenExit } from './icons/fullscreen-exit'; export { default as Fullscreen } from './icons/fullscreen'; export { default as FunnelFill } from './icons/funnel-fill'; export { default as Funnel } from './icons/funnel'; export { default as GearFill } from './icons/gear-fill'; export { default as GearWideConnected } from './icons/gear-wide-connected'; export { default as GearWide } from './icons/gear-wide'; export { default as Gear } from './icons/gear'; export { default as Gem } from './icons/gem'; export { default as GenderAmbiguous } from './icons/gender-ambiguous'; export { default as GenderFemale } from './icons/gender-female'; export { default as GenderMale } from './icons/gender-male'; export { default as GenderNeuter } from './icons/gender-neuter'; export { default as GenderTrans } from './icons/gender-trans'; export { default as GeoAltFill } from './icons/geo-alt-fill'; export { default as GeoAlt } from './icons/geo-alt'; export { default as GeoFill } from './icons/geo-fill'; export { default as Geo } from './icons/geo'; export { default as GiftFill } from './icons/gift-fill'; export { default as Gift } from './icons/gift'; export { default as Git } from './icons/git'; export { default as Github } from './icons/github'; export { default as Gitlab } from './icons/gitlab'; export { default as GlobeAmericasFill } from './icons/globe-americas-fill'; export { default as GlobeAmericas } from './icons/globe-americas'; export { default as GlobeAsiaAustraliaFill } from './icons/globe-asia-australia-fill'; export { default as GlobeAsiaAustralia } from './icons/globe-asia-australia'; export { default as GlobeCentralSouthAsiaFill } from './icons/globe-central-south-asia-fill'; export { default as GlobeCentralSouthAsia } from './icons/globe-central-south-asia'; export { default as GlobeEuropeAfricaFill } from './icons/globe-europe-africa-fill'; export { default as GlobeEuropeAfrica } from './icons/globe-europe-africa'; export { default as Globe } from './icons/globe'; export { default as Globe2 } from './icons/globe2'; export { default as GooglePlay } from './icons/google-play'; export { default as Google } from './icons/google'; export { default as GpuCard } from './icons/gpu-card'; export { default as GraphDownArrow } from './icons/graph-down-arrow'; export { default as GraphDown } from './icons/graph-down'; export { default as GraphUpArrow } from './icons/graph-up-arrow'; export { default as GraphUp } from './icons/graph-up'; export { default as Grid1x2Fill } from './icons/grid-1x2-fill'; export { default as Grid1x2 } from './icons/grid-1x2'; export { default as Grid3x2GapFill } from './icons/grid-3x2-gap-fill'; export { default as Grid3x2Gap } from './icons/grid-3x2-gap'; export { default as Grid3x2 } from './icons/grid-3x2'; export { default as Grid3x3GapFill } from './icons/grid-3x3-gap-fill'; export { default as Grid3x3Gap } from './icons/grid-3x3-gap'; export { default as Grid3x3 } from './icons/grid-3x3'; export { default as GridFill } from './icons/grid-fill'; export { default as Grid } from './icons/grid'; export { default as GripHorizontal } from './icons/grip-horizontal'; export { default as GripVertical } from './icons/grip-vertical'; export { default as HCircleFill } from './icons/h-circle-fill'; export { default as HCircle } from './icons/h-circle'; export { default as HSquareFill } from './icons/h-square-fill'; export { default as HSquare } from './icons/h-square'; export { default as Hammer } from './icons/hammer'; export { default as HandIndexFill } from './icons/hand-index-fill'; export { default as HandIndexThumbFill } from './icons/hand-index-thumb-fill'; export { default as HandIndexThumb } from './icons/hand-index-thumb'; export { default as HandIndex } from './icons/hand-index'; export { default as HandThumbsDownFill } from './icons/hand-thumbs-down-fill'; export { default as HandThumbsDown } from './icons/hand-thumbs-down'; export { default as HandThumbsUpFill } from './icons/hand-thumbs-up-fill'; export { default as HandThumbsUp } from './icons/hand-thumbs-up'; export { default as HandbagFill } from './icons/handbag-fill'; export { default as Handbag } from './icons/handbag'; export { default as Hash } from './icons/hash'; export { default as HddFill } from './icons/hdd-fill'; export { default as HddNetworkFill } from './icons/hdd-network-fill'; export { default as HddNetwork } from './icons/hdd-network'; export { default as HddRackFill } from './icons/hdd-rack-fill'; export { default as HddRack } from './icons/hdd-rack'; export { default as HddStackFill } from './icons/hdd-stack-fill'; export { default as HddStack } from './icons/hdd-stack'; export { default as Hdd } from './icons/hdd'; export { default as HdmiFill } from './icons/hdmi-fill'; export { default as Hdmi } from './icons/hdmi'; export { default as Headphones } from './icons/headphones'; export { default as HeadsetVr } from './icons/headset-vr'; export { default as Headset } from './icons/headset'; export { default as HeartArrow } from './icons/heart-arrow'; export { default as HeartFill } from './icons/heart-fill'; export { default as HeartHalf } from './icons/heart-half'; export { default as HeartPulseFill } from './icons/heart-pulse-fill'; export { default as HeartPulse } from './icons/heart-pulse'; export { default as Heart } from './icons/heart'; export { default as HeartbreakFill } from './icons/heartbreak-fill'; export { default as Heartbreak } from './icons/heartbreak'; export { default as Hearts } from './icons/hearts'; export { default as HeptagonFill } from './icons/heptagon-fill'; export { default as HeptagonHalf } from './icons/heptagon-half'; export { default as Heptagon } from './icons/heptagon'; export { default as HexagonFill } from './icons/hexagon-fill'; export { default as HexagonHalf } from './icons/hexagon-half'; export { default as Hexagon } from './icons/hexagon'; export { default as Highlighter } from './icons/highlighter'; export { default as Highlights } from './icons/highlights'; export { default as HospitalFill } from './icons/hospital-fill'; export { default as Hospital } from './icons/hospital'; export { default as HourglassBottom } from './icons/hourglass-bottom'; export { default as HourglassSplit } from './icons/hourglass-split'; export { default as HourglassTop } from './icons/hourglass-top'; export { default as Hourglass } from './icons/hourglass'; export { default as HouseAddFill } from './icons/house-add-fill'; export { default as HouseAdd } from './icons/house-add'; export { default as HouseCheckFill } from './icons/house-check-fill'; export { default as HouseCheck } from './icons/house-check'; export { default as HouseDashFill } from './icons/house-dash-fill'; export { default as HouseDash } from './icons/house-dash'; export { default as HouseDoorFill } from './icons/house-door-fill'; export { default as HouseDoor } from './icons/house-door'; export { default as HouseDownFill } from './icons/house-down-fill'; export { default as HouseDown } from './icons/house-down'; export { default as HouseExclamationFill } from './icons/house-exclamation-fill'; export { default as HouseExclamation } from './icons/house-exclamation'; export { default as HouseFill } from './icons/house-fill'; export { default as HouseGearFill } from './icons/house-gear-fill'; export { default as HouseGear } from './icons/house-gear'; export { default as HouseHeartFill } from './icons/house-heart-fill'; export { default as HouseHeart } from './icons/house-heart'; export { default as HouseLockFill } from './icons/house-lock-fill'; export { default as HouseLock } from './icons/house-lock'; export { default as HouseSlashFill } from './icons/house-slash-fill'; export { default as HouseSlash } from './icons/house-slash'; export { default as HouseUpFill } from './icons/house-up-fill'; export { default as HouseUp } from './icons/house-up'; export { default as HouseXFill } from './icons/house-x-fill'; export { default as HouseX } from './icons/house-x'; export { default as House } from './icons/house'; export { default as HousesFill } from './icons/houses-fill'; export { default as Houses } from './icons/houses'; export { default as Hr } from './icons/hr'; export { default as Hurricane } from './icons/hurricane'; export { default as Hypnotize } from './icons/hypnotize'; export { default as ImageAlt } from './icons/image-alt'; export { default as ImageFill } from './icons/image-fill'; export { default as Image } from './icons/image'; export { default as Images } from './icons/images'; export { default as InboxFill } from './icons/inbox-fill'; export { default as Inbox } from './icons/inbox'; export { default as InboxesFill } from './icons/inboxes-fill'; export { default as Inboxes } from './icons/inboxes'; export { default as Incognito } from './icons/incognito'; export { default as Indent } from './icons/indent'; export { default as Infinity } from './icons/infinity'; export { default as InfoCircleFill } from './icons/info-circle-fill'; export { default as InfoCircle } from './icons/info-circle'; export { default as InfoLg } from './icons/info-lg'; export { default as InfoSquareFill } from './icons/info-square-fill'; export { default as InfoSquare } from './icons/info-square'; export { default as Info } from './icons/info'; export { default as InputCursorText } from './icons/input-cursor-text'; export { default as InputCursor } from './icons/input-cursor'; export { default as Instagram } from './icons/instagram'; export { default as Intersect } from './icons/intersect'; export { default as Javascript } from './icons/javascript'; export { default as JournalAlbum } from './icons/journal-album'; export { default as JournalArrowDown } from './icons/journal-arrow-down'; export { default as JournalArrowUp } from './icons/journal-arrow-up'; export { default as JournalBookmarkFill } from './icons/journal-bookmark-fill'; export { default as JournalBookmark } from './icons/journal-bookmark'; export { default as JournalCheck } from './icons/journal-check'; export { default as JournalCode } from './icons/journal-code'; export { default as JournalMedical } from './icons/journal-medical'; export { default as JournalMinus } from './icons/journal-minus'; export { default as JournalPlus } from './icons/journal-plus'; export { default as JournalRichtext } from './icons/journal-richtext'; export { default as JournalText } from './icons/journal-text'; export { default as JournalX } from './icons/journal-x'; export { default as Journal } from './icons/journal'; export { default as Journals } from './icons/journals'; export { default as Joystick } from './icons/joystick'; export { default as JustifyLeft } from './icons/justify-left'; export { default as JustifyRight } from './icons/justify-right'; export { default as Justify } from './icons/justify'; export { default as KanbanFill } from './icons/kanban-fill'; export { default as Kanban } from './icons/kanban'; export { default as KeyFill } from './icons/key-fill'; export { default as Key } from './icons/key'; export { default as KeyboardFill } from './icons/keyboard-fill'; export { default as Keyboard } from './icons/keyboard'; export { default as Ladder } from './icons/ladder'; export { default as LampFill } from './icons/lamp-fill'; export { default as Lamp } from './icons/lamp'; export { default as LaptopFill } from './icons/laptop-fill'; export { default as Laptop } from './icons/laptop'; export { default as LayerBackward } from './icons/layer-backward'; export { default as LayerForward } from './icons/layer-forward'; export { default as LayersFill } from './icons/layers-fill'; export { default as LayersHalf } from './icons/layers-half'; export { default as Layers } from './icons/layers'; export { default as LayoutSidebarInsetReverse } from './icons/layout-sidebar-inset-reverse'; export { default as LayoutSidebarInset } from './icons/layout-sidebar-inset'; export { default as LayoutSidebarReverse } from './icons/layout-sidebar-reverse'; export { default as LayoutSidebar } from './icons/layout-sidebar'; export { default as LayoutSplit } from './icons/layout-split'; export { default as LayoutTextSidebarReverse } from './icons/layout-text-sidebar-reverse'; export { default as LayoutTextSidebar } from './icons/layout-text-sidebar'; export { default as LayoutTextWindowReverse } from './icons/layout-text-window-reverse'; export { default as LayoutTextWindow } from './icons/layout-text-window'; export { default as LayoutThreeColumns } from './icons/layout-three-columns'; export { default as LayoutWtf } from './icons/layout-wtf'; export { default as LeafFill } from './icons/leaf-fill'; export { default as Leaf } from './icons/leaf'; export { default as LifePreserver } from './icons/life-preserver'; export { default as LightbulbFill } from './icons/lightbulb-fill'; export { default as LightbulbOffFill } from './icons/lightbulb-off-fill'; export { default as LightbulbOff } from './icons/lightbulb-off'; export { default as Lightbulb } from './icons/lightbulb'; export { default as LightningChargeFill } from './icons/lightning-charge-fill'; export { default as LightningCharge } from './icons/lightning-charge'; export { default as LightningFill } from './icons/lightning-fill'; export { default as Lightning } from './icons/lightning'; export { default as Line } from './icons/line'; export { default as Link45deg } from './icons/link-45deg'; export { default as Link } from './icons/link'; export { default as Linkedin } from './icons/linkedin'; export { default as ListCheck } from './icons/list-check'; export { default as ListColumnsReverse } from './icons/list-columns-reverse'; export { default as ListColumns } from './icons/list-columns'; export { default as ListNested } from './icons/list-nested'; export { default as ListOl } from './icons/list-ol'; export { default as ListStars } from './icons/list-stars'; export { default as ListTask } from './icons/list-task'; export { default as ListUl } from './icons/list-ul'; export { default as List } from './icons/list'; export { default as LockFill } from './icons/lock-fill'; export { default as Lock } from './icons/lock'; export { default as LuggageFill } from './icons/luggage-fill'; export { default as Luggage } from './icons/luggage'; export { default as LungsFill } from './icons/lungs-fill'; export { default as Lungs } from './icons/lungs'; export { default as Magic } from './icons/magic'; export { default as MagnetFill } from './icons/magnet-fill'; export { default as Magnet } from './icons/magnet'; export { default as MailboxFlag } from './icons/mailbox-flag'; export { default as Mailbox } from './icons/mailbox'; export { default as Mailbox2Flag } from './icons/mailbox2-flag'; export { default as Mailbox2 } from './icons/mailbox2'; export { default as MapFill } from './icons/map-fill'; export { default as Map } from './icons/map'; export { default as MarkdownFill } from './icons/markdown-fill'; export { default as Markdown } from './icons/markdown'; export { default as MarkerTip } from './icons/marker-tip'; export { default as Mask } from './icons/mask'; export { default as Mastodon } from './icons/mastodon'; export { default as MeasuringCupFill } from './icons/measuring-cup-fill'; export { default as MeasuringCup } from './icons/measuring-cup'; export { default as Medium } from './icons/medium'; export { default as MegaphoneFill } from './icons/megaphone-fill'; export { default as Megaphone } from './icons/megaphone'; export { default as Memory } from './icons/memory'; export { default as MenuAppFill } from './icons/menu-app-fill'; export { default as MenuApp } from './icons/menu-app'; export { default as MenuButtonFill } from './icons/menu-button-fill'; export { default as MenuButtonWideFill } from './icons/menu-button-wide-fill'; export { default as MenuButtonWide } from './icons/menu-button-wide'; export { default as MenuButton } from './icons/menu-button'; export { default as MenuDown } from './icons/menu-down'; export { default as MenuUp } from './icons/menu-up'; export { default as Messenger } from './icons/messenger'; export { default as Meta } from './icons/meta'; export { default as MicFill } from './icons/mic-fill'; export { default as MicMuteFill } from './icons/mic-mute-fill'; export { default as MicMute } from './icons/mic-mute'; export { default as Mic } from './icons/mic'; export { default as MicrosoftTeams } from './icons/microsoft-teams'; export { default as Microsoft } from './icons/microsoft'; export { default as MinecartLoaded } from './icons/minecart-loaded'; export { default as Minecart } from './icons/minecart'; export { default as ModemFill } from './icons/modem-fill'; export { default as Modem } from './icons/modem'; export { default as Moisture } from './icons/moisture'; export { default as MoonFill } from './icons/moon-fill'; export { default as MoonStarsFill } from './icons/moon-stars-fill'; export { default as MoonStars } from './icons/moon-stars'; export { default as Moon } from './icons/moon'; export { default as MortarboardFill } from './icons/mortarboard-fill'; export { default as Mortarboard } from './icons/mortarboard'; export { default as MotherboardFill } from './icons/motherboard-fill'; export { default as Motherboard } from './icons/motherboard'; export { default as MouseFill } from './icons/mouse-fill'; export { default as Mouse } from './icons/mouse'; export { default as Mouse2Fill } from './icons/mouse2-fill'; export { default as Mouse2 } from './icons/mouse2'; export { default as Mouse3Fill } from './icons/mouse3-fill'; export { default as Mouse3 } from './icons/mouse3'; export { default as MusicNoteBeamed } from './icons/music-note-beamed'; export { default as MusicNoteList } from './icons/music-note-list'; export { default as MusicNote } from './icons/music-note'; export { default as MusicPlayerFill } from './icons/music-player-fill'; export { default as MusicPlayer } from './icons/music-player'; export { default as Newspaper } from './icons/newspaper'; export { default as NintendoSwitch } from './icons/nintendo-switch'; export { default as NodeMinusFill } from './icons/node-minus-fill'; export { default as NodeMinus } from './icons/node-minus'; export { default as NodePlusFill } from './icons/node-plus-fill'; export { default as NodePlus } from './icons/node-plus'; export { default as NoiseReduction } from './icons/noise-reduction'; export { default as NutFill } from './icons/nut-fill'; export { default as Nut } from './icons/nut'; export { default as Nvidia } from './icons/nvidia'; export { default as NvmeFill } from './icons/nvme-fill'; export { default as Nvme } from './icons/nvme'; export { default as OctagonFill } from './icons/octagon-fill'; export { default as OctagonHalf } from './icons/octagon-half'; export { default as Octagon } from './icons/octagon'; export { default as Openai } from './icons/openai'; export { default as Opencollective } from './icons/opencollective'; export { default as OpticalAudioFill } from './icons/optical-audio-fill'; export { default as OpticalAudio } from './icons/optical-audio'; export { default as Option } from './icons/option'; export { default as Outlet } from './icons/outlet'; export { default as PCircleFill } from './icons/p-circle-fill'; export { default as PCircle } from './icons/p-circle'; export { default as PSquareFill } from './icons/p-square-fill'; export { default as PSquare } from './icons/p-square'; export { default as PaintBucket } from './icons/paint-bucket'; export { default as PaletteFill } from './icons/palette-fill'; export { default as Palette } from './icons/palette'; export { default as Palette2 } from './icons/palette2'; export { default as Paperclip } from './icons/paperclip'; export { default as Paragraph } from './icons/paragraph'; export { default as PassFill } from './icons/pass-fill'; export { default as Pass } from './icons/pass'; export { default as PassportFill } from './icons/passport-fill'; export { default as Passport } from './icons/passport'; export { default as PatchCheckFill } from './icons/patch-check-fill'; export { default as PatchCheck } from './icons/patch-check'; export { default as PatchExclamationFill } from './icons/patch-exclamation-fill'; export { default as PatchExclamation } from './icons/patch-exclamation'; export { default as PatchMinusFill } from './icons/patch-minus-fill'; export { default as PatchMinus } from './icons/patch-minus'; export { default as PatchPlusFill } from './icons/patch-plus-fill'; export { default as PatchPlus } from './icons/patch-plus'; export { default as PatchQuestionFill } from './icons/patch-question-fill'; export { default as PatchQuestion } from './icons/patch-question'; export { default as PauseBtnFill } from './icons/pause-btn-fill'; export { default as PauseBtn } from './icons/pause-btn'; export { default as PauseCircleFill } from './icons/pause-circle-fill'; export { default as PauseCircle } from './icons/pause-circle'; export { default as PauseFill } from './icons/pause-fill'; export { default as Pause } from './icons/pause'; export { default as Paypal } from './icons/paypal'; export { default as PcDisplayHorizontal } from './icons/pc-display-horizontal'; export { default as PcDisplay } from './icons/pc-display'; export { default as PcHorizontal } from './icons/pc-horizontal'; export { default as Pc } from './icons/pc'; export { default as PciCardNetwork } from './icons/pci-card-network'; export { default as PciCardSound } from './icons/pci-card-sound'; export { default as PciCard } from './icons/pci-card'; export { default as PeaceFill } from './icons/peace-fill'; export { default as Peace } from './icons/peace'; export { default as PenFill } from './icons/pen-fill'; export { default as Pen } from './icons/pen'; export { default as PencilFill } from './icons/pencil-fill'; export { default as PencilSquare } from './icons/pencil-square'; export { default as Pencil } from './icons/pencil'; export { default as PentagonFill } from './icons/pentagon-fill'; export { default as PentagonHalf } from './icons/pentagon-half'; export { default as Pentagon } from './icons/pentagon'; export { default as PeopleFill } from './icons/people-fill'; export { default as People } from './icons/people'; export { default as Percent } from './icons/percent'; export { default as Perplexity } from './icons/perplexity'; export { default as PersonAdd } from './icons/person-add'; export { default as PersonArmsUp } from './icons/person-arms-up'; export { default as PersonBadgeFill } from './icons/person-badge-fill'; export { default as PersonBadge } from './icons/person-badge'; export { default as PersonBoundingBox } from './icons/person-bounding-box'; export { default as PersonCheckFill } from './icons/person-check-fill'; export { default as PersonCheck } from './icons/person-check'; export { default as PersonCircle } from './icons/person-circle'; export { default as PersonDashFill } from './icons/person-dash-fill'; export { default as PersonDash } from './icons/person-dash'; export { default as PersonDown } from './icons/person-down'; export { default as PersonExclamation } from './icons/person-exclamation'; export { default as PersonFillAdd } from './icons/person-fill-add'; export { default as PersonFillCheck } from './icons/person-fill-check'; export { default as PersonFillDash } from './icons/person-fill-dash'; export { default as PersonFillDown } from './icons/person-fill-down'; export { default as PersonFillExclamation } from './icons/person-fill-exclamation'; export { default as PersonFillGear } from './icons/person-fill-gear'; export { default as PersonFillLock } from './icons/person-fill-lock'; export { default as PersonFillSlash } from './icons/person-fill-slash'; export { default as PersonFillUp } from './icons/person-fill-up'; export { default as PersonFillX } from './icons/person-fill-x'; export { default as PersonFill } from './icons/person-fill'; export { default as PersonGear } from './icons/person-gear'; export { default as PersonHeart } from './icons/person-heart'; export { default as PersonHearts } from './icons/person-hearts'; export { default as PersonLinesFill } from './icons/person-lines-fill'; export { default as PersonLock } from './icons/person-lock'; export { default as PersonPlusFill } from './icons/person-plus-fill'; export { default as PersonPlus } from './icons/person-plus'; export { default as PersonRaisedHand } from './icons/person-raised-hand'; export { default as PersonRolodex } from './icons/person-rolodex'; export { default as PersonSlash } from './icons/person-slash'; export { default as PersonSquare } from './icons/person-square'; export { default as PersonStandingDress } from './icons/person-standing-dress'; export { default as PersonStanding } from './icons/person-standing'; export { default as PersonUp } from './icons/person-up'; export { default as PersonVcardFill } from './icons/person-vcard-fill'; export { default as PersonVcard } from './icons/person-vcard'; export { default as PersonVideo } from './icons/person-video'; export { default as PersonVideo2 } from './icons/person-video2'; export { default as PersonVideo3 } from './icons/person-video3'; export { default as PersonWalking } from './icons/person-walking'; export { default as PersonWheelchair } from './icons/person-wheelchair'; export { default as PersonWorkspace } from './icons/person-workspace'; export { default as PersonXFill } from './icons/person-x-fill'; export { default as PersonX } from './icons/person-x'; export { default as Person } from './icons/person'; export { default as PhoneFill } from './icons/phone-fill'; export { default as PhoneFlip } from './icons/phone-flip'; export { default as PhoneLandscapeFill } from './icons/phone-landscape-fill'; export { default as PhoneLandscape } from './icons/phone-landscape'; export { default as PhoneVibrateFill } from './icons/phone-vibrate-fill'; export { default as PhoneVibrate } from './icons/phone-vibrate'; export { default as Phone } from './icons/phone'; export { default as PieChartFill } from './icons/pie-chart-fill'; export { default as PieChart } from './icons/pie-chart'; export { default as PiggyBankFill } from './icons/piggy-bank-fill'; export { default as PiggyBank } from './icons/piggy-bank'; export { default as PinAngleFill } from './icons/pin-angle-fill'; export { default as PinAngle } from './icons/pin-angle'; export { default as PinFill } from './icons/pin-fill'; export { default as PinMapFill } from './icons/pin-map-fill'; export { default as PinMap } from './icons/pin-map'; export { default as Pin } from './icons/pin'; export { default as Pinterest } from './icons/pinterest'; export { default as PipFill } from './icons/pip-fill'; export { default as Pip } from './icons/pip'; export { default as PlayBtnFill } from './icons/play-btn-fill'; export { default as PlayBtn } from './icons/play-btn'; export { default as PlayCircleFill } from './icons/play-circle-fill'; export { default as PlayCircle } from './icons/play-circle'; export { default as PlayFill } from './icons/play-fill'; export { default as Play } from './icons/play'; export { default as Playstation } from './icons/playstation'; export { default as PlugFill } from './icons/plug-fill'; export { default as Plug } from './icons/plug'; export { default as Plugin } from './icons/plugin'; export { default as PlusCircleDotted } from './icons/plus-circle-dotted'; export { default as PlusCircleFill } from './icons/plus-circle-fill'; export { default as PlusCircle } from './icons/plus-circle'; export { default as PlusLg } from './icons/plus-lg'; export { default as PlusSlashMinus } from './icons/plus-slash-minus'; export { default as PlusSquareDotted } from './icons/plus-square-dotted'; export { default as PlusSquareFill } from './icons/plus-square-fill'; export { default as PlusSquare } from './icons/plus-square'; export { default as Plus } from './icons/plus'; export { default as PostageFill } from './icons/postage-fill'; export { default as PostageHeartFill } from './icons/postage-heart-fill'; export { default as PostageHeart } from './icons/postage-heart'; export { default as Postage } from './icons/postage'; export { default as PostcardFill } from './icons/postcard-fill'; export { default as PostcardHeartFill } from './icons/postcard-heart-fill'; export { default as PostcardHeart } from './icons/postcard-heart'; export { default as Postcard } from './icons/postcard'; export { default as Power } from './icons/power'; export { default as Prescription } from './icons/prescription'; export { default as Prescription2 } from './icons/prescription2'; export { default as PrinterFill } from './icons/printer-fill'; export { default as Printer } from './icons/printer'; export { default as ProjectorFill } from './icons/projector-fill'; export { default as Projector } from './icons/projector'; export { default as PuzzleFill } from './icons/puzzle-fill'; export { default as Puzzle } from './icons/puzzle'; export { default as QrCodeScan } from './icons/qr-code-scan'; export { default as QrCode } from './icons/qr-code'; export { default as QuestionCircleFill } from './icons/question-circle-fill'; export { default as QuestionCircle } from './icons/question-circle'; export { default as QuestionDiamondFill } from './icons/question-diamond-fill'; export { default as QuestionDiamond } from './icons/question-diamond'; export { default as QuestionLg } from './icons/question-lg'; export { default as QuestionOctagonFill } from './icons/question-octagon-fill'; export { default as QuestionOctagon } from './icons/question-octagon'; export { default as QuestionSquareFill } from './icons/question-square-fill'; export { default as QuestionSquare } from './icons/question-square'; export { default as Question } from './icons/question'; export { default as Quora } from './icons/quora'; export { default as Quote } from './icons/quote'; export { default as RCircleFill } from './icons/r-circle-fill'; export { default as RCircle } from './icons/r-circle'; export { default as RSquareFill } from './icons/r-square-fill'; export { default as RSquare } from './icons/r-square'; export { default as Radar } from './icons/radar'; export { default as Radioactive } from './icons/radioactive'; export { default as Rainbow } from './icons/rainbow'; export { default as ReceiptCutoff } from './icons/receipt-cutoff'; export { default as Receipt } from './icons/receipt'; export { default as Reception0 } from './icons/reception-0'; export { default as Reception1 } from './icons/reception-1'; export { default as Reception2 } from './icons/reception-2'; export { default as Reception3 } from './icons/reception-3'; export { default as Reception4 } from './icons/reception-4'; export { default as RecordBtnFill } from './icons/record-btn-fill'; export { default as RecordBtn } from './icons/record-btn'; export { default as RecordCircleFill } from './icons/record-circle-fill'; export { default as RecordCircle } from './icons/record-circle'; export { default as RecordFill } from './icons/record-fill'; export { default as Record } from './icons/record'; export { default as Record2Fill } from './icons/record2-fill'; export { default as Record2 } from './icons/record2'; export { default as Recycle } from './icons/recycle'; export { default as Reddit } from './icons/reddit'; export { default as Regex } from './icons/regex'; export { default as Repeat1 } from './icons/repeat-1'; export { default as Repeat } from './icons/repeat'; export { default as ReplyAllFill } from './icons/reply-all-fill'; export { default as ReplyAll } from './icons/reply-all'; export { default as ReplyFill } from './icons/reply-fill'; export { default as Reply } from './icons/reply'; export { default as RewindBtnFill } from './icons/rewind-btn-fill'; export { default as RewindBtn } from './icons/rewind-btn'; export { default as RewindCircleFill } from './icons/rewind-circle-fill'; export { default as RewindCircle } from './icons/rewind-circle'; export { default as RewindFill } from './icons/rewind-fill'; export { default as Rewind } from './icons/rewind'; export { default as Robot } from './icons/robot'; export { default as RocketFill } from './icons/rocket-fill'; export { default as RocketTakeoffFill } from './icons/rocket-takeoff-fill'; export { default as RocketTakeoff } from './icons/rocket-takeoff'; export { default as Rocket } from './icons/rocket'; export { default as RouterFill } from './icons/router-fill'; export { default as Router } from './icons/router'; export { default as RssFill } from './icons/rss-fill'; export { default as Rss } from './icons/rss'; export { default as Rulers } from './icons/rulers'; export { default as SafeFill } from './icons/safe-fill'; export { default as Safe } from './icons/safe'; export { default as Safe2Fill } from './icons/safe2-fill'; export { default as Safe2 } from './icons/safe2'; export { default as SaveFill } from './icons/save-fill'; export { default as Save } from './icons/save'; export { default as Save2Fill } from './icons/save2-fill'; export { default as Save2 } from './icons/save2'; export { default as Scissors } from './icons/scissors'; export { default as Scooter } from './icons/scooter'; export { default as Screwdriver } from './icons/screwdriver'; export { default as SdCardFill } from './icons/sd-card-fill'; export { default as SdCard } from './icons/sd-card'; export { default as SearchHeartFill } from './icons/search-heart-fill'; export { default as SearchHeart } from './icons/search-heart'; export { default as Search } from './icons/search'; export { default as SegmentedNav } from './icons/segmented-nav'; export { default as SendArrowDownFill } from './icons/send-arrow-down-fill'; export { default as SendArrowDown } from './icons/send-arrow-down'; export { default as SendArrowUpFill } from './icons/send-arrow-up-fill'; export { default as SendArrowUp } from './icons/send-arrow-up'; export { default as SendCheckFill } from './icons/send-check-fill'; export { default as SendCheck } from './icons/send-check'; export { default as SendDashFill } from './icons/send-dash-fill'; export { default as SendDash } from './icons/send-dash'; export { default as SendExclamationFill } from './icons/send-exclamation-fill'; export { default as SendExclamation } from './icons/send-exclamation'; export { default as SendFill } from './icons/send-fill'; export { default as SendPlusFill } from './icons/send-plus-fill'; export { default as SendPlus } from './icons/send-plus'; export { default as SendSlashFill } from './icons/send-slash-fill'; export { default as SendSlash } from './icons/send-slash'; export { default as SendXFill } from './icons/send-x-fill'; export { default as SendX } from './icons/send-x'; export { default as Send } from './icons/send'; export { default as Server } from './icons/server'; export { default as Shadows } from './icons/shadows'; export { default as ShareFill } from './icons/share-fill'; export { default as Share } from './icons/share'; export { default as ShieldCheck } from './icons/shield-check'; export { default as ShieldExclamation } from './icons/shield-exclamation'; export { default as ShieldFillCheck } from './icons/shield-fill-check'; export { default as ShieldFillExclamation } from './icons/shield-fill-exclamation'; export { default as ShieldFillMinus } from './icons/shield-fill-minus'; export { default as ShieldFillPlus } from './icons/shield-fill-plus'; export { default as ShieldFillX } from './icons/shield-fill-x'; export { default as ShieldFill } from './icons/shield-fill'; export { default as ShieldLockFill } from './icons/shield-lock-fill'; export { default as ShieldLock } from './icons/shield-lock'; export { default as ShieldMinus } from './icons/shield-minus'; export { default as ShieldPlus } from './icons/shield-plus'; export { default as ShieldShaded } from './icons/shield-shaded'; export { default as ShieldSlashFill } from './icons/shield-slash-fill'; export { default as ShieldSlash } from './icons/shield-slash'; export { default as ShieldX } from './icons/shield-x'; export { default as Shield } from './icons/shield'; export { default as ShiftFill } from './icons/shift-fill'; export { default as Shift } from './icons/shift'; export { default as ShopWindow } from './icons/shop-window'; export { default as Shop } from './icons/shop'; export { default as Shuffle } from './icons/shuffle'; export { default as SignDeadEndFill } from './icons/sign-dead-end-fill'; export { default as SignDeadEnd } from './icons/sign-dead-end'; export { default as SignDoNotEnterFill } from './icons/sign-do-not-enter-fill'; export { default as SignDoNotEnter } from './icons/sign-do-not-enter'; export { default as SignIntersectionFill } from './icons/sign-intersection-fill'; export { default as SignIntersectionSideFill } from './icons/sign-intersection-side-fill'; export { default as SignIntersectionSide } from './icons/sign-intersection-side'; export { default as SignIntersectionTFill } from './icons/sign-intersection-t-fill'; export { default as SignIntersectionT } from './icons/sign-intersection-t'; export { default as SignIntersectionYFill } from './icons/sign-intersection-y-fill'; export { default as SignIntersectionY } from './icons/sign-intersection-y'; export { default as SignIntersection } from './icons/sign-intersection'; export { default as SignMergeLeftFill } from './icons/sign-merge-left-fill'; export { default as SignMergeLeft } from './icons/sign-merge-left'; export { default as SignMergeRightFill } from './icons/sign-merge-right-fill'; export { default as SignMergeRight } from './icons/sign-merge-right'; export { default as SignNoLeftTurnFill } from './icons/sign-no-left-turn-fill'; export { default as SignNoLeftTurn } from './icons/sign-no-left-turn'; export { default as SignNoParkingFill } from './icons/sign-no-parking-fill'; export { default as SignNoParking } from './icons/sign-no-parking'; export { default as SignNoRightTurnFill } from './icons/sign-no-right-turn-fill'; export { default as SignNoRightTurn } from './icons/sign-no-right-turn'; export { default as SignRailroadFill } from './icons/sign-railroad-fill'; export { default as SignRailroad } from './icons/sign-railroad'; export { default as SignStopFill } from './icons/sign-stop-fill'; export { default as SignStopLightsFill } from './icons/sign-stop-lights-fill'; export { default as SignStopLights } from './icons/sign-stop-lights'; export { default as SignStop } from './icons/sign-stop'; export { default as SignTurnLeftFill } from './icons/sign-turn-left-fill'; export { default as SignTurnLeft } from './icons/sign-turn-left'; export { default as SignTurnRightFill } from './icons/sign-turn-right-fill'; export { default as SignTurnRight } from './icons/sign-turn-right'; export { default as SignTurnSlightLeftFill } from './icons/sign-turn-slight-left-fill'; export { default as SignTurnSlightLeft } from './icons/sign-turn-slight-left'; export { default as SignTurnSlightRightFill } from './icons/sign-turn-slight-right-fill'; export { default as SignTurnSlightRight } from './icons/sign-turn-slight-right'; export { default as SignYieldFill } from './icons/sign-yield-fill'; export { default as SignYield } from './icons/sign-yield'; export { default as Signal } from './icons/signal'; export { default as Signpost2Fill } from './icons/signpost-2-fill'; export { default as Signpost2 } from './icons/signpost-2'; export { default as SignpostFill } from './icons/signpost-fill'; export { default as SignpostSplitFill } from './icons/signpost-split-fill'; export { default as SignpostSplit } from './icons/signpost-split'; export { default as Signpost } from './icons/signpost'; export { default as SimFill } from './icons/sim-fill'; export { default as SimSlashFill } from './icons/sim-slash-fill'; export { default as SimSlash } from './icons/sim-slash'; export { default as Sim } from './icons/sim'; export { default as SinaWeibo } from './icons/sina-weibo'; export { default as SkipBackwardBtnFill } from './icons/skip-backward-btn-fill'; export { default as SkipBackwardBtn } from './icons/skip-backward-btn'; export { default as SkipBackwardCircleFill } from './icons/skip-backward-circle-fill'; export { default as SkipBackwardCircle } from './icons/skip-backward-circle'; export { default as SkipBackwardFill } from './icons/skip-backward-fill'; export { default as SkipBackward } from './icons/skip-backward'; export { default as SkipEndBtnFill } from './icons/skip-end-btn-fill'; export { default as SkipEndBtn } from './icons/skip-end-btn'; export { default as SkipEndCircleFill } from './icons/skip-end-circle-fill'; export { default as SkipEndCircle } from './icons/skip-end-circle'; export { default as SkipEndFill } from './icons/skip-end-fill'; export { default as SkipEnd } from './icons/skip-end'; export { default as SkipForwardBtnFill } from './icons/skip-forward-btn-fill'; export { default as SkipForwardBtn } from './icons/skip-forward-btn'; export { default as SkipForwardCircleFill } from './icons/skip-forward-circle-fill'; export { default as SkipForwardCircle } from './icons/skip-forward-circle'; export { default as SkipForwardFill } from './icons/skip-forward-fill'; export { default as SkipForward } from './icons/skip-forward'; export { default as SkipStartBtnFill } from './icons/skip-start-btn-fill'; export { default as SkipStartBtn } from './icons/skip-start-btn'; export { default as SkipStartCircleFill } from './icons/skip-start-circle-fill'; export { default as SkipStartCircle } from './icons/skip-start-circle'; export { default as SkipStartFill } from './icons/skip-start-fill'; export { default as SkipStart } from './icons/skip-start'; export { default as Skype } from './icons/skype'; export { default as Slack } from './icons/slack'; export { default as SlashCircleFill } from './icons/slash-circle-fill'; export { default as SlashCircle } from './icons/slash-circle'; export { default as SlashLg } from './icons/slash-lg'; export { default as SlashSquareFill } from './icons/slash-square-fill'; export { default as SlashSquare } from './icons/slash-square'; export { default as Slash } from './icons/slash'; export { default as Sliders } from './icons/sliders'; export { default as Sliders2Vertical } from './icons/sliders2-vertical'; export { default as Sliders2 } from './icons/sliders2'; export { default as Smartwatch } from './icons/smartwatch'; export { default as Snapchat } from './icons/snapchat'; export { default as Snow } from './icons/snow'; export { default as Snow2 } from './icons/snow2'; export { default as Snow3 } from './icons/snow3'; export { default as SortAlphaDownAlt } from './icons/sort-alpha-down-alt'; export { default as SortAlphaDown } from './icons/sort-alpha-down'; export { default as SortAlphaUpAlt } from './icons/sort-alpha-up-alt'; export { default as SortAlphaUp } from './icons/sort-alpha-up'; export { default as SortDownAlt } from './icons/sort-down-alt'; export { default as SortDown } from './icons/sort-down'; export { default as SortNumericDownAlt } from './icons/sort-numeric-down-alt'; export { default as SortNumericDown } from './icons/sort-numeric-down'; export { default as SortNumericUpAlt } from './icons/sort-numeric-up-alt'; export { default as SortNumericUp } from './icons/sort-numeric-up'; export { default as SortUpAlt } from './icons/sort-up-alt'; export { default as SortUp } from './icons/sort-up'; export { default as Soundwave } from './icons/soundwave'; export { default as Sourceforge } from './icons/sourceforge'; export { default as SpeakerFill } from './icons/speaker-fill'; export { default as Speaker } from './icons/speaker'; export { default as Speedometer } from './icons/speedometer'; export { default as Speedometer2 } from './icons/speedometer2'; export { default as Spellcheck } from './icons/spellcheck'; export { default as Spotify } from './icons/spotify'; export { default as SquareFill } from './icons/square-fill'; export { default as SquareHalf } from './icons/square-half'; export { default as Square } from './icons/square'; export { default as StackOverflow } from './icons/stack-overflow'; export { default as Stack } from './icons/stack'; export { default as StarFill } from './icons/star-fill'; export { default as StarHalf } from './icons/star-half'; export { default as Star } from './icons/star'; export { default as Stars } from './icons/stars'; export { default as Steam } from './icons/steam'; export { default as StickiesFill } from './icons/stickies-fill'; export { default as Stickies } from './icons/stickies'; export { default as StickyFill } from './icons/sticky-fill'; export { default as Sticky } from './icons/sticky'; export { default as StopBtnFill } from './icons/stop-btn-fill'; export { default as StopBtn } from './icons/stop-btn'; export { default as StopCircleFill } from './icons/stop-circle-fill'; export { default as StopCircle } from './icons/stop-circle'; export { default as StopFill } from './icons/stop-fill'; export { default as Stop } from './icons/stop'; export { default as StoplightsFill } from './icons/stoplights-fill'; export { default as Stoplights } from './icons/stoplights'; export { default as StopwatchFill } from './icons/stopwatch-fill'; export { default as Stopwatch } from './icons/stopwatch'; export { default as Strava } from './icons/strava'; export { default as Stripe } from './icons/stripe'; export { default as Subscript } from './icons/subscript'; export { default as Substack } from './icons/substack'; export { default as Subtract } from './icons/subtract'; export { default as SuitClubFill } from './icons/suit-club-fill'; export { default as SuitClub } from './icons/suit-club'; export { default as SuitDiamondFill } from './icons/suit-diamond-fill'; export { default as SuitDiamond } from './icons/suit-diamond'; export { default as SuitHeartFill } from './icons/suit-heart-fill'; export { default as SuitHeart } from './icons/suit-heart'; export { default as SuitSpadeFill } from './icons/suit-spade-fill'; export { default as SuitSpade } from './icons/suit-spade'; export { default as SuitcaseFill } from './icons/suitcase-fill'; export { default as SuitcaseLgFill } from './icons/suitcase-lg-fill'; export { default as SuitcaseLg } from './icons/suitcase-lg'; export { default as Suitcase } from './icons/suitcase'; export { default as Suitcase2Fill } from './icons/suitcase2-fill'; export { default as Suitcase2 } from './icons/suitcase2'; export { default as SunFill } from './icons/sun-fill'; export { default as Sun } from './icons/sun'; export { default as Sunglasses } from './icons/sunglasses'; export { default as SunriseFill } from './icons/sunrise-fill'; export { default as Sunrise } from './icons/sunrise'; export { default as SunsetFill } from './icons/sunset-fill'; export { default as Sunset } from './icons/sunset'; export { default as Superscript } from './icons/superscript'; export { default as SymmetryHorizontal } from './icons/symmetry-horizontal'; export { default as SymmetryVertical } from './icons/symmetry-vertical'; export { default as Table } from './icons/table'; export { default as TabletFill } from './icons/tablet-fill'; export { default as TabletLandscapeFill } from './icons/tablet-landscape-fill'; export { default as TabletLandscape } from './icons/tablet-landscape'; export { default as Tablet } from './icons/tablet'; export { default as TagFill } from './icons/tag-fill'; export { default as Tag } from './icons/tag'; export { default as TagsFill } from './icons/tags-fill'; export { default as Tags } from './icons/tags'; export { default as TaxiFrontFill } from './icons/taxi-front-fill'; export { default as TaxiFront } from './icons/taxi-front'; export { default as Telegram } from './icons/telegram'; export { default as TelephoneFill } from './icons/telephone-fill'; export { default as TelephoneForwardFill } from './icons/telephone-forward-fill'; export { default as TelephoneForward } from './icons/telephone-forward'; export { default as TelephoneInboundFill } from './icons/telephone-inbound-fill'; export { default as TelephoneInbound } from './icons/telephone-inbound'; export { default as TelephoneMinusFill } from './icons/telephone-minus-fill'; export { default as TelephoneMinus } from './icons/telephone-minus'; export { default as TelephoneOutboundFill } from './icons/telephone-outbound-fill'; export { default as TelephoneOutbound } from './icons/telephone-outbound'; export { default as TelephonePlusFill } from './icons/telephone-plus-fill'; export { default as TelephonePlus } from './icons/telephone-plus'; export { default as TelephoneXFill } from './icons/telephone-x-fill'; export { default as TelephoneX } from './icons/telephone-x'; export { default as Telephone } from './icons/telephone'; export { default as TencentQq } from './icons/tencent-qq'; export { default as TerminalDash } from './icons/terminal-dash'; export { default as TerminalFill } from './icons/terminal-fill'; export { default as TerminalPlus } from './icons/terminal-plus'; export { default as TerminalSplit } from './icons/terminal-split'; export { default as TerminalX } from './icons/terminal-x'; export { default as Terminal } from './icons/terminal'; export { default as TextCenter } from './icons/text-center'; export { default as TextIndentLeft } from './icons/text-indent-left'; export { default as TextIndentRight } from './icons/text-indent-right'; export { default as TextLeft } from './icons/text-left'; export { default as TextParagraph } from './icons/text-paragraph'; export { default as TextRight } from './icons/text-right'; export { default as TextWrap } from './icons/text-wrap'; export { default as TextareaResize } from './icons/textarea-resize'; export { default as TextareaT } from './icons/textarea-t'; export { default as Textarea } from './icons/textarea'; export { default as ThermometerHalf } from './icons/thermometer-half'; export { default as ThermometerHigh } from './icons/thermometer-high'; export { default as ThermometerLow } from './icons/thermometer-low'; export { default as ThermometerSnow } from './icons/thermometer-snow'; export { default as ThermometerSun } from './icons/thermometer-sun'; export { default as Thermometer } from './icons/thermometer'; export { default as ThreadsFill } from './icons/threads-fill'; export { default as Threads } from './icons/threads'; export { default as ThreeDotsVertical } from './icons/three-dots-vertical'; export { default as ThreeDots } from './icons/three-dots'; export { default as ThunderboltFill } from './icons/thunderbolt-fill'; export { default as Thunderbolt } from './icons/thunderbolt'; export { default as TicketDetailedFill } from './icons/ticket-detailed-fill'; export { default as TicketDetailed } from './icons/ticket-detailed'; export { default as TicketFill } from './icons/ticket-fill'; export { default as TicketPerforatedFill } from './icons/ticket-perforated-fill'; export { default as TicketPerforated } from './icons/ticket-perforated'; export { default as Ticket } from './icons/ticket'; export { default as Tiktok } from './icons/tiktok'; export { default as ToggleOff } from './icons/toggle-off'; export { default as ToggleOn } from './icons/toggle-on'; export { default as Toggle2Off } from './icons/toggle2-off'; export { default as Toggle2On } from './icons/toggle2-on'; export { default as Toggles } from './icons/toggles'; export { default as Toggles2 } from './icons/toggles2'; export { default as Tools } from './icons/tools'; export { default as Tornado } from './icons/tornado'; export { default as TrainFreightFrontFill } from './icons/train-freight-front-fill'; export { default as TrainFreightFront } from './icons/train-freight-front'; export { default as TrainFrontFill } from './icons/train-front-fill'; export { default as TrainFront } from './icons/train-front'; export { default as TrainLightrailFrontFill } from './icons/train-lightrail-front-fill'; export { default as TrainLightrailFront } from './icons/train-lightrail-front'; export { default as Translate } from './icons/translate'; export { default as Transparency } from './icons/transparency'; export { default as TrashFill } from './icons/trash-fill'; export { default as Trash } from './icons/trash'; export { default as Trash2Fill } from './icons/trash2-fill'; export { default as Trash2 } from './icons/trash2'; export { default as Trash3Fill } from './icons/trash3-fill'; export { default as Trash3 } from './icons/trash3'; export { default as TreeFill } from './icons/tree-fill'; export { default as Tree } from './icons/tree'; export { default as Trello } from './icons/trello'; export { default as TriangleFill } from './icons/triangle-fill'; export { default as TriangleHalf } from './icons/triangle-half'; export { default as Triangle } from './icons/triangle'; export { default as TrophyFill } from './icons/trophy-fill'; export { default as Trophy } from './icons/trophy'; export { default as TropicalStorm } from './icons/tropical-storm'; export { default as TruckFlatbed } from './icons/truck-flatbed'; export { default as TruckFrontFill } from './icons/truck-front-fill'; export { default as TruckFront } from './icons/truck-front'; export { default as Truck } from './icons/truck'; export { default as Tsunami } from './icons/tsunami'; export { default as Tux } from './icons/tux'; export { default as TvFill } from './icons/tv-fill'; export { default as Tv } from './icons/tv'; export { default as Twitch } from './icons/twitch'; export { default as TwitterX } from './icons/twitter-x'; export { default as Twitter } from './icons/twitter'; export { default as TypeBold } from './icons/type-bold'; export { default as TypeH1 } from './icons/type-h1'; export { default as TypeH2 } from './icons/type-h2'; export { default as TypeH3 } from './icons/type-h3'; export { default as TypeH4 } from './icons/type-h4'; export { default as TypeH5 } from './icons/type-h5'; export { default as TypeH6 } from './icons/type-h6'; export { default as TypeItalic } from './icons/type-italic'; export { default as TypeStrikethrough } from './icons/type-strikethrough'; export { default as TypeUnderline } from './icons/type-underline'; export { default as Type } from './icons/type'; export { default as Typescript } from './icons/typescript'; export { default as Ubuntu } from './icons/ubuntu'; export { default as UiChecksGrid } from './icons/ui-checks-grid'; export { default as UiChecks } from './icons/ui-checks'; export { default as UiRadiosGrid } from './icons/ui-radios-grid'; export { default as UiRadios } from './icons/ui-radios'; export { default as UmbrellaFill } from './icons/umbrella-fill'; export { default as Umbrella } from './icons/umbrella'; export { default as Unindent } from './icons/unindent'; export { default as Union } from './icons/union'; export { default as Unity } from './icons/unity'; export { default as UniversalAccessCircle } from './icons/universal-access-circle'; export { default as UniversalAccess } from './icons/universal-access'; export { default as UnlockFill } from './icons/unlock-fill'; export { default as Unlock } from './icons/unlock'; export { default as Unlock2Fill } from './icons/unlock2-fill'; export { default as Unlock2 } from './icons/unlock2'; export { default as UpcScan } from './icons/upc-scan'; export { default as Upc } from './icons/upc'; export { default as Upload } from './icons/upload'; export { default as UsbCFill } from './icons/usb-c-fill'; export { default as UsbC } from './icons/usb-c'; export { default as UsbDriveFill } from './icons/usb-drive-fill'; export { default as UsbDrive } from './icons/usb-drive'; export { default as UsbFill } from './icons/usb-fill'; export { default as UsbMicroFill } from './icons/usb-micro-fill'; export { default as UsbMicro } from './icons/usb-micro'; export { default as UsbMiniFill } from './icons/usb-mini-fill'; export { default as UsbMini } from './icons/usb-mini'; export { default as UsbPlugFill } from './icons/usb-plug-fill'; export { default as UsbPlug } from './icons/usb-plug'; export { default as UsbSymbol } from './icons/usb-symbol'; export { default as Usb } from './icons/usb'; export { default as Valentine } from './icons/valentine'; export { default as Valentine2 } from './icons/valentine2'; export { default as VectorPen } from './icons/vector-pen'; export { default as ViewList } from './icons/view-list'; export { default as ViewStacked } from './icons/view-stacked'; export { default as Vignette } from './icons/vignette'; export { default as Vimeo } from './icons/vimeo'; export { default as VinylFill } from './icons/vinyl-fill'; export { default as Vinyl } from './icons/vinyl'; export { default as Virus } from './icons/virus'; export { default as Virus2 } from './icons/virus2'; export { default as Voicemail } from './icons/voicemail'; export { default as VolumeDownFill } from './icons/volume-down-fill'; export { default as VolumeDown } from './icons/volume-down'; export { default as VolumeMuteFill } from './icons/volume-mute-fill'; export { default as VolumeMute } from './icons/volume-mute'; export { default as VolumeOffFill } from './icons/volume-off-fill'; export { default as VolumeOff } from './icons/volume-off'; export { default as VolumeUpFill } from './icons/volume-up-fill'; export { default as VolumeUp } from './icons/volume-up'; export { default as Vr } from './icons/vr'; export { default as WalletFill } from './icons/wallet-fill'; export { default as Wallet } from './icons/wallet'; export { default as Wallet2 } from './icons/wallet2'; export { default as Watch } from './icons/watch'; export { default as Water } from './icons/water'; export { default as WebcamFill } from './icons/webcam-fill'; export { default as Webcam } from './icons/webcam'; export { default as Wechat } from './icons/wechat'; export { default as Whatsapp } from './icons/whatsapp'; export { default as Wifi1 } from './icons/wifi-1'; export { default as Wifi2 } from './icons/wifi-2'; export { default as WifiOff } from './icons/wifi-off'; export { default as Wifi } from './icons/wifi'; export { default as Wikipedia } from './icons/wikipedia'; export { default as Wind } from './icons/wind'; export { default as WindowDash } from './icons/window-dash'; export { default as WindowDesktop } from './icons/window-desktop'; export { default as WindowDock } from './icons/window-dock'; export { default as WindowFullscreen } from './icons/window-fullscreen'; export { default as WindowPlus } from './icons/window-plus'; export { default as WindowSidebar } from './icons/window-sidebar'; export { default as WindowSplit } from './icons/window-split'; export { default as WindowStack } from './icons/window-stack'; export { default as WindowX } from './icons/window-x'; export { default as Window } from './icons/window'; export { default as Windows } from './icons/windows'; export { default as Wordpress } from './icons/wordpress'; export { default as WrenchAdjustableCircleFill } from './icons/wrench-adjustable-circle-fill'; export { default as WrenchAdjustableCircle } from './icons/wrench-adjustable-circle'; export { default as WrenchAdjustable } from './icons/wrench-adjustable'; export { default as Wrench } from './icons/wrench'; export { default as XCircleFill } from './icons/x-circle-fill'; export { default as XCircle } from './icons/x-circle'; export { default as XDiamondFill } from './icons/x-diamond-fill'; export { default as XDiamond } from './icons/x-diamond'; export { default as XLg } from './icons/x-lg'; export { default as XOctagonFill } from './icons/x-octagon-fill'; export { default as XOctagon } from './icons/x-octagon'; export { default as XSquareFill } from './icons/x-square-fill'; export { default as XSquare } from './icons/x-square'; export { default as X } from './icons/x'; export { default as Xbox } from './icons/xbox'; export { default as Yelp } from './icons/yelp'; export { default as YinYang } from './icons/yin-yang'; export { default as Youtube } from './icons/youtube'; export { default as ZoomIn } from './icons/zoom-in'; export { default as ZoomOut } from './icons/zoom-out';