@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 979 B
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function Download(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.75 9.5v6.419L12.668 14l1.052 1.054-3.224 3.228a.743.743 0 01-.969.072l-.083-.072-3.224-3.228L7.272 14l1.978 1.981V9.5h1.5zm5.751-7.75a.75.75 0 01.743.648l.007.102v15a.75.75 0 01-.648.743l-.102.007h-2.164v-1.5h1.414V3.25h-11.5v13.5h1.412v1.5H3.501a.75.75 0 01-.743-.648l-.007-.102v-15a.75.75 0 01.649-.743L3.5 1.75h13z",
fill: "currentColor",
fillRule: "nonzero",
id: "prefix__download",
stroke: "none",
strokeWidth: 1
}));
}