@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.74 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Lasso32Light = exports.Lasso32Filled = exports.Lasso32Regular = exports.Lasso28Filled = exports.Lasso28Regular = exports.Lasso24Filled = exports.Lasso24Regular = exports.Lasso20Filled = exports.Lasso20Regular = exports.LassoRegular = exports.LassoFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LassoFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LassoFilled", "", 2, undefined));
exports.LassoRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LassoRegular", "", 2, undefined));
exports.Lasso20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso20Regular", "", 1, 20));
exports.Lasso20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso20Filled", "", 0, 20));
exports.Lasso24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso24Regular", "", 1, 24));
exports.Lasso24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso24Filled", "", 0, 24));
exports.Lasso28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso28Regular", "", 1, 28));
exports.Lasso28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso28Filled", "", 0, 28));
exports.Lasso32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Regular", "", 1, 32));
exports.Lasso32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Filled", "", 0, 32));
exports.Lasso32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Lasso32Light", "", 3, 32));