styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.24 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.PointUp = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M15 9.5V7a1.502 1.502 0 00-2.236-1.307 1.5 1.5 0 00-2.264-.31A1.494 1.494 0 009 5.086V1.5C9 .673 8.327 0 7.5 0S6 .673 6 1.5v6.167L3.25 6.201a1.502 1.502 0 00-1.789 2.381l.012.011L5.21 12H4.5a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-.691l1.138-2.276A.496.496 0 0015 9.5zm-1 4a.5.5 0 11-1 0 .5.5 0 011 0zm0-4.118L12.691 12H6.694L2.15 7.857a.5.5 0 01.614-.782l3.5 1.866a.499.499 0 00.735-.441v-7a.5.5 0 011 0v5a.5.5 0 001 0 .5.5 0 011 0 .5.5 0 001 0 .5.5 0 011 0V7a.5.5 0 001 0 .5.5 0 011 0v2.382z", key: "k0" })));
});
exports.PointUp.displayName = 'PointUp';
exports.PointUpDimensions = { height: 16, width: 16 };
;