@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 960 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 NoImage(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M17.943 1L19 2.06l-.956.954v-.002l-13.71 13.71h-.002L2.054 19 1 17.946 3.246 15.7l.001-12.454h12.45L17.943 1zm-1.216 5.444l.002 10.279H6.445l3.546-3.546 1.308 1.306 3.932-3.93-.002-2.612 1.498-1.497zm-2.528-1.7H4.745L4.744 14.2l9.455-9.457zM7.491 5.99a1.498 1.498 0 11.001 2.996 1.498 1.498 0 010-2.996z",
fill: "currentColor",
fillRule: "nonzero",
id: "prefix__no-image",
stroke: "none",
strokeWidth: 1
}));
}