@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentTarget = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.5 5h3.25L9 1.25V4.5c0 .28.22.5.5.5Zm0 1A1.5 1.5 0 0 1 8 4.5V1H4.5C3.67 1 3 1.67 3 2.5v4.78l.02-.01A1.49 1.49 0 0 1 4.5 6a1.49 1.49 0 0 1 1.48 1.27 4.52 4.52 0 0 1 2.75 2.75A1.5 1.5 0 0 1 10 11.5a1.5 1.5 0 0 1-1.27 1.48A4.5 4.5 0 0 1 7.4 14.9l-.13.1h4.24c.83 0 1.5-.67 1.5-1.5V6H9.5Zm-4.3 4.8a1 1 0 0 0-1.53.14 1 1 0 0 0 .12 1.27 1 1 0 0 0 1.7-.9 1 1 0 0 0-.28-.52Zm3.3.2a.5.5 0 1 1 0 1h-.55A3.49 3.49 0 0 1 5 14.95v.55a.5.5 0 1 1-1 0v-.55A3.49 3.49 0 0 1 1.05 12H.5a.5.5 0 1 1 0-1h.55A3.49 3.49 0 0 1 4 8.05V7.5a.5.5 0 1 1 1 0v.55A3.49 3.49 0 0 1 7.95 11h.55Zm-2.23 2.27a2.51 2.51 0 0 0 .16-3.36 2.5 2.5 0 1 0-.16 3.36Z"
}));
});
DocumentTarget.displayName = 'DocumentTarget';
export var DocumentTargetDimensions = {
height: 16,
width: 16
};