UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 978 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MusicNoteOff2 = /*#__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: "M8.5 9.56v6.07a3.5 3.5 0 1 0 1.5 2.62v-7.19l3.55 3.55a3.5 3.5 0 0 0 4.84 4.84l2.33 2.33a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06L8.5 9.56Zm8 3.44-.3.01 3.79 3.8a3.54 3.54 0 0 0 .01-.56V2.75a.75.75 0 0 0-.97-.72l-10 3c-.2.06-.35.2-.44.37l4.1 4.1 5.81-1.74v5.87a3.48 3.48 0 0 0-2-.63Z" })); }); MusicNoteOff2.displayName = 'MusicNoteOff2'; export var MusicNoteOff2Dimensions = { height: 24, width: 24 };