@icongo/li
Version:
LibreICONS Icons
14 lines • 673 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandAdobeLightroom = 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: "M1 1v12h12V1H1zm6.595 8.495h-3.4V3.766h1.046V8.62h2.354v.876zm2.916-3.221a1.456 1.456 0 0 0-.306-.034c-.502 0-.842.323-.935.79a1.793 1.793 0 0 0-.034.323v2.142H8.19V6.69c0-.561-.008-.96-.034-1.334h.91l.034.79h.034c.204-.586.688-.884 1.13-.884.102 0 .162.009.247.026v.986z"
})
}));
export { LIBrandAdobeLightroom };