UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Guitar = /*#__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: "m21.2 4.13 1.5-1.52a1 1 0 0 1 1.41 0L25.3 3.8a1 1 0 0 1 0 1.4l-1.5 1.53-2.6-2.6zM20.13 5.2l-4.2 4.25-.19-.2a3.2 3.2 0 0 0-5.13.84l-.5 1.02a.92.92 0 0 1-1 .49l-.1-.02a5.6 5.6 0 0 0-5.58 2.13 7.22 7.22 0 0 0 .68 9.44l.73.73a7.22 7.22 0 0 0 9.44.68 5.6 5.6 0 0 0 2.13-5.59l-.02-.08a.92.92 0 0 1 .5-1l1.01-.51a3.2 3.2 0 0 0 .84-5.13l-.2-.2 4.19-4.25-2.6-2.6zm-9.55 12.21a2 2 0 1 1 2.82-2.82 2 2 0 0 1-2.82 2.82z" })); }); Guitar.displayName = 'Guitar'; export var GuitarDimensions = { height: 28, width: 28 };