styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Dnt = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm9.075-12.9c-.827-.046-.367-1.362-.735-2.863-.437-1.662.207-2.817 1.057-2.77.4.062.778.22 1.103.461a6.819 6.819 0 00-.781-2.055c-.759-1.27-2.413-3.117-4.481-4.571v13.922a1.398 1.398 0 11-2.666.6 5.435 5.435 0 01-6.978-1.05 5.498 5.498 0 01-.104-7.09 5.435 5.435 0 016.944-1.257V7.025c-.007-.421.18-.822.506-1.085-2.689-1.247-5.699-1.501-8.273.785-4.32 3.855-6.48 9.235-4.32 14.591.046.116.092.231.138.323.063-.13.149-.246.253-.346 1.126-1.154 2.367 1.2 5.01 2.563 1.677.854 2.642 1.985 3.01 3.047 2.458.3 4.986-.092 7.008-1.27 2.643-1.523 4.183-4.294 4.734-7.11a2.338 2.338 0 01-1.425.577zm-10.363.092c1.333.762 2.941.462 3.24-1.247.16-.992.069-2.54-.804-3.024-2.896-1.662-5.332 2.609-2.436 4.271zm1.356-11.036c.62-.023 1.194.716 1.217 1.062.023.347-.528.208-1.126.416-.666.23-1.149.023-1.171-.323-.023-.347.436-1.132 1.08-1.155z", key: "k0" })));
});
exports.Dnt.displayName = 'Dnt';
exports.DntDimensions = { height: 32, width: 32 };