UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

20 lines (19 loc) 932 B
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 Document(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("g", { fillRule: "nonzero", id: "prefix__document", stroke: "none", strokeWidth: 1, fill: "none" }, /*#__PURE__*/React.createElement("path", { id: "prefix__Rectangle", d: "M0 0h20v20H0z" }), /*#__PURE__*/React.createElement("path", { d: "M4 1c-1.1 0-2 .855-2 1.9v15.2c0 1.045.9 1.9 2 1.9h12c1.1 0 2-.855 2-1.9V6.7L12 1H4zm7 6.65V2.425l5.5 5.225H11z", fill: "currentColor" }))); }