@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderLink = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M24.83 12.5h15.42c2 0 3.64 1.57 3.74 3.55l.01.2v13.54A7.88 7.88 0 0 0 38 27H28c-4.42 0-8 3.7-8 8.25 0 1.35.31 2.62.87 3.75H7.75c-2 0-3.64-1.57-3.74-3.55l-.01-.2V19h14.03c.97-.07 1.89-.5 2.55-1.23l.14-.17 4.11-5.1ZM17.06 9c.83 0 1.64.28 2.3.78l.17.15 2.44 2.14-3.2 3.96-.09.1c-.2.2-.46.33-.74.36l-.14.01H4v-3.75c0-2 1.57-3.64 3.55-3.74l.2-.01h9.31Zm11.19 20a6.25 6.25 0 1 0 0 12.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5a3.75 3.75 0 1 1 0-7.5h1.5a1.25 1.25 0 1 0 0-2.5h-1.5Zm9.5 0a6.25 6.25 0 1 1 0 12.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5a3.75 3.75 0 1 0 0-7.5h-1.5a1.25 1.25 0 1 1 0-2.5h1.5ZM27 35.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25Z"
}));
});
FolderLink.displayName = 'FolderLink';
export var FolderLinkDimensions = {
height: 48,
width: 48
};