@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
13 lines (10 loc) • 466 B
JavaScript
import React from 'react';
var SvgArrowUpMinor = function SvgArrowUpMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M10 16.5a.75.75 0 0 1-.75-.75v-9.69l-2.72 2.72a.75.75 0 1 1-1.06-1.06l4-4a.75.75 0 0 1 1.06 0l4 4a.75.75 0 1 1-1.06 1.06l-2.72-2.72v9.69a.75.75 0 0 1-.75.75Z"
}));
};
export { SvgArrowUpMinor as S };