UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 676 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 Warning = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2 17.544L10.327 2l8.326 15.544H2zm1.665-1.11h13.323L10.326 3.665l-6.66 12.769zm6.106-1.666v-1.11h1.11v1.11h-1.11zm.556-2.22a.555.555 0 0 1-.555-.556V8.106a.555.555 0 0 1 1.11 0v3.886a.555.555 0 0 1-.555.556z", fill: "#000", fillRule: "evenodd" })); exports.default = Warning;