styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.02 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.SortAlphaAsc = 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: "M5 12V0H3v12H.5L4 15.5 7.5 12H5zM14.5 16h-4a.5.5 0 01-.416-.777L13.566 10H10.5a.5.5 0 010-1h4a.5.5 0 01.416.777L11.434 15H14.5a.5.5 0 010 1zM15.947 6.276l-3-6a.5.5 0 00-.894 0l-3 6a.5.5 0 00.895.447l.862-1.724h3.382l.862 1.724a.5.5 0 00.895-.447zM11.309 4L12.5 1.618 13.691 4h-2.382z", key: "k0" })));
});
exports.SortAlphaAsc.displayName = 'SortAlphaAsc';
exports.SortAlphaAscDimensions = { height: 16, width: 16 };
;