UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.7 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Viadeo = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M16.289 13.898c.36.884.543 1.842.543 2.875 0 1.931-.66 3.618-1.977 5.063C13.537 23.28 11.842 24 9.77 24c-2.082 0-3.778-.72-5.098-2.164-1.317-1.445-1.978-3.132-1.978-5.063 0-1.914.621-3.575 1.869-4.98 1.375-1.55 3.106-2.324 5.204-2.324.884 0 1.702.139 2.454.413-.245.48-.466 1.07-.526 1.704a4.96 4.96 0 0 0-1.933-.376c-1.454 0-2.702.545-3.742 1.638-1.041 1.092-1.561 2.413-1.561 3.963 0 1 .24 1.931.71 2.795.48.864 1.115 1.53 1.925 2s1.694.705 2.66.705c.967 0 1.859-.234 2.66-.704a5.063 5.063 0 0 0 1.925-2.001c.835-1.497.962-3.465.298-5.039a5.15 5.15 0 0 0 1.652-.67zM20.387.428l-.012-.014c-.758 1.615-2.159 1.917-2.159 1.917-1.401.361-1.892.9-1.892.9-1.402 1.416-.295 3.134-.295 3.134 3.03-.693 4.137-3.186 4.137-3.186-.133 1.682-3.732 3.658-3.732 3.658 1.195 1.173 2.33 1.033 3.083.583.996-.59 1.475-1.895 1.475-1.895.966-2.899-.605-5.097-.605-5.097zM7.03 20.474s.428.074.912.052c0 0 10.329-7.021 7.61-14.315l-.04-.118v.007c.033.487-4.484 13.061-8.482 14.374zm8.383-15.19C15.049 1.41 12.933 0 12.933 0c1.49 2.513 2.3 4.77 2.481 5.306l-.001-.023z" })); }); Viadeo.displayName = 'Viadeo'; export var ViadeoDimensions = { height: 24, width: 24 };