UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Beach = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M22.15 2.98A7.7 7.7 0 0 0 11.64 5.8l-.29.5a.75.75 0 0 0 .28 1.02l5.46 3.15-3.27 5.72h-.07c-3.16 0-5.9 1.84-7.52 4.42a2 2 0 0 1 2.56 1.26c.6 1.8 2.77 1.7 3.32.1a2 2 0 0 1 3.78 0c.55 1.6 2.72 1.7 3.32-.1a2 2 0 0 1 2-1.37 9.28 9.28 0 0 0-5.77-4.13l2.95-5.15 5.27 3.05a.75.75 0 0 0 1.02-.28l.3-.5a7.7 7.7 0 0 0-2.83-10.51zM7.61 22.26a.75.75 0 0 0-1.44.06c-.26 1.04-.74 1.62-1.3 1.95a4.1 4.1 0 0 1-2.12.48.75.75 0 0 0 0 1.5c.96 0 2-.15 2.9-.7.53-.31.98-.74 1.33-1.3a4.45 4.45 0 0 0 7.02-.03 4.45 4.45 0 0 0 7.1-.09 5.19 5.19 0 0 0 4.15 2.12.75.75 0 0 0 0-1.5 3.64 3.64 0 0 1-3.43-2.48.75.75 0 0 0-1.43 0 2.96 2.96 0 0 1-5.68.11.75.75 0 0 0-1.42 0 2.96 2.96 0 0 1-5.68-.12z" })); }); Beach.displayName = 'Beach'; export var BeachDimensions = { height: 28, width: 28 };