UNPKG

@semcore/icon

Version:
27 lines 1.17 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootMegaphone({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Megaphone", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2a1 1 0 0 0-1.6-.8L8.667 4H5.5a3.5 3.5 0 1 0 0 7H6v4a1 1 0 1 0 2 0v-4h.667l3.733 2.8A1 1 0 0 0 14 13V2ZM9.6 5.8 12 4v7L9.6 9.2A1 1 0 0 0 9 9H5.5a1.5 1.5 0 0 1 0-3H9a1 1 0 0 0 .6-.2Z", shapeRendering: "geometricPrecision" })); } RootMegaphone.displayName = 'Megaphone'; const Megaphone = createBaseComponent(RootMegaphone); export { Megaphone as default };