@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextFootnoteGaNa = /*#__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: "m20.02 7.54-.22.16a1 1 0 1 1-1.1-1.67 3.31 3.31 0 0 0 1.35-1.74 1 1 0 0 1 1.97.21V11a1 1 0 1 1-2 0V7.54zM1 9a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1-.17 2.3-.79 3.48a4.7 4.7 0 0 1-3.56 2.5 1 1 0 1 1-.3-1.97 2.7 2.7 0 0 0 2.1-1.47c.25-.47.4-1.01.48-1.54H2a1 1 0 0 1-1-1zm6.5-3v12a1 1 0 0 0 2 0V6a1 1 0 0 0-2 0zm8 12V6a1 1 0 1 1 2 0v12a1 1 0 0 1-2 0zM13.48 7.21a1 1 0 1 0-1.96-.42l-1.5 7a1 1 0 0 0 1.14 1.2l3-.5a1 1 0 1 0-.32-1.98l-1.55.26 1.19-5.56z"
}));
});
TextFootnoteGaNa.displayName = 'TextFootnoteGaNa';
export var TextFootnoteGaNaDimensions = {
height: 24,
width: 24
};