google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 457 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 Details = createIcon("Details", [
[
"path",
{ d: "M12 3L2 21H22L12 3ZM13 8.92L18.6 19H13V8.92ZM11 8.92V19H5.4L11 8.92Z", key: "w2eodw" }
]
]);
export { Details as default };
//# sourceMappingURL=details.js.map