@100mslive/react-icons
Advanced tools
Comparing version 0.0.0-alpha to 0.0.1-alpha
@@ -119,2 +119,28 @@ 'use strict'; | ||
function SvgChevronLeftIcon(props) { | ||
return React__namespace.createElement("svg", Object.assign({ | ||
width: "24px", | ||
height: "24px", | ||
viewBox: "0 0 24 24", | ||
fill: "none", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}, props), React__namespace.createElement("path", { | ||
d: "M6.44 12c.008.308.122.589.368.817l6.838 6.68c.194.193.44.299.73.299.58 0 1.046-.457 1.046-1.037 0-.282-.115-.554-.317-.756l-6.16-5.994 6.16-6.012c.194-.202.317-.466.317-.756 0-.58-.466-1.037-1.046-1.037-.29 0-.536.106-.73.299L6.808 11.19c-.246.238-.369.501-.369.809z", | ||
fill: "currentColor" | ||
})); | ||
} | ||
function SvgChevronRightIcon(props) { | ||
return React__namespace.createElement("svg", Object.assign({ | ||
width: "24px", | ||
height: "24px", | ||
viewBox: "0 0 24 24", | ||
fill: "none", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}, props), React__namespace.createElement("path", { | ||
d: "M17.542 12a1.123 1.123 0 01-.369.817l-6.838 6.68c-.193.193-.44.299-.73.299-.58 0-1.045-.457-1.045-1.037 0-.282.114-.554.316-.756l6.161-5.994-6.16-6.012a1.094 1.094 0 01-.317-.756c0-.58.466-1.037 1.046-1.037.29 0 .536.106.73.299l6.837 6.688c.246.238.37.501.37.809z", | ||
fill: "currentColor" | ||
})); | ||
} | ||
function SvgChevronUpIcon(props) { | ||
@@ -161,2 +187,32 @@ return React__namespace.createElement("svg", Object.assign({ | ||
function SvgExitIcon(props) { | ||
return React__namespace.createElement("svg", Object.assign({ | ||
width: "24px", | ||
height: "24px", | ||
viewBox: "0 0 24 24", | ||
fill: "none", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}, props), React__namespace.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M5.333 3.375a1.827 1.827 0 00-1.772 1.89v13.47a1.828 1.828 0 001.772 1.89h9.205a1.828 1.828 0 001.773-1.89v-3.36a.75.75 0 00-1.5 0v3.409a.328.328 0 01-.297.341H5.357a.328.328 0 01-.297-.341V5.25v-.034a.327.327 0 01.297-.341h9.157a.328.328 0 01.298.341l-.001.034v3.375a.75.75 0 001.5 0v-3.36a1.828 1.828 0 00-1.773-1.89H5.333zm12.51 5.285a.75.75 0 011.06 0l2.813 2.813a.747.747 0 010 1.06l-2.813 2.813a.75.75 0 11-1.06-1.06l1.532-1.533H9.373a.75.75 0 010-1.5h10.002l-1.532-1.532a.75.75 0 010-1.06z", | ||
fill: "currentColor" | ||
})); | ||
} | ||
function SvgHandIcon(props) { | ||
return React__namespace.createElement("svg", Object.assign({ | ||
width: "24px", | ||
height: "24px", | ||
viewBox: "0 0 24 24", | ||
fill: "none", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}, props), React__namespace.createElement("path", { | ||
d: "M5.582 14.605l.006.032c.378 1.815.999 3.326 1.988 4.387 1.007 1.08 2.354 1.65 4.077 1.65 1.268 0 2.35-.26 3.266-.803.912-.542 1.624-1.345 2.19-2.378.8-1.283 1.349-3.015 1.784-4.446l.11-.343c.089-.277.183-.57.263-.84.11-.371.215-.766.23-1.042a1.28 1.28 0 00-.31-.95 1.308 1.308 0 00-.9-.42 1.41 1.41 0 00-1.042.325c-.277.232-.484.565-.663.94h0l-.003.005-.681 1.466.314-7.196V4.97c0-.787-.625-1.412-1.412-1.412-.777 0-1.396.619-1.404 1.396l-.122 2.022-.085-3.071A1.403 1.403 0 0011.776 2.5c-.782 0-1.404.628-1.404 1.412h0v.014l.105 3.766-.407-3.226a1.4 1.4 0 00-1.404-1.37 1.401 1.401 0 00-1.41 1.458l.494 4.601-.434-2.254A1.4 1.4 0 005.912 5.55c-.784 0-1.412.622-1.412 1.404a.5.5 0 00.005.07l1.077 7.581zm10.27-1.29s-.001-.003 NaN NaNcNaN NaN NaN NaN NaN NaNz", | ||
stroke: "currentColor", | ||
strokeLinecap: "round", | ||
strokeLinejoin: "round" | ||
})); | ||
} | ||
function SvgHangUpIcon(props) { | ||
@@ -418,5 +474,9 @@ return React__namespace.createElement("svg", Object.assign({ | ||
exports.ChevronDownIcon = SvgChevronDownIcon; | ||
exports.ChevronLeftIcon = SvgChevronLeftIcon; | ||
exports.ChevronRightIcon = SvgChevronRightIcon; | ||
exports.ChevronUpIcon = SvgChevronUpIcon; | ||
exports.ComputerIcon = SvgComputerIcon; | ||
exports.CrossIcon = SvgCrossIcon; | ||
exports.ExitIcon = SvgExitIcon; | ||
exports.HandIcon = SvgHandIcon; | ||
exports.HangUpIcon = SvgHangUpIcon; | ||
@@ -423,0 +483,0 @@ exports.MenuIcon = SvgMenuIcon; |
@@ -7,5 +7,9 @@ export { default as ArrowRightIcon } from './ArrowRightIcon'; | ||
export { default as ChevronDownIcon } from './ChevronDownIcon'; | ||
export { default as ChevronLeftIcon } from './ChevronLeftIcon'; | ||
export { default as ChevronRightIcon } from './ChevronRightIcon'; | ||
export { default as ChevronUpIcon } from './ChevronUpIcon'; | ||
export { default as ComputerIcon } from './ComputerIcon'; | ||
export { default as CrossIcon } from './CrossIcon'; | ||
export { default as ExitIcon } from './ExitIcon'; | ||
export { default as HandIcon } from './HandIcon'; | ||
export { default as HangUpIcon } from './HangUpIcon'; | ||
@@ -12,0 +16,0 @@ export { default as MenuIcon } from './MenuIcon'; |
@@ -7,5 +7,9 @@ export { default as ArrowRightIcon } from './ArrowRightIcon.js'; | ||
export { default as ChevronDownIcon } from './ChevronDownIcon.js'; | ||
export { default as ChevronLeftIcon } from './ChevronLeftIcon.js'; | ||
export { default as ChevronRightIcon } from './ChevronRightIcon.js'; | ||
export { default as ChevronUpIcon } from './ChevronUpIcon.js'; | ||
export { default as ComputerIcon } from './ComputerIcon.js'; | ||
export { default as CrossIcon } from './CrossIcon.js'; | ||
export { default as ExitIcon } from './ExitIcon.js'; | ||
export { default as HandIcon } from './HandIcon.js'; | ||
export { default as HangUpIcon } from './HangUpIcon.js'; | ||
@@ -12,0 +16,0 @@ export { default as MenuIcon } from './MenuIcon.js'; |
@@ -7,3 +7,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "0.0.0-alpha", | ||
"version": "0.0.1-alpha", | ||
"author": "100ms", | ||
@@ -16,3 +16,2 @@ "license": "MIT", | ||
"scripts": { | ||
"clear": "rm -rf dist", | ||
"svg-build": "svgr --icon --typescript --replace-attr-values '#fff=currentColor' --svg-props width='24px' --svg-props height='24px' -d src assets", | ||
@@ -22,4 +21,3 @@ "build": "yarn svg-build && rollup -c", | ||
"lint": "yarn lint", | ||
"lint-fix": "eslint src/** --fix", | ||
"publish": "yarn clear && yarn build && npm publish --access public " | ||
"lint-fix": "eslint src/** --fix" | ||
}, | ||
@@ -26,0 +24,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155601
94
1178