├── .nvmrc ├── .gitattributes ├── ios ├── Unicons.h ├── Unicons.xcworkspace │ └── contents.xcworkspacedata └── Unicons.m ├── android ├── src │ └── main │ │ ├── AndroidManifest.xml │ │ └── java │ │ └── com │ │ └── reactlibrary │ │ └── UniconsPackage.java └── README.md ├── .github └── workflows │ ├── autotag.yml │ └── npm-publish.yml ├── .gitignore ├── .npmignore ├── icons ├── uil-minus.js ├── uil-text.js ├── uil-bing.js ├── uil-adobe.js ├── uil-plus.js ├── uil-circle.js ├── uil-square.js ├── uil-adjust.js ├── uil-info.js ├── uil-italic.js ├── uil-paragraph.js ├── uil-columns.js ├── uil-line-alt.js ├── uil-microsoft.js ├── uil-space-key.js ├── uil-th.js ├── uil-bars.js ├── uil-grids.js ├── uil-okta.js ├── uil-square-full.js ├── uil-web-grid.js ├── uil-check.js ├── uil-ellipsis-v.js ├── uil-subject.js ├── uil-web-section.js ├── uil-ellipsis-h.js ├── uil-grid.js ├── uil-search.js ├── uil-windows.js ├── uil-exclamation.js ├── uil-mouse.js ├── uil-redo.js ├── uil-text-size.js ├── uil-th-large.js ├── uil-crop-alt.js ├── uil-diary-alt.js ├── uil-venus.js ├── uil-web-grid-alt.js ├── uil-web-section-alt.js ├── uil-window-grid.js ├── uil-grip-horizontal-line.js ├── uil-minus-circle.js ├── uil-window-maximize.js ├── uil-font.js ├── uil-mouse-alt-2.js ├── uil-underline.js ├── uil-angle-down.js ├── uil-caret-right.js ├── uil-align-center-alt.js ├── uil-chart-bar.js ├── uil-cloud.js ├── uil-diary.js ├── uil-mouse-alt.js ├── uil-text-fields.js ├── uil-angle-left.js ├── uil-angle-up.js ├── uil-label.js ├── uil-previous.js ├── uil-triangle.js ├── uil-window-section.js ├── uil-arrow-up-left.js ├── uil-comment.js ├── uil-meh.js ├── uil-sigma.js ├── uil-slider-h.js ├── uil-square-shape.js ├── uil-visual-studio.js ├── uil-align-left.js ├── uil-analysis.js ├── uil-arrow-down-left.js ├── uil-battery-empty.js ├── uil-bold.js ├── uil-chart-bar-alt.js ├── uil-chart-growth.js ├── uil-compact-disc.js ├── uil-lock.js ├── uil-minus-square-full.js ├── uil-pause.js ├── uil-programming-language.js ├── uil-spin.js ├── uil-vertical-align-top.js ├── uil-align-center.js ├── uil-align-right.js ├── uil-angle-left-b.js ├── uil-arrow-left.js ├── uil-arrow-up.js ├── uil-celsius.js ├── uil-facebook-f.js ├── uil-plus-circle.js ├── uil-record-audio.js ├── uil-text-strike-through.js ├── uil-times.js ├── uil-user.js ├── uil-angle-right-b.js ├── uil-angle-right.js ├── uil-clock-three.js ├── uil-equal-circle.js ├── uil-mars.js ├── uil-stop-circle.js ├── uil-table.js ├── uil-align-justify.js ├── uil-ankh.js ├── uil-ban.js ├── uil-book.js ├── uil-chart-growth-alt.js ├── uil-desktop.js ├── uil-dice-one.js ├── uil-fahrenheit.js ├── uil-plus-square.js ├── uil-step-forward.js ├── uil-tumblr.js ├── uil-voicemail.js ├── uil-yen.js ├── uil-arrow-down.js ├── uil-arrow-up-right.js ├── uil-bed.js ├── uil-book-alt.js ├── uil-golf-ball.js ├── uil-horizontal-align-left.js ├── uil-link-h.js ├── uil-meh-alt.js ├── uil-mountains.js ├── uil-multiply.js ├── uil-pagerduty.js ├── uil-search-minus.js ├── uil-toggle-off.js ├── uil-toggle-on.js ├── uil-trash.js ├── uil-vertical-align-bottom.js ├── uil-arrow-down-right.js ├── uil-arrow-right.js ├── uil-coffee.js ├── uil-google-drive.js ├── uil-laptop.js ├── uil-pentagon.js ├── uil-rainbow.js ├── uil-scroll.js ├── uil-sort.js ├── uil-enter.js ├── uil-envelope.js ├── uil-keyhole-circle.js ├── uil-pound.js ├── uil-sorting.js ├── uil-tear.js ├── uil-windsock.js ├── uil-history.js ├── uil-horizontal-align-right.js ├── uil-label-alt.js ├── uil-minus-square.js ├── uil-mobile-android-alt.js ├── uil-pause-circle.js ├── uil-polygon.js ├── uil-sign-left.js ├── uil-credit-card.js ├── uil-sad-cry.js ├── uil-scroll-h.js ├── uil-sign-right.js ├── uil-bookmark-full.js ├── uil-check-square.js ├── uil-clock-nine.js ├── uil-clock.js ├── uil-dice-two.js ├── uil-drill.js ├── uil-signal.js ├── uil-tag.js ├── uil-archive-alt.js ├── uil-bookmark.js ├── uil-direction.js ├── uil-envelope-alt.js ├── uil-moon-eclipse.js ├── uil-no-entry.js ├── uil-play-circle.js ├── uil-angle-double-down.js ├── uil-arrow-from-top.js ├── uil-arrow-to-bottom.js ├── uil-bullseye.js ├── uil-clock-five.js ├── uil-comment-alt.js ├── uil-dollar-sign.js ├── uil-folder.js ├── uil-glass.js ├── uil-hospital-symbol.js ├── uil-keyhole-square-full.js ├── uil-search-plus.js ├── uil-shopping-bag.js ├── uil-analytics.js ├── uil-anchor.js ├── uil-arrow.js ├── uil-desktop-alt.js ├── uil-glass-martini-alt.js ├── uil-grin.js ├── uil-home.js ├── uil-mailbox-alt.js ├── uil-parking-circle.js ├── uil-usd-circle.js ├── uil-archive.js ├── uil-chart-down.js ├── uil-chart-pie.js ├── uil-clapper-board.js ├── uil-clock-two.js ├── uil-confused.js ├── uil-exchange-alt.js ├── uil-history-alt.js ├── uil-info-circle.js ├── uil-key-skeleton.js ├── uil-layers-alt.js ├── uil-microphone.js ├── uil-signal-alt.js ├── uil-top-arrow-to-top.js ├── uil-at.js ├── uil-check-circle.js ├── uil-dollar-sign-alt.js ├── uil-exchange.js ├── uil-focus.js ├── uil-lock-alt.js ├── uil-panel-add.js ├── uil-pathfinder-unite.js ├── uil-smile.js └── uil-tape.js └── react-native-unicons.podspec /.nvmrc: -------------------------------------------------------------------------------- 1 | v22.11.0 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /ios/Unicons.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface Unicons : NSObject 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /android/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ios/Unicons.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Unicons.m: -------------------------------------------------------------------------------- 1 | #import "Unicons.h" 2 | 3 | 4 | @implementation Unicons 5 | 6 | RCT_EXPORT_MODULE() 7 | 8 | RCT_EXPORT_METHOD(sampleMethod:(NSString *)stringArgument numberParameter:(nonnull NSNumber *)numberArgument callback:(RCTResponseSenderBlock)callback) 9 | { 10 | // TODO: Implement some actually useful functionality 11 | callback(@[[NSString stringWithFormat: @"numberArgument: %@ stringArgument: %@", numberArgument, stringArgument]]); 12 | } 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /.github/workflows/autotag.yml: -------------------------------------------------------------------------------- 1 | name: Create Tag on package.json update 2 | 3 | on: 4 | push: 5 | branches: 6 | - master 7 | 8 | jobs: 9 | build: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v4 13 | with: 14 | token: "${{ secrets.GH_AUTH_TOKEN }}" 15 | fetch-depth: 0 16 | - uses: butlerlogic/action-autotag@1.1.2 17 | with: 18 | GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}" 19 | tag_prefix: "v" 20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | # 3 | .DS_Store 4 | 5 | # node.js 6 | # 7 | node_modules/ 8 | npm-debug.log 9 | yarn-error.log 10 | 11 | # Xcode 12 | # 13 | ios/build/ 14 | *.pbxuser 15 | !default.pbxuser 16 | *.mode1v3 17 | !default.mode1v3 18 | *.mode2v3 19 | !default.mode2v3 20 | *.perspectivev3 21 | !default.perspectivev3 22 | xcuserdata 23 | *.xccheckout 24 | *.moved-aside 25 | DerivedData 26 | *.hmap 27 | *.ipa 28 | *.xcuserstate 29 | project.xcworkspace 30 | 31 | # Android/IntelliJ 32 | # 33 | android/build/ 34 | .idea 35 | .gradle 36 | local.properties 37 | *.iml 38 | 39 | # BUCK 40 | buck-out/ 41 | \.buckd/ 42 | *.keystore 43 | -------------------------------------------------------------------------------- /.github/workflows/npm-publish.yml: -------------------------------------------------------------------------------- 1 | name: Publish to NPM 2 | 3 | on: 4 | push: 5 | tags: 6 | - "*" 7 | 8 | jobs: 9 | publish-npm: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v4 13 | - uses: actions/setup-node@v4 14 | with: 15 | node-version: 22.11.0 16 | - name: Download & Build Icons 17 | run: npm ci --progress=false && npm run generate 18 | - name: Publish to NPM 19 | run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc && npm publish 20 | env: 21 | NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} 22 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .idea/ 3 | example/ 4 | experimental/ 5 | ios/build/ 6 | android/build/ 7 | screenShoots/ 8 | 9 | # OSX 10 | # 11 | .DS_Store 12 | 13 | # Xcode 14 | # 15 | *.pbxuser 16 | !default.pbxuser 17 | *.mode1v3 18 | !default.mode1v3 19 | *.mode2v3 20 | !default.mode2v3 21 | *.perspectivev3 22 | !default.perspectivev3 23 | xcuserdata 24 | *.xccheckout 25 | *.moved-aside 26 | DerivedData 27 | *.hmap 28 | *.ipa 29 | gradle 30 | project.xcworkspace 31 | 32 | # Android/IJ 33 | # 34 | .idea 35 | .gradle 36 | local.properties 37 | 38 | # node.js 39 | # 40 | node_modules 41 | npm-debug.log 42 | 43 | 44 | # webstorm 45 | # 46 | *.iml 47 | 48 | # unfinished documents 49 | # 50 | cn-doc.md -------------------------------------------------------------------------------- /android/README.md: -------------------------------------------------------------------------------- 1 | README 2 | ====== 3 | 4 | If you want to publish the lib as a maven dependency, follow these steps before publishing a new version to npm: 5 | 6 | 1. Be sure to have the Android [SDK](https://developer.android.com/studio/index.html) and [NDK](https://developer.android.com/ndk/guides/index.html) installed 7 | 2. Be sure to have a `local.properties` file in this folder that points to the Android SDK and NDK 8 | ``` 9 | ndk.dir=/Users/{username}/Library/Android/sdk/ndk-bundle 10 | sdk.dir=/Users/{username}/Library/Android/sdk 11 | ``` 12 | 3. Delete the `maven` folder 13 | 4. Run `sudo ./gradlew installArchives` 14 | 5. Verify that latest set of generated files is in the maven folder with the correct version number 15 | -------------------------------------------------------------------------------- /icons/uil-minus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMinus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMinus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMinus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMinus; 31 | -------------------------------------------------------------------------------- /icons/uil-text.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilText = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilText.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilText.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilText; 31 | -------------------------------------------------------------------------------- /icons/uil-bing.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBing = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBing.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBing.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBing; 31 | -------------------------------------------------------------------------------- /icons/uil-adobe.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAdobe = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAdobe.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAdobe.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAdobe; 31 | -------------------------------------------------------------------------------- /icons/uil-plus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPlus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPlus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPlus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPlus; 31 | -------------------------------------------------------------------------------- /icons/uil-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-square.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSquare = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSquare.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSquare.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSquare; 31 | -------------------------------------------------------------------------------- /icons/uil-adjust.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAdjust = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAdjust.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAdjust.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAdjust; 31 | -------------------------------------------------------------------------------- /icons/uil-info.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilInfo = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilInfo.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilInfo.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilInfo; 31 | -------------------------------------------------------------------------------- /icons/uil-italic.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilItalic = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilItalic.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilItalic.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilItalic; 31 | -------------------------------------------------------------------------------- /icons/uil-paragraph.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilParagraph = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilParagraph.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilParagraph.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilParagraph; 31 | -------------------------------------------------------------------------------- /icons/uil-columns.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilColumns = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilColumns.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilColumns.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilColumns; 31 | -------------------------------------------------------------------------------- /icons/uil-line-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLineAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLineAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLineAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLineAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-microsoft.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMicrosoft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMicrosoft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMicrosoft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMicrosoft; 31 | -------------------------------------------------------------------------------- /icons/uil-space-key.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSpaceKey = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSpaceKey.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSpaceKey.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSpaceKey; 31 | -------------------------------------------------------------------------------- /icons/uil-th.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTh = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTh.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTh.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTh; 31 | -------------------------------------------------------------------------------- /icons/uil-bars.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBars = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBars.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBars.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBars; 31 | -------------------------------------------------------------------------------- /icons/uil-grids.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGrids = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGrids.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGrids.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGrids; 31 | -------------------------------------------------------------------------------- /icons/uil-okta.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilOkta = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilOkta.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilOkta.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilOkta; 31 | -------------------------------------------------------------------------------- /icons/uil-square-full.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSquareFull = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSquareFull.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSquareFull.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSquareFull; 31 | -------------------------------------------------------------------------------- /icons/uil-web-grid.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWebGrid = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWebGrid.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWebGrid.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWebGrid; 31 | -------------------------------------------------------------------------------- /icons/uil-check.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCheck = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCheck.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCheck.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCheck; 31 | -------------------------------------------------------------------------------- /icons/uil-ellipsis-v.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEllipsisV = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEllipsisV.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEllipsisV.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEllipsisV; 31 | -------------------------------------------------------------------------------- /icons/uil-subject.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSubject = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSubject.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSubject.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSubject; 31 | -------------------------------------------------------------------------------- /icons/uil-web-section.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWebSection = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWebSection.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWebSection.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWebSection; 31 | -------------------------------------------------------------------------------- /icons/uil-ellipsis-h.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEllipsisH = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEllipsisH.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEllipsisH.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEllipsisH; 31 | -------------------------------------------------------------------------------- /icons/uil-grid.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGrid = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGrid.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGrid.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGrid; 31 | -------------------------------------------------------------------------------- /icons/uil-search.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSearch = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSearch.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSearch.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSearch; 31 | -------------------------------------------------------------------------------- /icons/uil-windows.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWindows = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWindows.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWindows.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWindows; 31 | -------------------------------------------------------------------------------- /icons/uil-exclamation.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilExclamation = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilExclamation.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilExclamation.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilExclamation; 31 | -------------------------------------------------------------------------------- /icons/uil-mouse.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMouse = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMouse.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMouse.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMouse; 31 | -------------------------------------------------------------------------------- /icons/uil-redo.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilRedo = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilRedo.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilRedo.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilRedo; 31 | -------------------------------------------------------------------------------- /icons/uil-text-size.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTextSize = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTextSize.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTextSize.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTextSize; 31 | -------------------------------------------------------------------------------- /icons/uil-th-large.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilThLarge = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilThLarge.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilThLarge.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilThLarge; 31 | -------------------------------------------------------------------------------- /icons/uil-crop-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCropAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCropAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCropAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCropAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-diary-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDiaryAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDiaryAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDiaryAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDiaryAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-venus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilVenus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilVenus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilVenus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilVenus; 31 | -------------------------------------------------------------------------------- /icons/uil-web-grid-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWebGridAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWebGridAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWebGridAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWebGridAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-web-section-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWebSectionAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWebSectionAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWebSectionAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWebSectionAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-window-grid.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWindowGrid = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWindowGrid.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWindowGrid.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWindowGrid; 31 | -------------------------------------------------------------------------------- /icons/uil-grip-horizontal-line.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGripHorizontalLine = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGripHorizontalLine.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGripHorizontalLine.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGripHorizontalLine; 31 | -------------------------------------------------------------------------------- /icons/uil-minus-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMinusCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMinusCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMinusCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMinusCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-window-maximize.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWindowMaximize = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWindowMaximize.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWindowMaximize.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWindowMaximize; 31 | -------------------------------------------------------------------------------- /icons/uil-font.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilFont = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilFont.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilFont.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilFont; 31 | -------------------------------------------------------------------------------- /icons/uil-mouse-alt-2.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMouseAlt2 = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMouseAlt2.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMouseAlt2.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMouseAlt2; 31 | -------------------------------------------------------------------------------- /icons/uil-underline.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilUnderline = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilUnderline.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilUnderline.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilUnderline; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-down.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleDown = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleDown.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleDown.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleDown; 31 | -------------------------------------------------------------------------------- /icons/uil-caret-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCaretRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCaretRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCaretRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCaretRight; 31 | -------------------------------------------------------------------------------- /icons/uil-align-center-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAlignCenterAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAlignCenterAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAlignCenterAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAlignCenterAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-bar.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartBar = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartBar.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartBar.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartBar; 31 | -------------------------------------------------------------------------------- /icons/uil-cloud.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCloud = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCloud.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCloud.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCloud; 31 | -------------------------------------------------------------------------------- /icons/uil-diary.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDiary = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDiary.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDiary.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDiary; 31 | -------------------------------------------------------------------------------- /icons/uil-mouse-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMouseAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMouseAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMouseAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMouseAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-text-fields.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTextFields = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTextFields.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTextFields.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTextFields; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-up.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleUp = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleUp.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleUp.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleUp; 31 | -------------------------------------------------------------------------------- /icons/uil-label.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLabel = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLabel.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLabel.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLabel; 31 | -------------------------------------------------------------------------------- /icons/uil-previous.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPrevious = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPrevious.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPrevious.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPrevious; 31 | -------------------------------------------------------------------------------- /icons/uil-triangle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTriangle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTriangle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTriangle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTriangle; 31 | -------------------------------------------------------------------------------- /icons/uil-window-section.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWindowSection = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWindowSection.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWindowSection.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWindowSection; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-up-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowUpLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowUpLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowUpLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowUpLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-comment.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilComment = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilComment.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilComment.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilComment; 31 | -------------------------------------------------------------------------------- /icons/uil-meh.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMeh = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMeh.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMeh.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMeh; 31 | -------------------------------------------------------------------------------- /icons/uil-sigma.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSigma = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSigma.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSigma.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSigma; 31 | -------------------------------------------------------------------------------- /icons/uil-slider-h.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSliderH = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSliderH.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSliderH.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSliderH; 31 | -------------------------------------------------------------------------------- /icons/uil-square-shape.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSquareShape = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSquareShape.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSquareShape.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSquareShape; 31 | -------------------------------------------------------------------------------- /icons/uil-visual-studio.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilVisualStudio = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilVisualStudio.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilVisualStudio.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilVisualStudio; 31 | -------------------------------------------------------------------------------- /android/src/main/java/com/reactlibrary/UniconsPackage.java: -------------------------------------------------------------------------------- 1 | package com.reactlibrary; 2 | 3 | import java.util.Arrays; 4 | import java.util.Collections; 5 | import java.util.List; 6 | 7 | import com.facebook.react.ReactPackage; 8 | import com.facebook.react.bridge.NativeModule; 9 | import com.facebook.react.bridge.ReactApplicationContext; 10 | import com.facebook.react.uimanager.ViewManager; 11 | import com.facebook.react.bridge.JavaScriptModule; 12 | 13 | public class UniconsPackage implements ReactPackage { 14 | @Override 15 | public List createNativeModules(ReactApplicationContext reactContext) { 16 | return Arrays.asList(new UniconsModule(reactContext)); 17 | } 18 | 19 | @Override 20 | public List createViewManagers(ReactApplicationContext reactContext) { 21 | return Collections.emptyList(); 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /icons/uil-align-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAlignLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAlignLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAlignLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAlignLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-analysis.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAnalysis = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAnalysis.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAnalysis.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAnalysis; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-down-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowDownLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowDownLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowDownLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowDownLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-battery-empty.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBatteryEmpty = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBatteryEmpty.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBatteryEmpty.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBatteryEmpty; 31 | -------------------------------------------------------------------------------- /icons/uil-bold.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBold = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBold.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBold.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBold; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-bar-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartBarAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartBarAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartBarAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartBarAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-growth.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartGrowth = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartGrowth.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartGrowth.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartGrowth; 31 | -------------------------------------------------------------------------------- /icons/uil-compact-disc.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCompactDisc = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCompactDisc.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCompactDisc.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCompactDisc; 31 | -------------------------------------------------------------------------------- /icons/uil-lock.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLock = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLock.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLock.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLock; 31 | -------------------------------------------------------------------------------- /icons/uil-minus-square-full.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMinusSquareFull = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMinusSquareFull.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMinusSquareFull.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMinusSquareFull; 31 | -------------------------------------------------------------------------------- /icons/uil-pause.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPause = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPause.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPause.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPause; 31 | -------------------------------------------------------------------------------- /icons/uil-programming-language.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilProgrammingLanguage = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilProgrammingLanguage.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilProgrammingLanguage.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilProgrammingLanguage; 31 | -------------------------------------------------------------------------------- /icons/uil-spin.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSpin = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSpin.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSpin.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSpin; 31 | -------------------------------------------------------------------------------- /icons/uil-vertical-align-top.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilVerticalAlignTop = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilVerticalAlignTop.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilVerticalAlignTop.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilVerticalAlignTop; 31 | -------------------------------------------------------------------------------- /icons/uil-align-center.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAlignCenter = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAlignCenter.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAlignCenter.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAlignCenter; 31 | -------------------------------------------------------------------------------- /icons/uil-align-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAlignRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAlignRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAlignRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAlignRight; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-left-b.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleLeftB = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleLeftB.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleLeftB.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleLeftB; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-up.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowUp = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowUp.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowUp.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowUp; 31 | -------------------------------------------------------------------------------- /icons/uil-celsius.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCelsius = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCelsius.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCelsius.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCelsius; 31 | -------------------------------------------------------------------------------- /icons/uil-facebook-f.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilFacebookF = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilFacebookF.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilFacebookF.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilFacebookF; 31 | -------------------------------------------------------------------------------- /icons/uil-plus-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPlusCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPlusCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPlusCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPlusCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-record-audio.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilRecordAudio = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilRecordAudio.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilRecordAudio.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilRecordAudio; 31 | -------------------------------------------------------------------------------- /icons/uil-text-strike-through.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTextStrikeThrough = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTextStrikeThrough.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTextStrikeThrough.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTextStrikeThrough; 31 | -------------------------------------------------------------------------------- /icons/uil-times.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTimes = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTimes.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTimes.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTimes; 31 | -------------------------------------------------------------------------------- /icons/uil-user.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilUser = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilUser.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilUser.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilUser; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-right-b.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleRightB = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleRightB.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleRightB.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleRightB; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleRight; 31 | -------------------------------------------------------------------------------- /icons/uil-clock-three.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClockThree = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClockThree.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClockThree.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClockThree; 31 | -------------------------------------------------------------------------------- /icons/uil-equal-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEqualCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEqualCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEqualCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEqualCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-mars.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMars = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMars.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMars.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMars; 31 | -------------------------------------------------------------------------------- /icons/uil-stop-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilStopCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilStopCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilStopCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilStopCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-table.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTable = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTable.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTable.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTable; 31 | -------------------------------------------------------------------------------- /icons/uil-align-justify.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAlignJustify = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAlignJustify.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAlignJustify.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAlignJustify; 31 | -------------------------------------------------------------------------------- /icons/uil-ankh.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAnkh = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAnkh.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAnkh.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAnkh; 31 | -------------------------------------------------------------------------------- /icons/uil-ban.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBan = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBan.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBan.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBan; 31 | -------------------------------------------------------------------------------- /icons/uil-book.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBook = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBook.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBook.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBook; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-growth-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartGrowthAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartGrowthAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartGrowthAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartGrowthAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-desktop.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDesktop = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDesktop.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDesktop.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDesktop; 31 | -------------------------------------------------------------------------------- /icons/uil-dice-one.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDiceOne = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDiceOne.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDiceOne.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDiceOne; 31 | -------------------------------------------------------------------------------- /icons/uil-fahrenheit.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilFahrenheit = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilFahrenheit.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilFahrenheit.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilFahrenheit; 31 | -------------------------------------------------------------------------------- /icons/uil-plus-square.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPlusSquare = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPlusSquare.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPlusSquare.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPlusSquare; 31 | -------------------------------------------------------------------------------- /icons/uil-step-forward.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilStepForward = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilStepForward.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilStepForward.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilStepForward; 31 | -------------------------------------------------------------------------------- /icons/uil-tumblr.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTumblr = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTumblr.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTumblr.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTumblr; 31 | -------------------------------------------------------------------------------- /icons/uil-voicemail.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilVoicemail = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilVoicemail.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilVoicemail.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilVoicemail; 31 | -------------------------------------------------------------------------------- /icons/uil-yen.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilYen = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilYen.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilYen.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilYen; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-down.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowDown = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowDown.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowDown.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowDown; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-up-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowUpRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowUpRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowUpRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowUpRight; 31 | -------------------------------------------------------------------------------- /icons/uil-bed.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBed = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBed.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBed.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBed; 31 | -------------------------------------------------------------------------------- /icons/uil-book-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBookAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBookAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBookAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBookAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-golf-ball.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGolfBall = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGolfBall.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGolfBall.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGolfBall; 31 | -------------------------------------------------------------------------------- /icons/uil-horizontal-align-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHorizontalAlignLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHorizontalAlignLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHorizontalAlignLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHorizontalAlignLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-link-h.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLinkH = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLinkH.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLinkH.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLinkH; 31 | -------------------------------------------------------------------------------- /icons/uil-meh-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMehAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMehAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMehAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMehAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-mountains.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMountains = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMountains.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMountains.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMountains; 31 | -------------------------------------------------------------------------------- /icons/uil-multiply.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMultiply = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMultiply.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMultiply.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMultiply; 31 | -------------------------------------------------------------------------------- /icons/uil-pagerduty.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPagerduty = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPagerduty.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPagerduty.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPagerduty; 31 | -------------------------------------------------------------------------------- /icons/uil-search-minus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSearchMinus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSearchMinus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSearchMinus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSearchMinus; 31 | -------------------------------------------------------------------------------- /icons/uil-toggle-off.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilToggleOff = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilToggleOff.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilToggleOff.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilToggleOff; 31 | -------------------------------------------------------------------------------- /icons/uil-toggle-on.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilToggleOn = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilToggleOn.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilToggleOn.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilToggleOn; 31 | -------------------------------------------------------------------------------- /icons/uil-trash.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTrash = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTrash.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTrash.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTrash; 31 | -------------------------------------------------------------------------------- /icons/uil-vertical-align-bottom.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilVerticalAlignBottom = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilVerticalAlignBottom.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilVerticalAlignBottom.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilVerticalAlignBottom; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-down-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowDownRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowDownRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowDownRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowDownRight; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowRight; 31 | -------------------------------------------------------------------------------- /icons/uil-coffee.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCoffee = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCoffee.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCoffee.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCoffee; 31 | -------------------------------------------------------------------------------- /icons/uil-google-drive.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGoogleDrive = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGoogleDrive.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGoogleDrive.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGoogleDrive; 31 | -------------------------------------------------------------------------------- /icons/uil-laptop.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLaptop = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLaptop.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLaptop.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLaptop; 31 | -------------------------------------------------------------------------------- /icons/uil-pentagon.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPentagon = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPentagon.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPentagon.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPentagon; 31 | -------------------------------------------------------------------------------- /icons/uil-rainbow.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilRainbow = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilRainbow.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilRainbow.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilRainbow; 31 | -------------------------------------------------------------------------------- /icons/uil-scroll.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilScroll = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilScroll.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilScroll.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilScroll; 31 | -------------------------------------------------------------------------------- /icons/uil-sort.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSort = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSort.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSort.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSort; 31 | -------------------------------------------------------------------------------- /icons/uil-enter.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEnter = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEnter.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEnter.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEnter; 31 | -------------------------------------------------------------------------------- /icons/uil-envelope.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEnvelope = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEnvelope.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEnvelope.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEnvelope; 31 | -------------------------------------------------------------------------------- /icons/uil-keyhole-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilKeyholeCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilKeyholeCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilKeyholeCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilKeyholeCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-pound.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPound = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPound.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPound.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPound; 31 | -------------------------------------------------------------------------------- /icons/uil-sorting.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSorting = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSorting.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSorting.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSorting; 31 | -------------------------------------------------------------------------------- /icons/uil-tear.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTear = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTear.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTear.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTear; 31 | -------------------------------------------------------------------------------- /icons/uil-windsock.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilWindsock = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilWindsock.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilWindsock.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilWindsock; 31 | -------------------------------------------------------------------------------- /icons/uil-history.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHistory = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHistory.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHistory.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHistory; 31 | -------------------------------------------------------------------------------- /icons/uil-horizontal-align-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHorizontalAlignRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHorizontalAlignRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHorizontalAlignRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHorizontalAlignRight; 31 | -------------------------------------------------------------------------------- /icons/uil-label-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLabelAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLabelAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLabelAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLabelAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-minus-square.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMinusSquare = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMinusSquare.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMinusSquare.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMinusSquare; 31 | -------------------------------------------------------------------------------- /icons/uil-mobile-android-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMobileAndroidAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMobileAndroidAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMobileAndroidAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMobileAndroidAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-pause-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPauseCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPauseCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPauseCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPauseCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-polygon.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPolygon = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPolygon.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPolygon.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPolygon; 31 | -------------------------------------------------------------------------------- /icons/uil-sign-left.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSignLeft = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSignLeft.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSignLeft.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSignLeft; 31 | -------------------------------------------------------------------------------- /icons/uil-credit-card.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCreditCard = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCreditCard.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCreditCard.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCreditCard; 31 | -------------------------------------------------------------------------------- /icons/uil-sad-cry.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSadCry = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSadCry.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSadCry.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSadCry; 31 | -------------------------------------------------------------------------------- /icons/uil-scroll-h.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilScrollH = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilScrollH.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilScrollH.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilScrollH; 31 | -------------------------------------------------------------------------------- /icons/uil-sign-right.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSignRight = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSignRight.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSignRight.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSignRight; 31 | -------------------------------------------------------------------------------- /icons/uil-bookmark-full.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBookmarkFull = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBookmarkFull.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBookmarkFull.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBookmarkFull; 31 | -------------------------------------------------------------------------------- /icons/uil-check-square.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCheckSquare = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCheckSquare.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCheckSquare.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCheckSquare; 31 | -------------------------------------------------------------------------------- /icons/uil-clock-nine.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClockNine = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClockNine.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClockNine.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClockNine; 31 | -------------------------------------------------------------------------------- /icons/uil-clock.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClock = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClock.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClock.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClock; 31 | -------------------------------------------------------------------------------- /icons/uil-dice-two.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDiceTwo = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDiceTwo.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDiceTwo.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDiceTwo; 31 | -------------------------------------------------------------------------------- /icons/uil-drill.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDrill = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDrill.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDrill.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDrill; 31 | -------------------------------------------------------------------------------- /icons/uil-signal.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSignal = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSignal.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSignal.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSignal; 31 | -------------------------------------------------------------------------------- /icons/uil-tag.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTag = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTag.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTag.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTag; 31 | -------------------------------------------------------------------------------- /icons/uil-archive-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArchiveAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArchiveAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArchiveAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArchiveAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-bookmark.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBookmark = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBookmark.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBookmark.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBookmark; 31 | -------------------------------------------------------------------------------- /icons/uil-direction.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDirection = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDirection.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDirection.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDirection; 31 | -------------------------------------------------------------------------------- /icons/uil-envelope-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilEnvelopeAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilEnvelopeAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilEnvelopeAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilEnvelopeAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-moon-eclipse.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMoonEclipse = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMoonEclipse.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMoonEclipse.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMoonEclipse; 31 | -------------------------------------------------------------------------------- /icons/uil-no-entry.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilNoEntry = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilNoEntry.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilNoEntry.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilNoEntry; 31 | -------------------------------------------------------------------------------- /icons/uil-play-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPlayCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPlayCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPlayCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPlayCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-angle-double-down.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAngleDoubleDown = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAngleDoubleDown.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAngleDoubleDown.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAngleDoubleDown; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-from-top.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowFromTop = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowFromTop.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowFromTop.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowFromTop; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow-to-bottom.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrowToBottom = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrowToBottom.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrowToBottom.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrowToBottom; 31 | -------------------------------------------------------------------------------- /icons/uil-bullseye.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilBullseye = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilBullseye.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilBullseye.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilBullseye; 31 | -------------------------------------------------------------------------------- /icons/uil-clock-five.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClockFive = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClockFive.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClockFive.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClockFive; 31 | -------------------------------------------------------------------------------- /icons/uil-comment-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCommentAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCommentAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCommentAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCommentAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-dollar-sign.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDollarSign = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDollarSign.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDollarSign.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDollarSign; 31 | -------------------------------------------------------------------------------- /icons/uil-folder.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilFolder = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilFolder.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilFolder.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilFolder; 31 | -------------------------------------------------------------------------------- /icons/uil-glass.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGlass = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGlass.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGlass.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGlass; 31 | -------------------------------------------------------------------------------- /icons/uil-hospital-symbol.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHospitalSymbol = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHospitalSymbol.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHospitalSymbol.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHospitalSymbol; 31 | -------------------------------------------------------------------------------- /icons/uil-keyhole-square-full.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilKeyholeSquareFull = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilKeyholeSquareFull.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilKeyholeSquareFull.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilKeyholeSquareFull; 31 | -------------------------------------------------------------------------------- /icons/uil-search-plus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSearchPlus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSearchPlus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSearchPlus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSearchPlus; 31 | -------------------------------------------------------------------------------- /icons/uil-shopping-bag.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilShoppingBag = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilShoppingBag.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilShoppingBag.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilShoppingBag; 31 | -------------------------------------------------------------------------------- /react-native-unicons.podspec: -------------------------------------------------------------------------------- 1 | require "json" 2 | 3 | package = JSON.parse(File.read(File.join(__dir__, "package.json"))) 4 | 5 | Pod::Spec.new do |s| 6 | s.name = "react-native-unicons" 7 | s.version = package["version"] 8 | s.summary = package["description"] 9 | s.description = <<-DESC 10 | react-native-unicons 11 | DESC 12 | s.homepage = "https://github.com/Iconscout/react-native-unicons" 13 | s.license = "MIT" 14 | # s.license = { :type => "MIT", :file => "FILE_LICENSE" } 15 | s.authors = { "Tarun Mangukiya" => "tarunmangukiya@hotmail.com" } 16 | s.platform = :ios, "7.0" 17 | s.source = { :git => "https://github.com/Iconscout/react-native-unicons.git", :tag => "#{s.version}" } 18 | 19 | s.source_files = "ios/**/*.{h,m,swift}" 20 | s.requires_arc = true 21 | 22 | s.dependency "React" 23 | 24 | # s.dependency "..." 25 | end 26 | 27 | -------------------------------------------------------------------------------- /icons/uil-analytics.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAnalytics = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAnalytics.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAnalytics.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAnalytics; 31 | -------------------------------------------------------------------------------- /icons/uil-anchor.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAnchor = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAnchor.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAnchor.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAnchor; 31 | -------------------------------------------------------------------------------- /icons/uil-arrow.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArrow = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArrow.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArrow.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArrow; 31 | -------------------------------------------------------------------------------- /icons/uil-desktop-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDesktopAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDesktopAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDesktopAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDesktopAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-glass-martini-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGlassMartiniAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGlassMartiniAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGlassMartiniAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGlassMartiniAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-grin.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilGrin = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilGrin.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilGrin.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilGrin; 31 | -------------------------------------------------------------------------------- /icons/uil-home.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHome = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHome.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHome.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHome; 31 | -------------------------------------------------------------------------------- /icons/uil-mailbox-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMailboxAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMailboxAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMailboxAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMailboxAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-parking-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilParkingCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilParkingCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilParkingCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilParkingCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-usd-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilUsdCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilUsdCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilUsdCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilUsdCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-archive.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilArchive = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilArchive.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilArchive.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilArchive; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-down.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartDown = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartDown.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartDown.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartDown; 31 | -------------------------------------------------------------------------------- /icons/uil-chart-pie.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilChartPie = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilChartPie.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilChartPie.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilChartPie; 31 | -------------------------------------------------------------------------------- /icons/uil-clapper-board.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClapperBoard = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClapperBoard.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClapperBoard.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClapperBoard; 31 | -------------------------------------------------------------------------------- /icons/uil-clock-two.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilClockTwo = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilClockTwo.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilClockTwo.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilClockTwo; 31 | -------------------------------------------------------------------------------- /icons/uil-confused.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilConfused = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilConfused.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilConfused.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilConfused; 31 | -------------------------------------------------------------------------------- /icons/uil-exchange-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilExchangeAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilExchangeAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilExchangeAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilExchangeAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-history-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilHistoryAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilHistoryAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilHistoryAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilHistoryAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-info-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilInfoCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilInfoCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilInfoCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilInfoCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-key-skeleton.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilKeySkeleton = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilKeySkeleton.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilKeySkeleton.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilKeySkeleton; 31 | -------------------------------------------------------------------------------- /icons/uil-layers-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLayersAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLayersAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLayersAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLayersAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-microphone.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilMicrophone = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilMicrophone.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilMicrophone.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilMicrophone; 31 | -------------------------------------------------------------------------------- /icons/uil-signal-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSignalAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSignalAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSignalAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSignalAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-top-arrow-to-top.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTopArrowToTop = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTopArrowToTop.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTopArrowToTop.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTopArrowToTop; 31 | -------------------------------------------------------------------------------- /icons/uil-at.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilAt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilAt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilAt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilAt; 31 | -------------------------------------------------------------------------------- /icons/uil-check-circle.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilCheckCircle = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilCheckCircle.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilCheckCircle.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilCheckCircle; 31 | -------------------------------------------------------------------------------- /icons/uil-dollar-sign-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilDollarSignAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilDollarSignAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilDollarSignAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilDollarSignAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-exchange.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilExchange = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilExchange.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilExchange.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilExchange; 31 | -------------------------------------------------------------------------------- /icons/uil-focus.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilFocus = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilFocus.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilFocus.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilFocus; 31 | -------------------------------------------------------------------------------- /icons/uil-lock-alt.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilLockAlt = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilLockAlt.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilLockAlt.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilLockAlt; 31 | -------------------------------------------------------------------------------- /icons/uil-panel-add.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPanelAdd = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPanelAdd.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPanelAdd.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPanelAdd; 31 | -------------------------------------------------------------------------------- /icons/uil-pathfinder-unite.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilPathfinderUnite = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilPathfinderUnite.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilPathfinderUnite.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilPathfinderUnite; 31 | -------------------------------------------------------------------------------- /icons/uil-smile.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilSmile = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilSmile.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilSmile.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilSmile; 31 | -------------------------------------------------------------------------------- /icons/uil-tape.js: -------------------------------------------------------------------------------- 1 | import React from "react"; 2 | import Svg, { Path } from "react-native-svg"; 3 | import PropTypes from "prop-types"; 4 | 5 | const UilTape = props => { 6 | const { color, size, ...otherProps } = props; 7 | return ( 8 | 15 | 16 | 17 | ); 18 | }; 19 | 20 | UilTape.propTypes = { 21 | color: PropTypes.string, 22 | size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) 23 | }; 24 | 25 | UilTape.defaultProps = { 26 | color: "currentColor", 27 | size: "24" 28 | }; 29 | 30 | export default UilTape; 31 | --------------------------------------------------------------------------------