google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 701 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 Addchart = createIcon("Addchart", [
[
"path",
{
d: "M21.5 5.5V7.5H18.5V10.5H16.5V7.5H13.5V5.5H16.5V2.5H18.5V5.5H21.5ZM18.5 19.5H4.5V5.5H10.5V3.5H4.5C3.4 3.5 2.5 4.4 2.5 5.5V19.5C2.5 20.6 3.4 21.5 4.5 21.5H18.5C19.6 21.5 20.5 20.6 20.5 19.5V13.5H18.5V19.5ZM14.5 13.5V17.5H16.5V13.5H14.5ZM10.5 17.5H12.5V9.5H10.5V17.5ZM8.5 17.5V11.5H6.5V17.5H8.5Z",
key: "1pagwd"
}
]
]);
export { Addchart as default };
//# sourceMappingURL=addchart.js.map