UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const SortAscIcon = (props) => React.createElement("svg", { "aria-label": "sort ascending icon", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M11 15.173l-2.236-2.23a.5.5 0 0 0-.707 0l-.703.703a.5.5 0 0 0 0 .708l4.292 4.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 0 0-.708l-.703-.703a.5.5 0 0 0-.707 0L13 15.173V6.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v8.673z" })); exports.default = SortAscIcon;