@icongo/li
Version:
LibreICONS Icons
14 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPaperclip = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M13 10.84q0 .92-.677 1.54t-1.68.62q-1.157 0-2.014-.785L1.969 6.12Q1 5.217 1 3.992q0-1.249.943-2.12Q2.886 1 4.249 1q1.354 0 2.34.887l5.185 4.76q.086.078.086.172 0 .126-.261.366-.262.24-.399.24-.111 0-.197-.08L5.809 2.58q-.678-.605-1.552-.605-.908 0-1.534.589t-.626 1.421q0 .825.652 1.422L9.4 11.508q.54.495 1.243.495.548 0 .908-.33t.36-.833q0-.644-.54-1.138l-4.98-4.563q-.222-.189-.514-.189-.248 0-.411.15-.163.149-.163.376 0 .252.214.464l3.514 3.22q.086.078.086.172 0 .126-.266.37-.265.243-.402.243-.103 0-.189-.079l-3.514-3.22q-.54-.478-.54-1.17 0-.644.488-1.091.489-.448 1.192-.448.754 0 1.277.495l4.98 4.563q.857.77.857 1.845z"
})
}));
export { LIGuiPaperclip };