UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 791 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-flag", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M4 5a1 1 0 01.3-.714 6 6 0 018.213-.176l.351.328a4 4 0 005.272 0l.249-.227c.61-.483 1.527-.097 1.61.676L20 5v9a1 1 0 01-.3.714 6 6 0 01-8.213.176l-.351-.328A4 4 0 006 14.448V21a1 1 0 01-1.993.117L4 21V5z" })); exports.default = Flag;