styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.28 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Info = 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 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M21.17 15.4l-5.91-9.85c-.78-1.3-1.96-2.04-3.26-2.04s-2.48.74-3.26 2.03L2.83 15.4c-.44.73-.66 1.49-.66 2.21 0 .57.14 1.13.42 1.62C3.23 20.35 4.47 21 6 21h12c1.53 0 2.77-.65 3.41-1.77.28-.49.42-1.02.42-1.58.01-.74-.21-1.51-.66-2.25zM12 8.45c.85 0 1.55.7 1.55 1.55 0 .85-.69 1.55-1.55 1.55-.85 0-1.55-.7-1.55-1.55 0-.86.69-1.55 1.55-1.55zm1.69 8.46c-.03.04-.8.92-2.07.92h-.15c-.51-.03-.93-.25-1.18-.63-.31-.47-.36-1.11-.12-1.82l.41-1.22c.23-.68.01-.79-.11-.85l-.14-.02c-.25 0-.6.15-.71.21-.1.05-.23.03-.31-.07-.07-.1-.07-.23.01-.32.03-.04.87-.99 2.22-.91.51.03.93.25 1.18.63.32.47.36 1.11.12 1.83l-.41 1.22c-.23.68-.01.79.11.85l.14.02c.25 0 .6-.15.71-.2.11-.06.23-.03.31.07.07.07.07.2-.01.29z", key: "k0" })));
});
Info.displayName = 'Info';
export var InfoDimensions = { height: 24, width: 24 };