UNPKG

@icongo/ti

Version:
14 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var TICodeOutline = 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: "M7.828 19a2.978 2.978 0 0 1-2.121-.879L.586 13l5.121-5.121C6.84 6.745 8.819 6.745 9.95 7.88a3.002 3.002 0 0 1-.001 4.241L9.071 13l.878.879A3.002 3.002 0 0 1 7.828 19zm-4.414-6 3.707 3.707c.38.379 1.039.377 1.413.001a1.001 1.001 0 0 0 .001-1.415L6.243 13l2.292-2.293a1 1 0 0 0 0-1.414 1.023 1.023 0 0 0-1.414 0L3.414 13zm12.758 6a3.002 3.002 0 0 1-2.121-5.121l.878-.879-.878-.879a3.002 3.002 0 0 1 0-4.242c1.129-1.133 3.109-1.134 4.242 0L23.414 13l-5.121 5.121a2.978 2.978 0 0 1-2.121.879zm-.001-10a1.001 1.001 0 0 0-.706 1.707L17.757 13l-2.292 2.293a1 1 0 0 0 0 1.414 1.022 1.022 0 0 0 1.414 0L20.586 13l-3.707-3.707A.997.997 0 0 0 16.171 9z" }) })); export { TICodeOutline };