@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Link = /*#__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: "M33.25 13c5.84 0 10.6 4.66 10.75 10.46v.79c0 5.84-4.66 10.6-10.46 10.75h-4.79a1.75 1.75 0 0 1-.14-3.5h4.64a7.25 7.25 0 0 0 7.25-7.01v-.74a7.25 7.25 0 0 0-7.01-7.25h-4.74a1.75 1.75 0 0 1-.14-3.5h4.64zm-14 0a1.75 1.75 0 0 1 .14 3.5h-4.64a7.25 7.25 0 0 0-7.25 7.01v.74a7.25 7.25 0 0 0 7.01 7.25h4.74a1.75 1.75 0 0 1 .14 3.5h-4.64C8.91 35 4.15 30.34 4 24.54v-.79C4 17.91 8.66 13.15 14.46 13h4.79zM14 22.25h20a1.75 1.75 0 0 1 .14 3.5H14a1.75 1.75 0 0 1-.14-3.5H34 14z"
}));
});
Link.displayName = 'Link';
export var LinkDimensions = {
height: 48,
width: 48
};