UNPKG

@nomercyicons/react

Version:
24 lines 2.65 kB
import * as React from "react"; function ViberColorIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 52 52", 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: "#7F4DA0", fillRule: "evenodd", d: "M26 0c14.36 0 26 11.64 26 26S40.36 52 26 52 0 40.36 0 26 11.64 0 26 0zm1.557 10.59c1.768.221 3.197.647 4.764 1.412 1.542.754 2.529 1.468 3.834 2.766 1.223 1.226 1.902 2.155 2.621 3.597 1.002 2.011 1.573 4.403 1.67 7.035.036.898.01 1.098-.195 1.355-.39.497-1.249.415-1.542-.144-.092-.185-.118-.344-.149-1.062-.051-1.103-.128-1.817-.282-2.669-.607-3.34-2.21-6.008-4.77-7.922-2.132-1.601-4.337-2.381-7.225-2.55-.977-.057-1.146-.093-1.367-.262-.412-.324-.432-1.083-.036-1.437.241-.22.41-.252 1.248-.226.437.015 1.08.067 1.43.108zm-11.748.555c.18.062.457.205.617.308.976.646 3.695 4.12 4.584 5.855.509.99.678 1.724.519 2.268-.165.585-.437.893-1.655 1.873-.488.395-.946.8-1.017.908-.185.267-.335.79-.335 1.16.006.857.56 2.412 1.29 3.607.566.929 1.578 2.12 2.58 3.033 1.177 1.077 2.215 1.811 3.387 2.391 1.506.75 2.426.94 3.099.626.17-.077.35-.18.406-.226.051-.046.447-.528.879-1.062.832-1.047 1.022-1.216 1.593-1.411.725-.246 1.465-.18 2.21.2.565.293 1.798 1.057 2.595 1.611 1.048.734 3.29 2.561 3.592 2.925.535.657.627 1.499.268 2.427-.38.98-1.86 2.818-2.894 3.603-.935.708-1.598.98-2.472 1.02-.72.037-1.017-.025-1.937-.405-7.216-2.97-12.977-7.404-17.55-13.495-2.39-3.182-4.21-6.481-5.453-9.904-.725-1.996-.76-2.863-.165-3.884.257-.431 1.352-1.499 2.149-2.094 1.325-.985 1.937-1.35 2.425-1.452.334-.072.915-.015 1.285.118zm12.103 3.166c3.12.457 5.535 1.904 7.118 4.254.889 1.324 1.444 2.879 1.634 4.546.067.611.067 1.725-.005 1.91-.067.174-.283.41-.468.507-.2.103-.627.093-.863-.03-.396-.2-.514-.519-.514-1.38 0-1.33-.345-2.73-.94-3.819a7.805 7.805 0 00-2.868-2.981c-1.033-.616-2.56-1.072-3.952-1.185-.504-.041-.782-.144-.972-.365a.934.934 0 01-.077-1.16c.267-.415.679-.482 1.907-.297zm1.094 3.874c1.013.216 1.789.6 2.452 1.222.853.805 1.32 1.78 1.526 3.181.139.913.082 1.273-.241 1.57-.304.277-.864.288-1.203.026-.247-.185-.324-.38-.38-.908-.067-.703-.19-1.196-.401-1.653-.452-.97-1.249-1.472-2.595-1.637-.633-.077-.823-.148-1.028-.39-.375-.446-.232-1.17.288-1.436.195-.098.277-.108.709-.083.267.016.663.062.873.108z" })); } const ForwardRef = React.forwardRef(ViberColorIcon); export default ForwardRef;