import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTiers = withIcon(function IconTiers(props) {
    return (<svg data-tag="IconTiers" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.25 7.126v9.748c0 .453-.061.738-.236.908-.174.17-.462.225-.914.217-1.3-.022-1.95-.128-2.275-.644-.325-.516-.325-1.44-.325-3.1v-4.51c0-1.66 0-2.585.325-3.1C2.15 6.129 2.8 6.022 4.1 6c.452-.008.74.047.914.217.175.17.236.455.236.908M19.9 6c-.452-.008-.74.047-.914.217-.175.17-.236.455-.236.908v9.748c0 .453.061.738.236.908.174.17.462.225.914.217 1.3-.022 1.95-.128 2.275-.644.325-.516.325-1.44.325-3.1v-4.51c0-1.66 0-2.585-.325-3.1C21.85 6.129 21.2 6.023 19.9 6m-2.65 3v6c0 2.625 0 3.937-.656 4.594-.656.656-1.969.656-4.594.656s-3.937 0-4.594-.656c-.656-.657-.656-1.97-.656-4.594V9c0-2.625 0-3.938.656-4.594.657-.656 1.97-.656 4.594-.656 2.625 0 3.938 0 4.594.656.656.656.656 1.969.656 4.594"/>
    </svg>);
});
//# sourceMappingURL=Tiers.jsx.map