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 Midi = /*#__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: "M21.25 4c.38 0 .7.29.74.65l.01.1v14.5c0 .38-.28.7-.65.74l-.1.01H2.75a.75.75 0 0 1-.74-.65l-.01-.1V4.75c0-.38.28-.69.65-.74h18.6zM6 12H3.5v6.5h17V12H18v4.25a.75.75 0 0 1-1.5.1V12h-2v4.25a.75.75 0 0 1-1.5.1V12h-2v4.25a.75.75 0 0 1-1.5.1V12h-2v4.25a.75.75 0 0 1-1.5.1V12zm11.25-4.5h-2.6a.75.75 0 0 0 0 1.5h2.7a.75.75 0 0 0-.1-1.5zm-11 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5zm3 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5z" })); }); Midi.displayName = 'Midi'; export var MidiDimensions = { height: 24, width: 24 };