@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandAdobeLightroom = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandAdobeLightroom = function LIBrandAdobeLightroom(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIBrandAdobeLightroom = LIBrandAdobeLightroom;