UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.TennisBall = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M4.929 19.071a9.953 9.953 0 006.692 2.906c-.463-2.773.365-5.721 2.5-7.856 2.136-2.135 5.083-2.963 7.856-2.5-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463 2.773-.365 5.721-2.5 7.856-2.136 2.135-5.083 2.963-7.856 2.5a9.944 9.944 0 002.906 6.692z", key: "k0" }), React.createElement("path", { d: "M15.535 15.535a6.996 6.996 0 00-1.911 6.318 9.929 9.929 0 008.229-8.229 6.999 6.999 0 00-6.318 1.911zm-7.07-7.07a6.996 6.996 0 001.911-6.318 9.929 9.929 0 00-8.23 8.229 7 7 0 006.319-1.911z", key: "k1" }))); }); exports.TennisBall.displayName = 'TennisBall'; exports.TennisBallDimensions = { height: 24, width: 24 };