google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 600 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 PriorityHigh = createIcon("PriorityHigh", [
[
"path",
{
d: "M12 21C13.1046 21 14 20.1046 14 19C14 17.8954 13.1046 17 12 17C10.8954 17 10 17.8954 10 19C10 20.1046 10.8954 21 12 21Z",
key: "1f84un"
}
],
["path", { d: "M10 3H14V15H10V3Z", key: "1d6nhu" }]
]);
export { PriorityHigh as default };
//# sourceMappingURL=priority_high.js.map