UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 771 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 SortIcon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("path", { d: "M11.646 5.354a.5.5 0 0 1 .708 0l4.292 4.292a.5.5 0 0 1 0 .708l-.703.703a.5.5 0 0 1-.707 0L12 7.83l-3.236 3.227a.5.5 0 0 1-.707 0l-.703-.703a.5.5 0 0 1 0-.708l4.292-4.292zm0 13.292l-4.292-4.292a.5.5 0 0 1 0-.708l.703-.703a.5.5 0 0 1 .707 0L12 16.17l3.236-3.227a.5.5 0 0 1 .707 0l.703.703a.5.5 0 0 1 0 .708l-4.292 4.292a.5.5 0 0 1-.708 0z" })); exports.default = SortIcon;