8 lines
988 B
JavaScript
8 lines
988 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WindowColumnOneFourthLeftFocusLeft20Filled = exports.WindowColumnOneFourthLeftFocusLeftFilled = void 0;
|
|
const createFluentIcon_1 = require("../../utils/createFluentIcon");
|
|
exports.WindowColumnOneFourthLeftFocusLeftFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('WindowColumnOneFourthLeftFocusLeftFilled', "1em", ["M5.5 3A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 14.5 3h-9ZM4 5.5C4 4.67 4.67 4 5.5 4h9c.83 0 1.5.67 1.5 1.5V6H4v-.5ZM7 7h9v7.5c0 .83-.67 1.5-1.5 1.5H7V7Z"]));
|
|
exports.WindowColumnOneFourthLeftFocusLeft20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('WindowColumnOneFourthLeftFocusLeft20Filled', "20", ["M5.5 3A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5v-9A2.5 2.5 0 0 0 14.5 3h-9ZM4 5.5C4 4.67 4.67 4 5.5 4h9c.83 0 1.5.67 1.5 1.5V6H4v-.5ZM7 7h9v7.5c0 .83-.67 1.5-1.5 1.5H7V7Z"]));
|