styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.13 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var UploadOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M20.986 17c0-.105-.004-.211-.038-.316l-2-6a.996.996 0 00-.56-.594 2.995 2.995 0 00-.269-3.914L12 .055 5.879 6.176a2.998 2.998 0 00-.27 3.914.987.987 0 00-.559.594l-2 6a1.007 1.007 0 00-.038.316C3 17 3 22 3 22a1 1 0 001 1h16a1 1 0 001-1s0-5-.014-5zM7.293 7.59L12 2.883l4.707 4.707a.999.999 0 010 1.414 1.025 1.025 0 01-1.414 0L13 6.711V12.5a1 1 0 01-2 0V6.711L8.707 9.004a1.025 1.025 0 01-1.414 0 .999.999 0 010-1.414zM6.721 12H9v.5c0 1.654 1.346 3 3 3s3-1.346 3-3V12h2.279l1.666 5H5.053l1.668-5zM5 21v-3h14v3H5z", key: "k0" })));
});
UploadOutline.displayName = 'UploadOutline';
export var UploadOutlineDimensions = { height: 24, width: 24 };