@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiSwatchbook = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiSwatchbook = function LIGuiSwatchbook(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: "M12.24 8.5H9.737l-4.362 4.371c-.049.049-.106.084-.157.129h7.022a.75.75 0 0 0 .748-.75v-3a.75.75 0 0 0-.748-.75zm-1.043-3.584L9.08 2.796a.747.747 0 0 0-1.06 0L6.252 4.567v6.182c0 .07-.015.134-.02.203l4.966-4.976a.751.751 0 0 0 0-1.06zM5.503 1.75A.75.75 0 0 0 4.754 1H1.76a.75.75 0 0 0-.748.75v9A2.248 2.248 0 0 0 3.257 13a2.248 2.248 0 0 0 2.246-2.25v-9zm-2.246 9.563a.562.562 0 1 1 .001-1.124.562.562 0 0 1 0 1.123zM4.006 7H2.509V5.5h1.497V7zm0-3H2.509V2.5h1.497V4z"
})
}));
};
exports.LIGuiSwatchbook = LIGuiSwatchbook;