@icongo/ti
Version:
Typicons Icons
14 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIInfo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m21.17 15.4-5.91-9.85c-.78-1.3-1.96-2.04-3.26-2.04s-2.48.74-3.26 2.03L2.83 15.4c-.44.73-.66 1.49-.66 2.21 0 .57.14 1.13.42 1.62C3.23 20.35 4.47 21 6 21h12c1.53 0 2.77-.65 3.41-1.77.28-.49.42-1.02.42-1.58.01-.74-.21-1.51-.66-2.25zM12 8.45c.85 0 1.55.7 1.55 1.55 0 .85-.69 1.55-1.55 1.55-.85 0-1.55-.7-1.55-1.55 0-.86.69-1.55 1.55-1.55zm1.69 8.46c-.03.04-.8.92-2.07.92h-.15c-.51-.03-.93-.25-1.18-.63-.31-.47-.36-1.11-.12-1.82l.41-1.22c.23-.68.01-.79-.11-.85l-.14-.02c-.25 0-.6.15-.71.21-.1.05-.23.03-.31-.07-.07-.1-.07-.23.01-.32.03-.04.87-.99 2.22-.91.51.03.93.25 1.18.63.32.47.36 1.11.12 1.83l-.41 1.22c-.23.68-.01.79.11.85l.14.02c.25 0 .6-.15.71-.2.11-.06.23-.03.31.07.07.07.07.2-.01.29z"
})
}));
export { TIInfo };