google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 657 B
JavaScript
/**
* @license google-material-icons v2.1.4 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SortingDown = createIcon("SortingDown", [
[
"path",
{
d: "M2.25 15H8.25V13H2.25V15ZM2.25 3V5H18.75V3H2.25ZM2.25 10H12.75V8H2.25V10Z",
key: "1tb7my"
}
],
[
"path",
{
d: "M21.75 16L20.2694 14.59L17.5503 17.17V8H15.4502V17.17L12.7306 14.59L11.25 16L16.5002 21L21.75 16Z",
key: "354fbf"
}
]
]);
export { SortingDown as default };
//# sourceMappingURL=SortingDown.js.map