UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 904 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 Flag = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.543 15.434h-5.55v-1.11h4.995a.555.555 0 0 0 .555-.556V7.107a.555.555 0 0 0-.555-.556h-4.996V5.44h5.551c.613 0 1.11.497 1.11 1.11v7.772a1.11 1.11 0 0 1-1.11 1.11zm-5.55-3.332V15.434h-1.111v-2.22H5.33v4.44a1.11 1.11 0 0 1-1.11 1.11H3.11A1.11 1.11 0 0 1 2 17.654V2.11C2 1.497 2.497 1 3.11 1h1.11c.614 0 1.11.497 1.11 1.11v1.11h6.662v8.882zM4.22 2.665a.555.555 0 0 0-1.11 0v14.434a.555.555 0 0 0 1.11 0V2.665zM5.33 4.33v7.772h5.552V4.33H5.33z", fill: "#000", fillRule: "evenodd" })); exports.default = Flag;