@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SlideTextMultiple = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 4A4.5 4.5 0 0 0 2 8.5v11A4.5 4.5 0 0 0 6.5 24h15a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 21.5 4h-15ZM8 9h7a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2Zm0 4h12a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2Zm-1 5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Zm21 3a5 5 0 0 1-5 5H7.1c1.26 1.24 3 2 4.9 2h11a7 7 0 0 0 7-7v-7c0-1.9-.76-3.64-2-4.9V21Z"
}));
});
SlideTextMultiple.displayName = 'SlideTextMultiple';
export var SlideTextMultipleDimensions = {
height: 32,
width: 32
};