@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SendCopy = /*#__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: "M20 11.5a1 1 0 0 1 1 .88V17a5.5 5.5 0 0 1-5.27 5.5H8.25a2.5 2.5 0 0 1-2.45-2.01h2.4l.05.01h7.25a3.5 3.5 0 0 0 3.5-3.3v-4.7a1 1 0 0 1 1-1Zm-3-2.01a1 1 0 0 1 1 .88v6.62a2.5 2.5 0 0 1-2.34 2.5H5.5A2.5 2.5 0 0 1 3 17.15V10.5a1 1 0 0 1 2-.1V17c0 .24.18.45.4.49h10.1a.5.5 0 0 0 .5-.4v-6.6a1 1 0 0 1 1-1ZM6.3 5.79l3.49-3.5a1 1 0 0 1 1.32-.08l.1.08 3.5 3.5a1 1 0 0 1-1.32 1.5l-.1-.08-1.79-1.8v8.84a1 1 0 0 1-.88 1h-.12a1 1 0 0 1-1-.88V5.41l-1.8 1.8a1 1 0 0 1-1.31.08l-.1-.08a1 1 0 0 1-.08-1.32l.08-.1 3.5-3.5-3.5 3.5Z"
}));
});
SendCopy.displayName = 'SendCopy';
export var SendCopyDimensions = {
height: 24,
width: 24
};