UNPKG

@semcore/icon

Version:
26 lines 1.17 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Megaphone({ 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" })); } Megaphone.displayName = 'Megaphone'; export default createBaseComponent(Megaphone);