UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

37 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FlagPride = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12 10h24v2H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 12h24v2H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 14h24v3H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 17h24v3H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 20h24v3H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 23h24v2H12z" }), /*#__PURE__*/React.createElement("path", { d: "M12 25h24v3H12z" }), /*#__PURE__*/React.createElement("path", { d: "M11.25 8C10.56 8 10 8.56 10 9.25v29.5a1.25 1.25 0 1 0 2.5 0V29h24.25c.69 0 1.25-.56 1.25-1.25V9.25C38 8.56 37.44 8 36.75 8h-25.5ZM35.5 26.5h-23v-16h23v16Z" })); }); FlagPride.displayName = 'FlagPride'; export var FlagPrideDimensions = { height: 48, width: 48 };