UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.72 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PhoneShake = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M12.34 4.07c1.2-.32 2.43.39 2.76 1.6l2.75 10.28c.33 1.2-.39 2.43-1.59 2.76l-4.6 1.23c-1.2.32-2.43-.4-2.75-1.6L6.16 8.06A2.25 2.25 0 0 1 7.75 5.3l4.59-1.23zm2.35 11.2a.75.75 0 0 0-.92-.52l-1.93.52-.1.03a.75.75 0 0 0 .49 1.42l1.93-.52.1-.04a.75.75 0 0 0 .43-.88zM18.68 2.4c.2-.37.65-.5 1.02-.3a4.9 4.9 0 0 1 1.72 6.49.75.75 0 0 1-1.34-.7l.05-.09a3.4 3.4 0 0 0-1.16-4.39.75.75 0 0 1-.3-1.02z" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 4.44a.75.75 0 0 1 1.05-.14 2.6 2.6 0 0 1 .9 1.32c.11.44.09.88-.02 1.29l-.05.18-.05.13a.75.75 0 0 1-1.41-.49l.05-.14v-.06c.06-.18.07-.37.03-.52a.93.93 0 0 0-.17-.31 1.37 1.37 0 0 0-.15-.18l-.04-.03a.75.75 0 0 1-.14-1.05zM2.54 15.41a.75.75 0 0 1 1.34.66l-.1.2-.1.28a3.54 3.54 0 0 0 .6 3.36c.26.32.51.54.68.65l.07.04a.75.75 0 1 1-.75 1.3 5.04 5.04 0 0 1-1.74-6.49z" }), /*#__PURE__*/React.createElement("path", { d: "M4.67 16.76a.75.75 0 0 1 1.42.47l-.05.15-.01.05c-.05.18-.06.37-.02.53a1.38 1.38 0 0 0 .32.5l.04.02a.75.75 0 0 1-.92 1.19 2.6 2.6 0 0 1-.88-1.33c-.12-.43-.1-.87 0-1.28l.06-.17.04-.13z" })); }); PhoneShake.displayName = 'PhoneShake'; export var PhoneShakeDimensions = { height: 24, width: 24 };