UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextDirectionRtlAc = /*#__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: "M18 4a1 1 0 0 1 1 1v3h1a1 1 0 1 1 0 2h-1v3a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1zm-8 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1.25c0 1.1-.22 2.5-.96 3.66A4.54 4.54 0 0 1 11 13a1 1 0 1 1 0-2c1.26 0 1.94-.51 2.36-1.16.46-.72.64-1.7.64-2.59V7h-3a1 1 0 0 1-1-1zm-5.7 8.3a1 1 0 0 1 1.4 1.4l-.29.3H20a1 1 0 1 1 0 2H5.41l.3.3a1 1 0 1 1-1.42 1.4l-2-2a1 1 0 0 1 0-1.4l2-2zm1.4-8a1 1 0 0 0-1.4 0l-2 2a1 1 0 0 0 0 1.4l2 2a1 1 0 0 0 1.4-1.4l-.29-.3H8a1 1 0 1 0 0-2H5.41l.3-.3a1 1 0 0 0 0-1.4z" })); }); TextDirectionRtlAc.displayName = 'TextDirectionRtlAc'; export var TextDirectionRtlAcDimensions = { height: 24, width: 24 };