UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 880 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.ArrowUp2 = 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: "M13.707 6.293l-5-5a.999.999 0 00-1.414 0l-5 5a.999.999 0 101.414 1.414L7 4.414V14a1 1 0 002 0V4.414l3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414z", key: "k0" }))); }); exports.ArrowUp2.displayName = 'ArrowUp2'; exports.ArrowUp2Dimensions = { height: 16, width: 16 };