UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.14 kB
"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 SortAlphabetical = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.132 3.515a.75.75 0 00-1.268.204l-2.78 6.884a.75.75 0 001.39.562l.467-1.157h3.238l.467 1.157a.75.75 0 101.39-.562l-2.78-6.882a.769.769 0 00-.124-.206zm.44 4.993h-2.024l1.012-2.506 1.013 2.506z", fill: "#323544" }), React.createElement("path", { d: "M6.972 3.47a.75.75 0 011.06 0l3.002 3a.75.75 0 01-1.06 1.061l-1.722-1.72v12.38l1.722-1.72a.75.75 0 011.06 1.06l-3.002 3a.75.75 0 01-1.06 0l-3.002-3a.75.75 0 111.06-1.06l1.722 1.72V5.811L5.03 7.53a.75.75 0 11-1.06-1.06l3.002-3zM14.62 14.872a.75.75 0 010-1.5h5.88a.75.75 0 01.53 1.28l-4.599 4.599H20.5a.75.75 0 010 1.5h-5.88a.75.75 0 01-.53-1.28l4.599-4.6h-4.068z", fill: "#323544" })); exports.default = SortAlphabetical;