google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 586 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 Dangerous = createIcon("Dangerous", [
[
"path",
{
d: "M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3ZM17 15.74L15.74 17L12 13.26L8.26 17L7 15.74L10.74 12L7 8.26L8.26 7L12 10.74L15.74 7L17 8.26L13.26 12L17 15.74Z",
key: "z3awja"
}
]
]);
export { Dangerous as default };
//# sourceMappingURL=dangerous.js.map