google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 530 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 FirstPage = createIcon("FirstPage", [
[
"path",
{
d: "M18.2049 16.59L13.6149 12L18.2049 7.41L16.7949 6L10.7949 12L16.7949 18L18.2049 16.59ZM5.79492 6H7.79492V18H5.79492V6Z",
key: "m8elg"
}
]
]);
export { FirstPage as default };
//# sourceMappingURL=first_page.js.map