UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextTTag = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12 4.75v-1a.75.75 0 0 0-.75-.75h-6.5a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0V4.5h1.75v7H7A.75.75 0 0 0 7 13h2a.75.75 0 0 0 0-1.5h-.25v-7h1.75v.25a.75.75 0 0 0 1.5 0ZM4.25 6.69a.75.75 0 0 0-1.06.06L1.19 9a.75.75 0 0 0 0 1l2 2.25a.75.75 0 0 0 1.06.06.75.75 0 0 0 .06-1.06L2.75 9.5l1.56-1.75a.75.75 0 0 0-.06-1.06Zm8.56.06 2 2.25c.25.29.25.71 0 1l-2 2.25a.75.75 0 1 1-1.12-1l1.56-1.75-1.56-1.75a.75.75 0 1 1 1.12-1Z" })); }); TextTTag.displayName = 'TextTTag'; export var TextTTagDimensions = { height: 16, width: 16 };