styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Dat = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm4.054-26.394c-.376 0-.691.12-.947.359-.24.239-.359.554-.359.947v6.912a6.306 6.306 0 00-4.94-2.33c-1.23 0-2.347.308-3.354.922-.99.614-1.775 1.468-2.355 2.56-.564 1.075-.845 2.278-.845 3.61s.307 2.543.921 3.635a6.882 6.882 0 002.535 2.56c1.092.614 2.295.921 3.61.921 1.314 0 2.5-.307 3.558-.921a6.882 6.882 0 002.534-2.56c.632-1.092.947-2.304.947-3.635V6.912c0-.393-.119-.708-.358-.947-.239-.24-.555-.359-.947-.359zm-5.735 17.792c-.853 0-1.63-.204-2.33-.614a4.73 4.73 0 01-1.638-1.74c-.392-.735-.588-1.554-.588-2.458s.196-1.716.588-2.432a4.528 4.528 0 011.639-1.716c.7-.426 1.476-.64 2.33-.64.853 0 1.62.214 2.303.64.7.41 1.246.982 1.639 1.716.392.716.589 1.527.589 2.432s-.197 1.723-.59 2.457a4.468 4.468 0 01-1.638 1.741c-.682.41-1.45.614-2.304.614z", key: "k0" })));
});
Dat.displayName = 'Dat';
export var DatDimensions = { height: 32, width: 32 };