styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 882 B
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var WatchAlt = 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: "M18 8c0-.909-.613-1.67-1.445-1.912l-1.31-3.443A1 1 0 0014.311 2H8.689a1 1 0 00-.934.645l-1.31 3.443A1.996 1.996 0 005 8v8c0 .909.613 1.67 1.445 1.912l1.31 3.443a1 1 0 00.934.645h5.621c.415 0 .787-.257.935-.645l1.31-3.443A1.996 1.996 0 0018 16v-2h1v-4h-1V8zm-1.998 8H7V8h9l.002 8z", key: "k0" })));
});
WatchAlt.displayName = 'WatchAlt';
export var WatchAltDimensions = { height: 24, width: 24 };