@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextDirectionVerticalAc = /*#__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 3a1 1 0 0 1 1 1v13.59l.3-.3a1 1 0 0 1 1.4 1.42l-2 2a1 1 0 0 1-1.4 0l-2-2a1 1 0 1 1 1.4-1.42l.3.3V4a1 1 0 0 1 1-1zm8 12a1 1 0 1 1 2 0v2.59l.3-.3a1 1 0 0 1 1.4 1.42l-2 2a1 1 0 0 1-1.4 0l-2-2a1 1 0 0 1 1.4-1.42l.3.3V15zm5-11a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0V9h1a1 1 0 1 0 0-2h-1V4zm-8 0a1 1 0 1 0 0 2h3v.25c0 .9-.18 1.87-.64 2.59-.42.65-1.1 1.16-2.36 1.16a1 1 0 1 0 0 2c1.94 0 3.26-.86 4.04-2.09.74-1.15.96-2.56.96-3.66V5a1 1 0 0 0-1-1h-4z"
}));
});
TextDirectionVerticalAc.displayName = 'TextDirectionVerticalAc';
export var TextDirectionVerticalAcDimensions = {
height: 24,
width: 24
};