UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.26 kB
"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.FlagOutline = 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 002 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-.924zm-7.09 1.631A5.254 5.254 0 0017 7.087v2.311a3.746 3.746 0 01-4.646-.51C10.906 7.441 8.756 7.145 7 7.961V5.689a3.247 3.247 0 014.293.26zm1.414 6.585A5.23 5.23 0 009 11.002c-.681 0-1.361.131-2 .394V9.085a3.746 3.746 0 014.646.51A4.73 4.73 0 0015 10.981c.687 0 1.366-.164 2-.459v2.272a3.248 3.248 0 01-4.293-.26z", key: "k0" }))); }); exports.FlagOutline.displayName = 'FlagOutline'; exports.FlagOutlineDimensions = { height: 24, width: 24 };