google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 631 B
JavaScript
/**
* @license google-material-icons v2.1.3 - 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 LowPriority = createIcon("LowPriority", [
[
"path",
{
d: "M14 4.5H22V6.5H14V4.5ZM14 10H22V12H14V10ZM14 15.5H22V17.5H14V15.5ZM2 11C2 14.58 4.92 17.5 8.5 17.5H9V19.5L12 16.5L9 13.5V15.5H8.5C6.02 15.5 4 13.48 4 11C4 8.52 6.02 6.5 8.5 6.5H12V4.5H8.5C4.92 4.5 2 7.42 2 11Z",
key: "1ugxiv"
}
]
]);
export { LowPriority as default };
//# sourceMappingURL=low_priority.js.map