@icongo/li
Version:
LibreICONS Icons
14 lines • 507 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandPinboard = 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: "M7.676 8.293 5.421 10.6l.36-2.031-3.067-3.784L1 4.876 4.79 1v1.477L8.397 5.8l2.256-.553L8.31 7.738 13 13 7.676 8.293Z"
})
}));
export { LIBrandPinboard };