@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AttachText = /*#__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: "M7 3a5 5 0 0 1 5 4.78V19a3 3 0 0 1-6 .18V9a1 1 0 0 1 2-.12V19a1 1 0 0 0 2 .12V8a3 3 0 0 0-6-.18V17a1 1 0 0 1-2 .12V8a5 5 0 0 1 5-5Zm8 14h2a1 1 0 0 1 .12 2H15a1 1 0 0 1-.12-2H17h-2Zm0-4h5.5a1 1 0 0 1 .12 2H15a1 1 0 0 1-.12-2h5.62H15Zm0-4h5.5a1 1 0 0 1 .12 2H15a1 1 0 0 1-.12-2h5.62H15Zm0-4h5.5a1 1 0 0 1 .12 2H15a1 1 0 0 1-.12-2h5.62H15Z"
}));
});
AttachText.displayName = 'AttachText';
export var AttachTextDimensions = {
height: 24,
width: 24
};