UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 732 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var SymmetryHorizontal = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "symmetry-horizontal" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M13.5 7a.5.5 0 0 0 .24-.939l-11-6A.5.5 0 0 0 2 .5v6a.5.5 0 0 0 .5.5zm.485 2.376a.5.5 0 0 1-.246.563l-11 6A.5.5 0 0 1 2 15.5v-6a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .485.376M11.539 10H3v4.658z" }))); } }))); }; export default SymmetryHorizontal;