@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.43 kB
JavaScript
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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m41.76 25.64.36-.64a14 14 0 1 0-24.25-14l-.12.22c-.41.71-.18 1.62.52 2.05L28 19.14l-5.38 8.92c-4.71.42-8.74 2.92-10.9 6.45a3.24 3.24 0 0 1 2.46.82c1.97-2.84 5.53-4.83 9.83-4.83s7.86 2 9.83 4.83a3.28 3.28 0 0 1 2.46-.82c-2.14-3.5-6.11-5.99-10.77-6.44l4.61-7.63 9.54 5.76c.72.44 1.67.18 2.09-.56ZM36.7 36.71c-.2-.13-.44-.2-.68-.2L36 36.5h-.03a1.25 1.25 0 0 0-1.16.85c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.25 1.25 0 0 0-2.38 0c-.04.13-1.3 3.65-4.81 3.65-3.52 0-4.77-3.5-4.81-3.65a1.24 1.24 0 0 0-1.16-.85h-.02a1.25 1.25 0 0 0-1.17.8c-.02.05-1.74 4.45-5.59 4.45a1.25 1.25 0 0 0 0 2.5 8.2 8.2 0 0 0 6.75-3.9 7.3 7.3 0 0 0 12 0 7.3 7.3 0 0 0 12 0 8.2 8.2 0 0 0 6.75 3.9 1.25 1.25 0 1 0 0-2.5c-2.48 0-4.09-1.86-4.91-3.18a8.54 8.54 0 0 1-.67-1.26c-.1-.25-.26-.45-.47-.6Z"
}));
});
Beach.displayName = 'Beach';
export var BeachDimensions = {
height: 48,
width: 48
};