@icongo/ti
Version:
Typicons Icons
14 lines • 726 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIKeyOutline = 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: "M10 21H4v-4.414l3.783-3.783A5.927 5.927 0 0 1 7.5 11c0-3.309 2.691-6 6-6s6 2.691 6 6-2.691 6-6 6H12v2h-2v2zm-4-2h2v-2h2v-2h3.5c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4c0 .559.121 1.109.359 1.639l.285.631L6 17.414V19zm7.5-9.002a1.002 1.002 0 0 1 0 2.002 1.001 1.001 0 0 1 0-2.002m0-1A2.001 2.001 0 1 0 13.502 13a2.001 2.001 0 0 0-.002-4.002z"
})
}));
export { TIKeyOutline };