UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextEffects = /*#__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: "M14.76 3.82a3 3 0 0 0-5.52 0l-4.26 9.94-.05.12-1.69 3.94a3 3 0 0 0 5.52 2.36L9.69 18h4.62l.93 2.18a3 3 0 1 0 5.52-2.36l-1.69-3.94a2.9 2.9 0 0 0-.05-.12l-4.26-9.94Zm-1.84.79 4.28 9.98.01.04 1.71 3.98a1 1 0 1 1-1.84.78L15.63 16H8.37l-1.45 3.4a1 1 0 1 1-1.84-.8l1.7-3.97.02-.04 4.28-9.98a1 1 0 0 1 1.84 0ZM14.77 14H9.23L12 7.54 14.77 14Z" })); }); TextEffects.displayName = 'TextEffects'; export var TextEffectsDimensions = { height: 24, width: 24 };