Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions icons/uil-calender.js → icons/uil-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilCalender = props => {
const UilCalendar = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilCalender = props => {
);
};

UilCalender.propTypes = {
UilCalendar.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilCalender.defaultProps = {
UilCalendar.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilCalender;
export default UilCalendar;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilForecastcloudMoonTear = props => {
const UilCloudMoonTear = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilForecastcloudMoonTear = props => {
);
};

UilForecastcloudMoonTear.propTypes = {
UilCloudMoonTear.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilForecastcloudMoonTear.defaultProps = {
UilCloudMoonTear.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilForecastcloudMoonTear;
export default UilCloudMoonTear;
8 changes: 4 additions & 4 deletions icons/uil-corner-up-left-alt.js → icons/uil-left.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilCornerUpLeftAlt = props => {
const UilLeft = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilCornerUpLeftAlt = props => {
);
};

UilCornerUpLeftAlt.propTypes = {
UilLeft.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilCornerUpLeftAlt.defaultProps = {
UilLeft.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilCornerUpLeftAlt;
export default UilLeft;
30 changes: 30 additions & 0 deletions icons/uil-outline.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilOutline = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
width={size}
height={size}
viewBox="0 0 24 24"
fill={color}
{...otherProps}
>
<Path d="M19.2,7.3c-1.9-0.4-3.3-2-3.4-3.9V3.1h-3.1v12.5c0,1.5-1.2,2.6-2.6,2.6c-0.8,0-1.6-0.4-2.1-1l0,0l0,0C7,16,7.2,14.3,8.4,13.4C9,13,9.5,13,10.2,13V9.8c-3.2-0.4-5.5,1.8-6,4.9c-0.2,1.8,0.3,3.5,1.6,4.8c2.2,2.3,5.9,2.3,8.2,0.1c1.1-1.1,1.7-2.6,1.7-4.1V9.2c1.3,0.9,2.8,1.4,4.4,1.4V7.4C19.8,7.4,19.5,7.4,19.2,7.3z" />
</Svg>
);
};

UilOutline.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilOutline.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilOutline;
8 changes: 4 additions & 4 deletions icons/uil-bed.js → icons/uil-sleep.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilBed = props => {
const UilSleep = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilBed = props => {
);
};

UilBed.propTypes = {
UilSleep.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilBed.defaultProps = {
UilSleep.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilBed;
export default UilSleep;
30 changes: 30 additions & 0 deletions icons/uil-solid.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilSolid = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
width={size}
height={size}
viewBox="0 0 24 24"
fill={color}
{...otherProps}
>
<Path d="M20.4,7.1c-0.1-0.1-0.2-0.1-0.4-0.1h0c-0.3,0-0.5,0-0.8-0.1c-1.7-0.4-2.9-1.7-3-3.4V3.1c0-0.3-0.2-0.5-0.5-0.5h-3.1c-0.3,0-0.5,0.2-0.5,0.5v12.5c0,1.2-1,2.1-2.1,2.1c0,0,0,0,0,0c-0.7,0-1.3-0.3-1.7-0.8c-0.7-0.9-0.5-2.3,0.4-3c0.4-0.3,0.8-0.3,1.6-0.3c0.1,0,0.3,0,0.4-0.1s0.2-0.2,0.2-0.4V9.8c0-0.2-0.2-0.5-0.4-0.5c-1.6-0.2-3.2,0.2-4.4,1.2c-1.1,1-1.9,2.4-2.1,4.1c-0.3,1.9,0.4,3.9,1.7,5.2c1.2,1.3,2.9,1.9,4.5,1.9c1.6,0,3.2-0.6,4.4-1.8c1.2-1.2,1.9-2.8,1.9-4.5v-5.5c1.2,0.6,2.5,1,3.8,1c0.3,0,0.5-0.2,0.5-0.5V7.4C20.6,7.3,20.5,7.2,20.4,7.1z" />
</Svg>
);
};

UilSolid.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilSolid.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilSolid;
8 changes: 4 additions & 4 deletions icons/uil-arrow-growth.js → icons/uil-statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilArrowGrowth = props => {
const UilStatistics = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilArrowGrowth = props => {
);
};

UilArrowGrowth.propTypes = {
UilStatistics.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilArrowGrowth.defaultProps = {
UilStatistics.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilArrowGrowth;
export default UilStatistics;
8 changes: 4 additions & 4 deletions icons/uil-baby-carriage.js → icons/uil-stroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilBabyCarriage = props => {
const UilStroller = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilBabyCarriage = props => {
);
};

UilBabyCarriage.propTypes = {
UilStroller.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilBabyCarriage.defaultProps = {
UilStroller.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilBabyCarriage;
export default UilStroller;
8 changes: 4 additions & 4 deletions icons/uil-browser.js → icons/uil-window-restore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Svg, { Path } from "react-native-svg";
import PropTypes from "prop-types";

const UilBrowser = props => {
const UilWindowRestore = props => {
const { color, size, ...otherProps } = props;
return (
<Svg
Expand All @@ -17,14 +17,14 @@ const UilBrowser = props => {
);
};

UilBrowser.propTypes = {
UilWindowRestore.propTypes = {
color: PropTypes.string,
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
};

UilBrowser.defaultProps = {
UilWindowRestore.defaultProps = {
color: "currentColor",
size: "24"
};

export default UilBrowser;
export default UilWindowRestore;
16 changes: 9 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export { default as UilArrowDownLeft } from './icons/uil-arrow-down-left'
export { default as UilArrowDownRight } from './icons/uil-arrow-down-right'
export { default as UilArrowFromRight } from './icons/uil-arrow-from-right'
export { default as UilArrowFromTop } from './icons/uil-arrow-from-top'
export { default as UilArrowGrowth } from './icons/uil-arrow-growth'
export { default as UilArrowLeft } from './icons/uil-arrow-left'
export { default as UilArrowRandom } from './icons/uil-arrow-random'
export { default as UilArrowResizeDiagonal } from './icons/uil-arrow-resize-diagonal'
Expand Down Expand Up @@ -102,7 +101,6 @@ export { default as UilAtom } from './icons/uil-atom'
export { default as UilAutoFlash } from './icons/uil-auto-flash'
export { default as UilAward } from './icons/uil-award'
export { default as UilAwardAlt } from './icons/uil-award-alt'
export { default as UilBabyCarriage } from './icons/uil-baby-carriage'
export { default as UilBackpack } from './icons/uil-backpack'
export { default as UilBackspace } from './icons/uil-backspace'
export { default as UilBackward } from './icons/uil-backward'
Expand All @@ -119,7 +117,6 @@ export { default as UilBasketballHoop } from './icons/uil-basketball-hoop'
export { default as UilBath } from './icons/uil-bath'
export { default as UilBatteryBolt } from './icons/uil-battery-bolt'
export { default as UilBatteryEmpty } from './icons/uil-battery-empty'
export { default as UilBed } from './icons/uil-bed'
export { default as UilBedDouble } from './icons/uil-bed-double'
export { default as UilBehance } from './icons/uil-behance'
export { default as UilBehanceAlt } from './icons/uil-behance-alt'
Expand Down Expand Up @@ -174,7 +171,6 @@ export { default as UilBrightnessMinus } from './icons/uil-brightness-minus'
export { default as UilBrightnessPlus } from './icons/uil-brightness-plus'
export { default as UilBringBottom } from './icons/uil-bring-bottom'
export { default as UilBringFront } from './icons/uil-bring-front'
export { default as UilBrowser } from './icons/uil-browser'
export { default as UilBrushAlt } from './icons/uil-brush-alt'
export { default as UilBug } from './icons/uil-bug'
export { default as UilBuilding } from './icons/uil-building'
Expand All @@ -184,9 +180,9 @@ export { default as UilBusAlt } from './icons/uil-bus-alt'
export { default as UilBusSchool } from './icons/uil-bus-school'
export { default as UilCalculator } from './icons/uil-calculator'
export { default as UilCalculatorAlt } from './icons/uil-calculator-alt'
export { default as UilCalendar } from './icons/uil-calendar'
export { default as UilCalendarAlt } from './icons/uil-calendar-alt'
export { default as UilCalendarSlash } from './icons/uil-calendar-slash'
export { default as UilCalender } from './icons/uil-calender'
export { default as UilCalling } from './icons/uil-calling'
export { default as UilCamera } from './icons/uil-camera'
export { default as UilCameraChange } from './icons/uil-camera-change'
Expand Down Expand Up @@ -259,6 +255,7 @@ export { default as UilCloudMoonHail } from './icons/uil-cloud-moon-hail'
export { default as UilCloudMoonMeatball } from './icons/uil-cloud-moon-meatball'
export { default as UilCloudMoonRain } from './icons/uil-cloud-moon-rain'
export { default as UilCloudMoonShowers } from './icons/uil-cloud-moon-showers'
export { default as UilCloudMoonTear } from './icons/uil-cloud-moon-tear'
export { default as UilCloudQuestion } from './icons/uil-cloud-question'
export { default as UilCloudRain } from './icons/uil-cloud-rain'
export { default as UilCloudRainSun } from './icons/uil-cloud-rain-sun'
Expand Down Expand Up @@ -363,7 +360,6 @@ export { default as UilCornerDownRightAlt } from './icons/uil-corner-down-right-
export { default as UilCornerLeftDown } from './icons/uil-corner-left-down'
export { default as UilCornerRightDown } from './icons/uil-corner-right-down'
export { default as UilCornerUpLeft } from './icons/uil-corner-up-left'
export { default as UilCornerUpLeftAlt } from './icons/uil-corner-up-left-alt'
export { default as UilCornerUpRight } from './icons/uil-corner-up-right'
export { default as UilCornerUpRightAlt } from './icons/uil-corner-up-right-alt'
export { default as UilCoronavirus } from './icons/uil-coronavirus'
Expand Down Expand Up @@ -567,7 +563,6 @@ export { default as UilFont } from './icons/uil-font'
export { default as UilFootball } from './icons/uil-football'
export { default as UilFootballAmerican } from './icons/uil-football-american'
export { default as UilFootballBall } from './icons/uil-football-ball'
export { default as UilForecastcloudMoonTear } from './icons/uil-forecastcloud-moon-tear'
export { default as UilForwadedCall } from './icons/uil-forwaded-call'
export { default as UilForward } from './icons/uil-forward'
export { default as UilFrown } from './icons/uil-frown'
Expand Down Expand Up @@ -695,6 +690,7 @@ export { default as UilLayerGroupSlash } from './icons/uil-layer-group-slash'
export { default as UilLayers } from './icons/uil-layers'
export { default as UilLayersAlt } from './icons/uil-layers-alt'
export { default as UilLayersSlash } from './icons/uil-layers-slash'
export { default as UilLeft } from './icons/uil-left'
export { default as UilLeftArrowFromLeft } from './icons/uil-left-arrow-from-left'
export { default as UilLeftArrowToLeft } from './icons/uil-left-arrow-to-left'
export { default as UilLeftIndent } from './icons/uil-left-indent'
Expand Down Expand Up @@ -817,6 +813,7 @@ export { default as UilOkta } from './icons/uil-okta'
export { default as UilOpera } from './icons/uil-opera'
export { default as UilOperaAlt } from './icons/uil-opera-alt'
export { default as UilOutgoingCall } from './icons/uil-outgoing-call'
export { default as UilOutline } from './icons/uil-outline'
export { default as UilPackage } from './icons/uil-package'
export { default as UilPadlock } from './icons/uil-padlock'
export { default as UilPagelines } from './icons/uil-pagelines'
Expand Down Expand Up @@ -982,6 +979,7 @@ export { default as UilSkype } from './icons/uil-skype'
export { default as UilSkypeAlt } from './icons/uil-skype-alt'
export { default as UilSlack } from './icons/uil-slack'
export { default as UilSlackAlt } from './icons/uil-slack-alt'
export { default as UilSleep } from './icons/uil-sleep'
export { default as UilSliderH } from './icons/uil-slider-h'
export { default as UilSliderHRange } from './icons/uil-slider-h-range'
export { default as UilSlidersV } from './icons/uil-sliders-v'
Expand All @@ -1000,6 +998,7 @@ export { default as UilSnowFlake } from './icons/uil-snow-flake'
export { default as UilSnowflake } from './icons/uil-snowflake'
export { default as UilSnowflakeAlt } from './icons/uil-snowflake-alt'
export { default as UilSocialDistancing } from './icons/uil-social-distancing'
export { default as UilSolid } from './icons/uil-solid'
export { default as UilSort } from './icons/uil-sort'
export { default as UilSortAmountDown } from './icons/uil-sort-amount-down'
export { default as UilSortAmountUp } from './icons/uil-sort-amount-up'
Expand All @@ -1016,6 +1015,7 @@ export { default as UilSquareShape } from './icons/uil-square-shape'
export { default as UilSquint } from './icons/uil-squint'
export { default as UilStar } from './icons/uil-star'
export { default as UilStarHalfAlt } from './icons/uil-star-half-alt'
export { default as UilStatistics } from './icons/uil-statistics'
export { default as UilStepBackward } from './icons/uil-step-backward'
export { default as UilStepBackwardAlt } from './icons/uil-step-backward-alt'
export { default as UilStepBackwardCircle } from './icons/uil-step-backward-circle'
Expand All @@ -1030,6 +1030,7 @@ export { default as UilStoreAlt } from './icons/uil-store-alt'
export { default as UilStoreSlash } from './icons/uil-store-slash'
export { default as UilStreering } from './icons/uil-streering'
export { default as UilStretcher } from './icons/uil-stretcher'
export { default as UilStroller } from './icons/uil-stroller'
export { default as UilSubject } from './icons/uil-subject'
export { default as UilSubway } from './icons/uil-subway'
export { default as UilSubwayAlt } from './icons/uil-subway-alt'
Expand Down Expand Up @@ -1188,6 +1189,7 @@ export { default as UilWindSun } from './icons/uil-wind-sun'
export { default as UilWindow } from './icons/uil-window'
export { default as UilWindowGrid } from './icons/uil-window-grid'
export { default as UilWindowMaximize } from './icons/uil-window-maximize'
export { default as UilWindowRestore } from './icons/uil-window-restore'
export { default as UilWindowSection } from './icons/uil-window-section'
export { default as UilWindows } from './icons/uil-windows'
export { default as UilWindsock } from './icons/uil-windsock'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-native-svg": "^9.5.3"
},
"devDependencies": {
"@iconscout/unicons": "^4.0.7",
"@iconscout/unicons": "^4.2.0",
"cheerio": "^1.0.0-rc.3",
"fs-plus": "^3.1.1",
"uppercamelcase": "^3.0.0"
Expand Down