UNPKG

@nomercyicons/react

Version:
24 lines 2.04 kB
const React = require("react"); function EvernoteIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 40 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M29.793 22.704a9.585 9.585 0 00-1.847.111c.163-1.321.707-2.944 2.633-2.877 2.132.075 2.43 2.097 2.438 3.468-.9-.403-2.012-.658-3.224-.702M38.91 8.351c-.357-1.916-1.491-2.86-2.518-3.23-1.105-.402-3.35-.817-6.169-1.152-2.268-.267-4.933-.246-6.544-.196-.192-1.33-1.12-2.543-2.16-2.963-2.767-1.119-7.045-.849-8.141-.54-.873.245-1.84.747-2.377 1.52-.36.516-.593 1.179-.595 2.103 0 .523.015 1.755.027 2.85.013 1.098.028 2.08.028 2.088 0 .976-.79 1.773-1.769 1.774H4.206c-.958 0-1.69.162-2.247.416-.56.256-.956.6-1.258 1.006-.6.809-.704 1.805-.7 2.822 0 0 .008.832.208 2.44.166 1.245 1.51 9.944 2.788 12.588.495 1.03.825 1.458 1.797 1.911 2.168.933 7.121 1.97 9.441 2.267 2.318.297 3.771.922 4.638-.902.003-.004.173-.454.408-1.113.753-2.289.857-4.32.857-5.788 0-.15.219-.156.219 0 0 1.036-.198 4.708 2.565 5.694 1.09.388 3.352.733 5.65 1.005 2.079.24 3.588 1.06 3.588 6.414 0 3.256-.682 3.703-4.244 3.703-2.888 0-3.989.075-3.989-2.227 0-1.862 1.835-1.667 3.193-1.667.608 0 .167-.453.167-1.602 0-1.143.712-1.803.04-1.82-4.701-.13-7.466-.005-7.466 5.896 0 5.358 2.042 6.352 8.711 6.352 5.231 0 7.075-.172 9.234-6.898.427-1.33 1.46-5.38 2.085-12.186.396-4.302-.372-17.288-.981-20.565m-34.915.946h4.49a.467.467 0 00.464-.466c0-.002-.053-3.863-.053-4.937v-.013c0-.882.183-1.65.505-2.295l.154-.288a.088.088 0 00-.053.027l-8.718 8.68a.1.1 0 00-.032.051c.18-.09.427-.211.461-.226.76-.345 1.68-.533 2.782-.533" })); } const ForwardRef = React.forwardRef(EvernoteIcon); module.exports = ForwardRef;