UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextEffectsGa = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M11.75 10.62a11.24 11.24 0 0 1-1.08 3.07 6.55 6.55 0 0 1-2.17 2.35c-.94.6-2.1.96-3.5.96a1 1 0 1 1 0-2 4.2 4.2 0 0 0 4.07-2.56c.23-.45.4-.94.54-1.44.18-.66.3-1.34.35-2H5a1 1 0 0 1 0-2h6a1 1 0 0 1 1 1c0 .36-.01.75-.05 1.15v.01c-.04.47-.1.96-.2 1.46zM7.52 11c-.1.26-.21.5-.33.73-.26.45-.54.75-.83.94-.29.18-.7.33-1.36.33a3 3 0 1 0 0 6 8.19 8.19 0 0 0 7.41-4.33A13.95 13.95 0 0 0 14 8v10a3 3 0 1 0 6 0v-5.04a3 3 0 0 0 0-5.92V5a3 3 0 1 0-6 0v3a3 3 0 0 0-3-3H5a3 3 0 0 0 0 6h2.52zm11.98 0H18v7a1 1 0 1 1-2 0V5a1 1 0 1 1 2 0v4h1.5a1 1 0 1 1 0 2z" })); }); TextEffectsGa.displayName = 'TextEffectsGa'; export var TextEffectsGaDimensions = { height: 24, width: 24 };