google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 599 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 Approval = createIcon("Approval", [
[
"path",
{
d: "M4 16V22H20V16C20 14.9 19.1 14 18 14H6C4.9 14 4 14.9 4 16ZM18 18H6V16H18V18ZM12 2C9.24 2 7 4.24 7 7L12 14L17 7C17 4.24 14.76 2 12 2ZM12 11L9 7C9 5.34 10.34 4 12 4C13.66 4 15 5.34 15 7L12 11Z",
key: "1gvl6p"
}
]
]);
export { Approval as default };
//# sourceMappingURL=approval.js.map