UNPKG

@scaleflex/icons

Version:
25 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Comment1 = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Comment1", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M50.2749 33.6066C50.2749 36.0911 48.308 38.058 45.8236 38.058H20.0472L8.03888 46.4431V38.058H4.72625C2.24178 38.058 0.274902 36.0911 0.274902 33.6066V8.45135C0.274902 5.96688 2.24178 4 4.72625 4H45.8236C48.308 4 50.2749 5.96688 50.2749 8.45135V33.6066Z", fill: color })); }); export default Comment1;