@icongo/ti
Version:
Typicons Icons
14 lines • 827 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIEye = 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.821 12.43c-.083-.119-2.062-2.944-4.793-4.875C15.612 6.552 13.826 6 12 6c-1.825 0-3.611.552-5.03 1.555-2.731 1.931-4.708 4.756-4.791 4.875a1 1 0 0 0 0 1.141c.083.119 2.06 2.944 4.791 4.875C8.389 19.448 10.175 20 12 20c1.826 0 3.612-.552 5.028-1.555 2.731-1.931 4.71-4.756 4.793-4.875a.996.996 0 0 0 0-1.14zM12 16.5c-1.934 0-3.5-1.57-3.5-3.5 0-1.934 1.566-3.5 3.5-3.5 1.93 0 3.5 1.566 3.5 3.5 0 1.93-1.57 3.5-3.5 3.5zm2-3.5c0 1.102-.898 2-2 2a2 2 0 1 1 2-2z"
})
}));
export { TIEye };