UNPKG

@fluentui/react-icons

Version:

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

8 lines (7 loc) 790 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Cone16Filled = exports.Cone16Regular = void 0; const createFluentIcon_1 = require("../../utils/createFluentIcon"); exports.Cone16Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('Cone16Regular', "16", ["M8 15c-2.23 0-6-.42-6-2l.01-.12.05-.2a.5.5 0 0 1 .04-.1l5.45-11.3a.52.52 0 0 1 .9 0l5.45 11.3a.5.5 0 0 1 .04.1l.05.2.01.12c0 1.58-3.77 2-6 2Zm-4.99-1.98c.2.34 2.03.98 4.99.98 2.94 0 4.76-.63 4.99-1l-.01-.03L8 2.65 3.01 13.02Z"])); exports.Cone16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('Cone16Filled', "16", ["M8 15c-2.23 0-6-.42-6-2l.01-.12.05-.2a.5.5 0 0 1 .04-.1l5.45-11.3a.52.52 0 0 1 .9 0l5.45 11.3a.5.5 0 0 1 .04.1l.05.2.01.12c0 1.58-3.77 2-6 2Z"]));