UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.47 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MathFormatProfessional = /*#__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: "M15.44 4.95a.5.5 0 0 0-.72-.16l-.39.27a1 1 0 0 1-1.16-1.62l.38-.28a2.5 2.5 0 0 1 3.64.82l.5.9 1.6-1.59a1 1 0 1 1 1.42 1.42l-2 2 .8 1.41a.5.5 0 0 0 .75.15l.36-.3a1 1 0 0 1 1.26 1.56l-.36.3c-1.21.97-3 .63-3.76-.73l-.52-.93-1.53 1.54a1 1 0 1 1-1.42-1.42l1.94-1.93-.79-1.4ZM8.4 14.14c-1.42.27-3 .34-4.53.36-.28 1.1-.16 1.9.1 2.43.3.62.88 1.06 1.7 1.27 1.7.42 4.18-.25 5.83-2.14a1 1 0 1 1 1.5 1.32c-2.1 2.4-5.32 3.38-7.81 2.76a4.44 4.44 0 0 1-3.03-2.34c-.6-1.25-.6-2.83.01-4.63A9.83 9.83 0 0 1 5.58 8.3 8.16 8.16 0 0 1 8.8 6.87c1.62-.33 3.08.13 3.9 1.2.83 1.08.8 2.56-.1 3.78-.97 1.34-2.57 1.97-4.2 2.29Zm.8-5.31c-.55.11-1.48.37-2.44 1.07a7.17 7.17 0 0 0-2.13 2.58c1.21-.03 2.36-.1 3.38-.3 1.46-.29 2.45-.78 2.98-1.5.43-.6.35-1.1.12-1.4-.25-.32-.85-.67-1.91-.45Z" })); }); MathFormatProfessional.displayName = 'MathFormatProfessional'; export var MathFormatProfessionalDimensions = { height: 24, width: 24 };