UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Danger = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10 19a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-1a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-4.25a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75zm.037-1.522c-.435 0-.787-.384-.787-.858V5.358c0-.475.353-.858.787-.858.435 0 .787.383.787.858v6.012c0 .474-.352.858-.787.858z", fill: "#000", fillRule: "nonzero" })); exports.default = Danger;