google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 680 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 SortingUp = createIcon("SortingUp", [
[
"path",
{
d: "M2.25 9H8.25V11H2.25V9ZM2.25 21V19H18.75V21H2.25ZM2.25 14H12.75V16H2.25V14Z",
key: "k5y7ic"
}
],
[
"path",
{
d: "M21.75 7.99997L20.2694 9.40998L17.5503 6.82997V16H15.4502V6.82997L12.7306 9.40998L11.25 7.99997L16.5002 2.99997L21.75 7.99997Z",
key: "iqstit"
}
]
]);
export { SortingUp as default };
//# sourceMappingURL=SortingUp.js.map