@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 2.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Kakao = /*#__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: "m3.074 10.44.655.473-1.61 2.02 1.865 2.237-.646.5-2.201-2.692zM.837 15.542H0v-7.03l.837-.182zM21.78 11.16c-.437 0-.772.163-1.005.49-.234.328-.35.807-.35 1.438 0 .624.116 1.096.35 1.414.233.318.568.478 1.005.478.442 0 .78-.16 1.014-.478.233-.318.35-.79.35-1.414 0-.63-.117-1.11-.35-1.437-.234-.328-.572-.491-1.014-.491m0-.673c.69 0 1.234.224 1.627.673.395.448.592 1.091.592 1.928 0 .824-.196 1.458-.587 1.9-.39.443-.935.665-1.632.665-.691 0-1.234-.222-1.628-.664-.394-.443-.592-1.077-.592-1.901 0-.837.199-1.48.596-1.928.397-.449.939-.673 1.624-.673m-5.534 4.465a1.496 1.496 0 0 0 .357-.045 2.88 2.88 0 0 0 .372-.118 2.007 2.007 0 0 0 .348-.178 2.078 2.078 0 0 0 .29-.223v-1.164h-.87c-.44 0-.762.076-.964.228-.202.151-.303.39-.303.718 0 .522.256.782.77.782m-1.57-.745c0-.504.168-.887.504-1.15.337-.265.826-.397 1.469-.397h.964v-.318c0-.77-.34-1.155-1.019-1.155-.218 0-.447.03-.686.091-.24.06-.46.137-.66.227l-.245-.59c.249-.14.517-.248.805-.324.287-.075.568-.114.84-.114 1.177 0 1.766.628 1.766 1.883v3.183h-.62l-.1-.545c-.248.2-.513.354-.795.464-.282.109-.55.163-.805.163-.443 0-.79-.125-1.041-.377-.252-.252-.378-.599-.378-1.041m-1.65-3.766.655.473-1.61 2.02 1.864 2.237-.645.5-2.201-2.692zm-2.237 5.102h-.837v-7.03l.837-.182zm-4.494-.59c.115 0 .234-.016.358-.046a2.88 2.88 0 0 0 .37-.118 1.984 1.984 0 0 0 .35-.178 2.048 2.048 0 0 0 .29-.223v-1.164h-.87c-.44 0-.762.076-.965.228-.202.151-.303.39-.303.718 0 .522.257.782.77.782m-1.57-.745c0-.504.168-.887.505-1.15.336-.265.826-.397 1.468-.397h.965v-.318c0-.77-.34-1.155-1.02-1.155-.217 0-.446.03-.686.091-.24.06-.46.137-.66.227l-.245-.59c.249-.14.517-.248.805-.324.288-.075.569-.113.841-.113 1.177 0 1.765.627 1.765 1.882v3.183h-.618l-.1-.545c-.25.2-.515.354-.796.464-.282.109-.55.163-.806.163-.442 0-.789-.125-1.04-.377-.252-.252-.378-.599-.378-1.041Z"
}));
});
Kakao.displayName = 'Kakao';
export var KakaoDimensions = {
height: 24,
width: 24
};