@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextDirectionLtrAc = /*#__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: "M12 5a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-3h1a1 1 0 1 0 0-2h-1V5zM4 5a1 1 0 1 0 0 2h3v.25c0 .9-.18 1.87-.64 2.59C5.94 10.49 5.26 11 4 11a1 1 0 1 0 0 2c1.94 0 3.26-.86 4.04-2.09.74-1.15.96-2.56.96-3.66V6a1 1 0 0 0-1-1H4zm14.3 9.3a1 1 0 0 1 1.4 0l2 2a1 1 0 0 1 0 1.4l-2 2a1 1 0 0 1-1.4-1.4l.29-.3H5a1 1 0 1 1 0-2h13.59l-.3-.3a1 1 0 0 1 0-1.4zm1.4-8a1 1 0 1 0-1.4 1.4l.29.3H16a1 1 0 1 0 0 2h2.59l-.3.3a1 1 0 0 0 1.42 1.4l2-2a1 1 0 0 0 0-1.4l-2-2z"
}));
});
TextDirectionLtrAc.displayName = 'TextDirectionLtrAc';
export var TextDirectionLtrAcDimensions = {
height: 24,
width: 24
};