google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 908 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 Sorting = createIcon("Sorting", [
[
"path",
{
d: "M8.98828 18H13.5088V16H8.98828V18ZM8.98828 6V8H22.5088V6H8.98828ZM8.98828 13H18.0088V11H8.98828V13Z",
key: "15hc6i"
}
],
[
"path",
{
d: "M1.48828 6.53474L2.66784 7.66285L3.67913 6.8143V10.5H5.35225V6.8143L6.30873 7.66285L7.48828 6.53474L4.51569 3.75L1.48828 6.53474Z",
key: "4ia2qg"
}
],
[
"path",
{
d: "M7.48828 17.4653L6.30873 16.3372L5.29744 17.1857V13.4998H3.62431L3.62431 17.1857L2.66784 16.3371L1.48828 17.4653L4.46087 20.25L7.48828 17.4653Z",
key: "1pdjgs"
}
]
]);
export { Sorting as default };
//# sourceMappingURL=Sorting.js.map