UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.39 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextDirectionRotate90Left24Filled = exports.TextDirectionRotate90Left24Regular = exports.TextDirectionRotate90Left20Filled = exports.TextDirectionRotate90Left20Regular = exports.TextDirectionRotate90LeftRegular = exports.TextDirectionRotate90LeftFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TextDirectionRotate90LeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90LeftFilled", "", 2, undefined)); exports.TextDirectionRotate90LeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90LeftRegular", "", 2, undefined)); exports.TextDirectionRotate90Left20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left20Regular", "", 1, 20)); exports.TextDirectionRotate90Left20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left20Filled", "", 0, 20)); exports.TextDirectionRotate90Left24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left24Regular", "", 1, 24)); exports.TextDirectionRotate90Left24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate90Left24Filled", "", 0, 24));