UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 920 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Flag = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M18.383 4.318a1 1 0 00-1.09.217 3.248 3.248 0 01-4.586 0 5.25 5.25 0 00-7.414 0A.997.997 0 005 5.242v13a1 1 0 102 0v-4.553a3.248 3.248 0 014.293.26 5.25 5.25 0 007.414 0 1 1 0 00.293-.707v-8a1 1 0 00-.617-.924z", key: "k0" }))); }); exports.Flag.displayName = 'Flag'; exports.FlagDimensions = { height: 24, width: 24 };