@brizy/ui-icons
Version:
10 lines (9 loc) • 1.02 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomAssets = void 0;
const react_1 = __importDefault(require("react"));
exports.CustomAssets = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 14" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M9.046 2c-.018.166-.05.329-.05.5 0 .529.108 1.029.276 1.5H1.998v8h12V6.949a4.47 4.47 0 0 0 2-.71V12a2 2 0 0 1-2 2H1.999c-1.105 0-2-.895-1.999-2V4a2 2 0 0 1 2-2zm.49 4.001A.5.5 0 0 1 9.9 6.2l3 4a.5.5 0 0 1-.399.801h-7a.5.5 0 0 1-.354-.854l4-4a.5.5 0 0 1 .389-.146M4.748 5.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M13.497 0a.5.5 0 0 1 .5.5c0 .827.673 1.5 1.5 1.5a.5.5 0 0 1 0 1c-.827 0-1.5.673-1.5 1.5a.5.5 0 0 1-1 0c0-.827-.673-1.5-1.5-1.5a.5.5 0 0 1 0-1c.827 0 1.5-.673 1.5-1.5a.5.5 0 0 1 .5-.5" })));