google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 559 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 AddCard = createIcon("AddCard", [
[
"path",
{
d: "M19 3H3C1.89 3 1.01 3.89 1.01 5L1 17C1 18.11 1.89 19 3 19H13V17H3V11H21V5C21 3.89 20.11 3 19 3ZM19 7H3V5H19V7ZM23 16V18H20V21H18V18H15V16H18V13H20V16H23Z",
key: "qjjb78"
}
]
]);
export { AddCard as default };
//# sourceMappingURL=add_card.js.map