UNPKG

1.82 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Picasa = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M18.9825641,14.3766381 C17.4502564,17.5432962 14.3664103,19.6772702 10.9123077,20 L10.9123077,20 L9.07615385,20 C7.98205128,19.8987615 6.91897436,19.6138034 5.90230769,19.1574593 L5.90230769,19.1574593 L5.90230769,14.376895 L5.90230769,14.376895 Z M4.85230769,9.96351303 L4.85230769,18.5793206 C2.98512821,17.4482245 1.52205128,15.7400175 0.720512821,13.7257824 C0.776220017,13.6754284 1.66717495,12.8643498 2.6098808,12.0059679 L2.98786601,11.6617834 C3.86760479,10.8606912 4.70142266,10.1012551 4.85230769,9.96351303 L4.85230769,9.96351303 Z M15.1766667,1.47258338 C18.1523077,3.28742484 20,6.53861966 20,10.0210699 C20,11.1429159 19.8051282,12.2526851 19.4325641,13.3208284 L19.4325641,13.3208284 L15.1766667,13.3208284 Z M5.4425641,1.11156791 C5.49371353,1.15798735 6.2255209,1.82360803 7.0326841,2.55784386 L7.59608964,3.07035675 C8.40579743,3.80693997 9.15117595,4.48508004 9.22692308,4.55419086 C9.13875181,4.63469394 6.91044774,6.66365312 4.70953984,8.66753512 L4.22178114,9.11162731 C2.279598,10.8799279 0.485921626,12.5129081 0.363076923,12.6244925 C0.129487179,11.7572845 0,10.8818542 0,10.0210699 C0,6.24261267 2.08564103,2.8380184 5.4425641,1.11156791 Z M9.99948718,0 C11.4315385,0 12.8182051,0.303972455 14.1225641,0.898042037 L14.1225641,0.898042037 L14.1225641,7.58029703 C13.7810256,7.26912997 6.77153846,0.893673878 6.50717949,0.6531682 C7.63512821,0.229713757 8.80717949,0 9.99948718,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file