UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TINotesOutline = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TINotesOutline = function TINotesOutline(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", baseProfile: "tiny", viewBox: "0 0 24 24" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18.324 4.367c-.368-.324-.84-.5-1.324-.5l-.248.016-9 1.25A1.999 1.999 0 0 0 6 7.117v6.111c-1.746.551-3 2.034-3 3.772 0 2.205 2.019 4 4.5 4 1.695 0 3.169-.842 3.937-2.078A4.788 4.788 0 0 0 14.5 20c2.481 0 4.5-1.795 4.5-4V5.867c0-.574-.246-1.119-.676-1.5zM11 16v-4.256l3-.45v1.737c-1.693.208-3 1.46-3 2.969zm6 0c0 1.104-1.119 2-2.5 2s-2.5-.896-2.5-2 1.119-2 2.5-2c.172 0 .338.014.5.041v-3.908l-5 .75V17c0 1.104-1.119 2-2.5 2S5 18.104 5 17s1.119-2 2.5-2c.172 0 .338.014.5.041V7.117l9-1.25V16z" }) })); }; exports.TINotesOutline = TINotesOutline;