UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 1 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextBulletListSquareSearch20Filled = exports.TextBulletListSquareSearch20Regular = exports.TextBulletListSquareSearchRegular = exports.TextBulletListSquareSearchFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TextBulletListSquareSearchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSearchFilled", "", 2, undefined)); exports.TextBulletListSquareSearchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSearchRegular", "", 2, undefined)); exports.TextBulletListSquareSearch20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSearch20Regular", "", 1, 20)); exports.TextBulletListSquareSearch20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSearch20Filled", "", 0, 20));