UNPKG

@vimeo/iris

Version:
17 lines (10 loc) 965 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../tslib.es6-3ec409b7.js'); var React = require('react'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var Trash = React.forwardRef(function (props, ref) { return (React__default["default"].createElement("svg", tslib_es6.__assign({ viewBox: "0 0 18 20", ref: ref }, props), React__default["default"].createElement("path", { d: "M17 3h-4V2a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v1H1a1 1 0 0 0 0 2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5h1a1 1 0 0 0 0-2zM7 2h4v1H7zm7 16H4V5h10z", fill: "#1a2e3b" }), React__default["default"].createElement("path", { d: "M7.5 9a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v4a.5.5 0 1 0 1 0v-4a.5.5 0 0 0-.5-.5z", fill: "#1a2e3b" }))); }); exports.Trash = Trash;