google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 484 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 AssistantPhoto = createIcon("AssistantPhoto", [
[
"path",
{ d: "M13.9 5.5L13.5 3.5H4.5V20.5H6.5V13.5H12.1L12.5 15.5H19.5V5.5H13.9Z", key: "142m3e" }
]
]);
export { AssistantPhoto as default };
//# sourceMappingURL=assistant_photo.js.map