UNPKG

@nomercyicons/react

Version:
24 lines 1.28 kB
const React = require("react"); function BufferColorIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 44 45", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#333", fillRule: "evenodd", d: "M43.542 21.892l-4.218-1.957a2.309 2.309 0 00-1.93-.006L22.96 26.527a2.306 2.306 0 01-1.918 0L6.606 19.93a2.309 2.309 0 00-1.93.006L.458 21.892a.787.787 0 00.004 1.432l20.58 9.408c.608.278 1.309.278 1.918 0l20.578-9.408a.787.787 0 00.004-1.432zm0 12.06l-4.218-1.958a2.309 2.309 0 00-1.93-.005L22.96 38.587a2.306 2.306 0 01-1.918 0L6.606 31.989a2.309 2.309 0 00-1.93.005L.458 33.952a.787.787 0 00.004 1.431l20.58 9.408c.608.279 1.309.279 1.918 0l20.578-9.408a.787.787 0 00.004-1.431zM20.88.247L.459 9.727a.787.787 0 00.004 1.431l20.578 9.408c.609.278 1.31.278 1.918 0l20.58-9.408a.787.787 0 00.003-1.432L23.122.246a2.67 2.67 0 00-2.242 0z" })); } const ForwardRef = React.forwardRef(BufferColorIcon); module.exports = ForwardRef;