@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderArrowLeft = /*#__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: "M14.41 8h-.06l-2.23-1.78A1 1 0 0 0 11.5 6H8a4 4 0 0 0-4 4v1h7.11l3.3-3Zm2.98 0-5.22 4.74a1 1 0 0 1-.67.26H4v9a4 4 0 0 0 4 4h6.51A8.99 8.99 0 0 1 23 14c1.85 0 3.57.56 5 1.52V12a4 4 0 0 0-4-4h-6.61ZM15.5 23a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0Zm12.25 1h-7.69l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 1 1 1.06 1.06l-2.72 2.72h7.69a.75.75 0 0 1 0 1.5Z"
}));
});
FolderArrowLeft.displayName = 'FolderArrowLeft';
export var FolderArrowLeftDimensions = {
height: 32,
width: 32
};