UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Upload = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M20.987 16a.98.98 0 00-.039-.316l-2-6A.998.998 0 0018 9h-4v2h3.279l1.667 5H5.054l1.667-5H10V9H6a.998.998 0 00-.948.684l-2 6a.98.98 0 00-.039.316C3 16 3 21 3 21a1 1 0 001 1h16a1 1 0 001-1s0-5-.013-5zM16 7.904c.259 0 .518-.095.707-.283a1 1 0 000-1.414L12 1.5 7.293 6.207a1 1 0 000 1.414c.189.189.448.283.707.283s.518-.094.707-.283L11 5.328V12a1 1 0 002 0V5.328l2.293 2.293a.997.997 0 00.707.283z", key: "k0" }))); }); exports.Upload.displayName = 'Upload'; exports.UploadDimensions = { height: 24, width: 24 };